owlplanner 2025.5.12__py3-none-any.whl → 2025.5.15__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -345,7 +345,7 @@ class PlotlyBackend(PlotBackend):
345
345
  ]
346
346
 
347
347
  # Add histograms
348
- for i, (dat, title) in enumerate(zip(data, ["S&P500", "BondsBaa", "TNotes", "Inflation"])):
348
+ for i, dat in enumerate(data):
349
349
  mean_val = np.mean(dat)
350
350
  label = f"<>: {u.pc(mean_val, 2, 1)}"
351
351
 
@@ -822,7 +822,7 @@ class PlotlyBackend(PlotBackend):
822
822
  stack_names.append(aname)
823
823
 
824
824
  # Get allocation data
825
- data = alpha_ijkn[i, acList.index(acType), assetDic[key], :len(year_n)]
825
+ data = 100*alpha_ijkn[i, acList.index(acType), assetDic[key], :len(year_n)]
826
826
  stack_data.append(data)
827
827
 
828
828
  # Add stacked area traces
@@ -857,7 +857,7 @@ class PlotlyBackend(PlotBackend):
857
857
  )
858
858
 
859
859
  # Format y-axis as percentage
860
- fig.update_yaxes(tickformat=".1f")
860
+ fig.update_yaxes(tickformat=".0f")
861
861
 
862
862
  figures.append(fig)
863
863
 
owlplanner/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "2025.05.12"
1
+ __version__ = "2025.05.15"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: owlplanner
3
- Version: 2025.5.12
3
+ Version: 2025.5.15
4
4
  Summary: Owl: Retirement planner with great wisdom
5
5
  Project-URL: HomePage, https://github.com/mdlacasse/owl
6
6
  Project-URL: Repository, https://github.com/mdlacasse/owl
@@ -693,9 +693,11 @@ Classifier: Topic :: Office/Business :: Financial :: Investment
693
693
  Requires-Python: >=3.8
694
694
  Requires-Dist: matplotlib
695
695
  Requires-Dist: numpy
696
+ Requires-Dist: odfpy
696
697
  Requires-Dist: openpyxl
697
698
  Requires-Dist: pandas
698
699
  Requires-Dist: plotly
700
+ Requires-Dist: pulp
699
701
  Requires-Dist: scipy
700
702
  Requires-Dist: seaborn
701
703
  Requires-Dist: streamlit
@@ -8,15 +8,15 @@ owlplanner/rates.py,sha256=MiaibxJY82JGpAhGyF2BJTm5-rmVAUuG8KLApVQhjvU,14816
8
8
  owlplanner/tax2025.py,sha256=wmlZpYeeGNrbyn5g7wOFqhWbggppodtHqc-ex5XRooI,7850
9
9
  owlplanner/timelists.py,sha256=wNYnJqxJ6QqE6jHh5lfFqYngfw5wUFrI15LSsM5ae8s,3949
10
10
  owlplanner/utils.py,sha256=WpJgn79YZfH8UCkcmhd-AZlxlGuz1i1-UDBRXImsY6I,2485
11
- owlplanner/version.py,sha256=5ZqN4YDTyjz76bfj2w5OuF_20x5Fau01NRLJ8nXtxx8,28
11
+ owlplanner/version.py,sha256=qgj6Tm2TUGY2hnWl84UnqBg_PfKL41UcaRHV7ghcCOI,28
12
12
  owlplanner/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
13
  owlplanner/data/rates.csv,sha256=6fxg56BVVORrj9wJlUGFdGXKvOX5r7CSca8uhUbbuIU,3734
14
14
  owlplanner/plotting/__init__.py,sha256=VnF6ui78YrTrg1dA6hBIdI02ahzEaHVR3ZEdDe_i880,103
15
15
  owlplanner/plotting/base.py,sha256=1bU6iM1pGIE-l9p0GuulX4gRK_7ds96784Wb5oVUUR0,2449
16
16
  owlplanner/plotting/factory.py,sha256=i1k8m_ISnJw06f_JWlMvOQ7Q0PgV_BoLm05uLwFPvOQ,883
17
17
  owlplanner/plotting/matplotlib_backend.py,sha256=-M4Am7N0D8Nfv_tKNA1TneFYU_DuW_ZsoUBHRQWD_ok,17887
18
- owlplanner/plotting/plotly_backend.py,sha256=LUmeWYAA_F1vdl-GPehzprVx3oFWehGmc1Oir-kNJ_w,33093
19
- owlplanner-2025.5.12.dist-info/METADATA,sha256=w0R8yDGSwrRGCouu2Hbe0Cx4tvQInuwm6VcvHcjFN9Q,53983
20
- owlplanner-2025.5.12.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
21
- owlplanner-2025.5.12.dist-info/licenses/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
22
- owlplanner-2025.5.12.dist-info/RECORD,,
18
+ owlplanner/plotting/plotly_backend.py,sha256=mu6V1pH-jOkKVs2QfQVQ_nlYgrniiHk4nFCx_ygJhiE,33036
19
+ owlplanner-2025.5.15.dist-info/METADATA,sha256=kw_BIk15vSKoVPiBCUMl40dVrVPrtoweNhqvIZZP52o,54024
20
+ owlplanner-2025.5.15.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
21
+ owlplanner-2025.5.15.dist-info/licenses/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
22
+ owlplanner-2025.5.15.dist-info/RECORD,,