owlplanner 2025.2.23__py3-none-any.whl → 2025.2.25__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.
- owlplanner/plan.py +4 -1
- owlplanner/version.py +1 -1
- {owlplanner-2025.2.23.dist-info → owlplanner-2025.2.25.dist-info}/METADATA +1 -1
- {owlplanner-2025.2.23.dist-info → owlplanner-2025.2.25.dist-info}/RECORD +6 -6
- {owlplanner-2025.2.23.dist-info → owlplanner-2025.2.25.dist-info}/WHEEL +0 -0
- {owlplanner-2025.2.23.dist-info → owlplanner-2025.2.25.dist-info}/licenses/LICENSE +0 -0
owlplanner/plan.py
CHANGED
|
@@ -34,6 +34,10 @@ from owlplanner import logging
|
|
|
34
34
|
from owlplanner import progress
|
|
35
35
|
|
|
36
36
|
|
|
37
|
+
# This makes all graphs appear have the same height.
|
|
38
|
+
plt.rcParams.update({'figure.autolayout': True})
|
|
39
|
+
|
|
40
|
+
|
|
37
41
|
def _genGamma_n(tau):
|
|
38
42
|
"""
|
|
39
43
|
Utility function to generate a cumulative inflation multiplier
|
|
@@ -2077,7 +2081,6 @@ class Plan(object):
|
|
|
2077
2081
|
dic = {}
|
|
2078
2082
|
# Results
|
|
2079
2083
|
dic["Plan name"] = self._name
|
|
2080
|
-
dic["Brief description"] = self._description
|
|
2081
2084
|
dic[f"Net yearly spending basis in {now}$"] = u.d(self.g_n[0] / self.xi_n[0])
|
|
2082
2085
|
dic[f"Net yearly spending for year {now}"] = u.d(self.g_n[0] / self.yearFracLeft)
|
|
2083
2086
|
dic[f"Net spending remaining in year {now}"] = u.d(self.g_n[0])
|
owlplanner/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "2025.02.
|
|
1
|
+
__version__ = "2025.02.25"
|
|
@@ -2,16 +2,16 @@ owlplanner/__init__.py,sha256=QqrdT0Qks20osBTg7h0vJHAxpP9lL7DA99xb0nYbtw4,254
|
|
|
2
2
|
owlplanner/abcapi.py,sha256=LbzW_KcNy0IeHp42MUHwGu_H67B2h_e1_vu-c2ACTkQ,6646
|
|
3
3
|
owlplanner/config.py,sha256=bvqoOWrdPrWYQF9-PS_n00MoyZkAsmMOSczhTUFRGVU,12257
|
|
4
4
|
owlplanner/logging.py,sha256=tYMw04O-XYSzjTj36fmKJGLcE1VkK6k6oJNeqtKXzuc,2530
|
|
5
|
-
owlplanner/plan.py,sha256=
|
|
5
|
+
owlplanner/plan.py,sha256=cUXGyTgDGolGyLM8be7KhpJMpci8gGs0QTi4Aop89t0,113914
|
|
6
6
|
owlplanner/progress.py,sha256=8jlCvvtgDI89zXVNMBg1-lnEyhpPvKQS2X5oAIpoOVQ,384
|
|
7
7
|
owlplanner/rates.py,sha256=TN407qU4n-bac1oymkQ_n2QKEPwFQxy6JZVGwgIkLQU,15585
|
|
8
8
|
owlplanner/tax2025.py,sha256=B-A5eU3wxdcAaxRCbT3qI-JEKoD_ZeNbg_86XhNdQEI,7745
|
|
9
9
|
owlplanner/timelists.py,sha256=tYieZU67FT6TCcQQis36JaXGI7dT6NqD7RvdEjgJL4M,4026
|
|
10
10
|
owlplanner/utils.py,sha256=HM70W60qB41zfnbl2LltNwAuLYHyy5XYbwnbNcaa6FE,2351
|
|
11
|
-
owlplanner/version.py,sha256=
|
|
11
|
+
owlplanner/version.py,sha256=lWe1D4H8ZnLL1iNVPfsd_IJiZYc-uM_0FpLtePMlE8c,28
|
|
12
12
|
owlplanner/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
13
13
|
owlplanner/data/rates.csv,sha256=6fxg56BVVORrj9wJlUGFdGXKvOX5r7CSca8uhUbbuIU,3734
|
|
14
|
-
owlplanner-2025.2.
|
|
15
|
-
owlplanner-2025.2.
|
|
16
|
-
owlplanner-2025.2.
|
|
17
|
-
owlplanner-2025.2.
|
|
14
|
+
owlplanner-2025.2.25.dist-info/METADATA,sha256=8ioe1et4gjwsawDxV8U2BOqDhPTwQuS2ZsBhNm9_hdU,53506
|
|
15
|
+
owlplanner-2025.2.25.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
16
|
+
owlplanner-2025.2.25.dist-info/licenses/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
|
|
17
|
+
owlplanner-2025.2.25.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|