owlplanner 2025.3.27__py3-none-any.whl → 2025.3.30__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 +3 -2
- owlplanner/tax2025.py +1 -1
- owlplanner/version.py +1 -1
- {owlplanner-2025.3.27.dist-info → owlplanner-2025.3.30.dist-info}/METADATA +1 -1
- {owlplanner-2025.3.27.dist-info → owlplanner-2025.3.30.dist-info}/RECORD +7 -7
- {owlplanner-2025.3.27.dist-info → owlplanner-2025.3.30.dist-info}/WHEEL +0 -0
- {owlplanner-2025.3.27.dist-info → owlplanner-2025.3.30.dist-info}/licenses/LICENSE +0 -0
owlplanner/plan.py
CHANGED
|
@@ -1197,7 +1197,8 @@ class Plan(object):
|
|
|
1197
1197
|
# Account for time elapsed in the current year.
|
|
1198
1198
|
spending *= units * self.yearFracLeft
|
|
1199
1199
|
# self.mylog.vprint('Maximizing bequest with desired net spending of:', u.d(spending))
|
|
1200
|
-
|
|
1200
|
+
# To allow slack in first year, Cg can be made Nn+1 and store basis in g[Nn].
|
|
1201
|
+
A.addNewRow({_q1(Cg, 0, Nn): 1}, spending, spending)
|
|
1201
1202
|
|
|
1202
1203
|
# Set initial balances through constraints.
|
|
1203
1204
|
for i in range(Ni):
|
|
@@ -1370,7 +1371,7 @@ class Plan(object):
|
|
|
1370
1371
|
# Now build a solver-neutral objective vector.
|
|
1371
1372
|
c = abc.Objective(self.nvars)
|
|
1372
1373
|
if objective == "maxSpending":
|
|
1373
|
-
# c.setElem(_q1(Cg, 0, Nn), -1)
|
|
1374
|
+
# c.setElem(_q1(Cg, 0, Nn), -1) # Only OK in implemention without slack.
|
|
1374
1375
|
for n in range(Nn):
|
|
1375
1376
|
c.setElem(_q1(Cg, n, Nn), -1/self.gamma_n[n])
|
|
1376
1377
|
elif objective == "maxBequest":
|
owlplanner/tax2025.py
CHANGED
|
@@ -36,7 +36,7 @@ rates_nonTCJA = np.array([0.10, 0.15, 0.25, 0.28, 0.33, 0.35, 0.396])
|
|
|
36
36
|
taxBrackets_TCJA = np.array(
|
|
37
37
|
[
|
|
38
38
|
[11925, 48475, 103350, 197300, 250525, 626350, 9999999],
|
|
39
|
-
[23850, 96950, 206700, 394600, 501050,
|
|
39
|
+
[23850, 96950, 206700, 394600, 501050, 751600, 9999999],
|
|
40
40
|
]
|
|
41
41
|
)
|
|
42
42
|
|
owlplanner/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "2025.03.
|
|
1
|
+
__version__ = "2025.03.30"
|
|
@@ -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=uJ6jZ9Rx2CB2P5cFRscsUCXOW6uml7I4pta2ozjW0uo,12263
|
|
4
4
|
owlplanner/logging.py,sha256=tYMw04O-XYSzjTj36fmKJGLcE1VkK6k6oJNeqtKXzuc,2530
|
|
5
|
-
owlplanner/plan.py,sha256=
|
|
5
|
+
owlplanner/plan.py,sha256=Y3CDTI4T9hXJ3Epn64eox3n__yY5QdB6uk3lkj5oAsk,116953
|
|
6
6
|
owlplanner/progress.py,sha256=8jlCvvtgDI89zXVNMBg1-lnEyhpPvKQS2X5oAIpoOVQ,384
|
|
7
7
|
owlplanner/rates.py,sha256=gJaoe-gJqWCQV5qVLlHp-Yn9TSJs-PJzeTbOwMCbqWs,15682
|
|
8
|
-
owlplanner/tax2025.py,sha256=
|
|
8
|
+
owlplanner/tax2025.py,sha256=HEXfL0HfwUvZOQRjivXO2jFeoVZ5m_yk_hoMiVi-hR0,7745
|
|
9
9
|
owlplanner/timelists.py,sha256=tYieZU67FT6TCcQQis36JaXGI7dT6NqD7RvdEjgJL4M,4026
|
|
10
10
|
owlplanner/utils.py,sha256=WpJgn79YZfH8UCkcmhd-AZlxlGuz1i1-UDBRXImsY6I,2485
|
|
11
|
-
owlplanner/version.py,sha256=
|
|
11
|
+
owlplanner/version.py,sha256=fEQSK7uDPSbqsQ3DPZ39_7pwhTGTqWEEoeAsff3bjKU,28
|
|
12
12
|
owlplanner/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
13
13
|
owlplanner/data/rates.csv,sha256=6fxg56BVVORrj9wJlUGFdGXKvOX5r7CSca8uhUbbuIU,3734
|
|
14
|
-
owlplanner-2025.3.
|
|
15
|
-
owlplanner-2025.3.
|
|
16
|
-
owlplanner-2025.3.
|
|
17
|
-
owlplanner-2025.3.
|
|
14
|
+
owlplanner-2025.3.30.dist-info/METADATA,sha256=_8LSN7_z0_80_0IL37XAcDRRDKCm42qtcJtaQ3J9qK4,53801
|
|
15
|
+
owlplanner-2025.3.30.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
16
|
+
owlplanner-2025.3.30.dist-info/licenses/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
|
|
17
|
+
owlplanner-2025.3.30.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|