owlplanner 2025.5.28__tar.gz → 2025.5.30__tar.gz
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.
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/PKG-INFO +1 -1
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/pyproject.toml +1 -1
- owlplanner-2025.5.30/src/owlplanner/version.py +1 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/tests/test_regressions.py +1 -2
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/ui/Create_Case.py +10 -8
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/ui/Current_Assets.py +3 -10
- owlplanner-2025.5.28/src/owlplanner/version.py +0 -1
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/.devcontainer/devcontainer.json +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/.flake8 +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/.gitattributes +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/.github/workflows/github-actions-runtests.yml +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/.gitignore +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/.streamlit/config.toml +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/.streamlit/fullconfig.toml +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/INSTALL.md +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/LICENSE +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/README.md +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/USER_GUIDE.md +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/docker/Dockerfile.build +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/docker/Dockerfile.run +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/docker/README.md +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/docker/buildentrypoint.sh +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/docker/docker-compose.yml +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/docker/runentrypoint.sh +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/docs/images/AD-taxDef.png +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/docs/images/AD-taxFree.png +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/docs/images/AD-taxable.png +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/docs/images/Hist_Bequest.png +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/docs/images/Hist_Spending.png +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/docs/images/MC-tutorial2a.png +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/docs/images/MC-tutorial2b.png +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/docs/images/OwlUI.png +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/docs/images/allocations.png +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/docs/images/owl.png +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/docs/images/profile.png +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/docs/images/ratesCorrelations.png +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/docs/images/ratesPlot.png +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/docs/images/savingsPlot.png +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/docs/images/sourcesPlot.png +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/docs/images/spendingPlot.png +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/docs/images/taxIncomePlot.png +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/docs/images/taxesPlot.png +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/docs/owl.pdf +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/docs/owl.tex +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/examples/case_jack+jill.toml +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/examples/case_joe.toml +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/examples/case_john+sally.toml +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/examples/case_jon+jane.toml +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/examples/case_kim+sam-bequest.toml +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/examples/case_kim+sam-spending.toml +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/examples/jack+jill.xlsx +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/examples/joe.xlsx +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/examples/john+sally.xlsx +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/examples/jon+jane.xlsx +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/examples/template.xlsx +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/notebooks/john+sally.ipynb +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/notebooks/kim+sam.ipynb +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/notebooks/template.ipynb +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/notebooks/tutorial_1.ipynb +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/notebooks/tutorial_2.ipynb +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/notebooks/tutorial_3.ipynb +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/owlplanner.cmd +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/owlplanner.sh +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/pytest.ini +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/requirements.txt +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/src/owlplanner/__init__.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/src/owlplanner/abcapi.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/src/owlplanner/config.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/src/owlplanner/data/__init__.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/src/owlplanner/data/rates.csv +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/src/owlplanner/mylogging.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/src/owlplanner/plan.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/src/owlplanner/plotting/__init__.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/src/owlplanner/plotting/base.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/src/owlplanner/plotting/factory.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/src/owlplanner/plotting/matplotlib_backend.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/src/owlplanner/plotting/plotly_backend.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/src/owlplanner/progress.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/src/owlplanner/rates.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/src/owlplanner/tax2025.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/src/owlplanner/timelists.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/src/owlplanner/utils.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/tests/test_logger.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/tests/test_repro.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/tests/test_toml_cases.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/tests/test_ui_asset_allocation.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/tests/test_ui_compare_summaries.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/tests/test_ui_sskeys.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/tests/test_units.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/ui/About_Owl.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/ui/Asset_Allocation.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/ui/Documentation.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/ui/Fixed_Income.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/ui/Graphs.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/ui/Historical_Range.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/ui/Logs.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/ui/Monte_Carlo.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/ui/Optimization_Parameters.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/ui/Output_Files.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/ui/Quick_Start.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/ui/README.md +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/ui/Rates_Selection.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/ui/Settings.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/ui/Wages_and_Contributions.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/ui/Worksheets.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/ui/__init__.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/ui/main.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/ui/owlbridge.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/ui/progress.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/ui/sskeys.py +0 -0
- {owlplanner-2025.5.28 → owlplanner-2025.5.30}/ui/tomlexamples.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "2025.05.30"
|
|
@@ -67,11 +67,10 @@ def test_date_1():
|
|
|
67
67
|
assert np.array_equal(p.expectancy, expectancy)
|
|
68
68
|
assert p.N_i == 2
|
|
69
69
|
assert p._name == name
|
|
70
|
-
assert p.startDate
|
|
70
|
+
assert p.startDate is None
|
|
71
71
|
|
|
72
72
|
|
|
73
73
|
def test_date_2():
|
|
74
|
-
thisyear = date.today().year
|
|
75
74
|
n = 10
|
|
76
75
|
p = createPlan(1, 'date_2', n, 70)
|
|
77
76
|
amount = 3.0
|
|
@@ -82,11 +82,12 @@ else:
|
|
|
82
82
|
|
|
83
83
|
iname0 = kz.getText("Your first name", "iname0", disabled=diz2, placeholder="Enter name...")
|
|
84
84
|
|
|
85
|
-
|
|
86
|
-
|
|
85
|
+
if iname0:
|
|
86
|
+
kz.initKey("yob0", 1965)
|
|
87
|
+
ret = kz.getIntNum(f"{iname0}'s birth year", "yob0", disabled=diz2)
|
|
87
88
|
|
|
88
|
-
|
|
89
|
-
|
|
89
|
+
kz.initKey("life0", 80)
|
|
90
|
+
ret = kz.getIntNum(f"{iname0}'s expected longevity", "life0", disabled=diz1)
|
|
90
91
|
|
|
91
92
|
with col2:
|
|
92
93
|
if kz.getKey("status") == "married":
|
|
@@ -96,11 +97,12 @@ else:
|
|
|
96
97
|
|
|
97
98
|
iname1 = kz.getText("Your spouse's first name", "iname1", disabled=diz2, placeholder="Enter a name...")
|
|
98
99
|
|
|
99
|
-
|
|
100
|
-
|
|
100
|
+
if iname1:
|
|
101
|
+
kz.initKey("yob1", 1965)
|
|
102
|
+
ret = kz.getIntNum(f"{iname1}'s birth year", "yob1", disabled=diz2)
|
|
101
103
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
+
kz.initKey("life1", 80)
|
|
105
|
+
ret = kz.getIntNum(f"{iname1}'s expected longevity", "life1", disabled=diz1)
|
|
104
106
|
|
|
105
107
|
st.divider()
|
|
106
108
|
cantcreate = kz.isIncomplete() or diz1
|
|
@@ -22,16 +22,9 @@ else:
|
|
|
22
22
|
thisyear = today.year
|
|
23
23
|
kz.initKey("startDate", today)
|
|
24
24
|
helpmsg = "Date at which savings balances are known. Values will be back projected to Jan 1st."
|
|
25
|
-
ret = st.date_input(
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
max_value=date(thisyear, 12, 31),
|
|
29
|
-
value=kz.getKey("startDate"),
|
|
30
|
-
key="_startDate",
|
|
31
|
-
args=["startDate"],
|
|
32
|
-
on_change=kz.setpull,
|
|
33
|
-
help=helpmsg,
|
|
34
|
-
)
|
|
25
|
+
ret = st.date_input("Account balance date", min_value=date(thisyear, 1, 1),
|
|
26
|
+
max_value=date(thisyear, 12, 31), value=kz.getKey("startDate"),
|
|
27
|
+
key="_startDate", args=["startDate"], on_change=kz.setpull, help=helpmsg)
|
|
35
28
|
|
|
36
29
|
with col2:
|
|
37
30
|
if kz.getKey("status") == "married":
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "2025.05.28"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|