Rangekeeper 0.8.28__tar.gz → 0.8.29__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.
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/PKG-INFO +1 -1
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/Rangekeeper.egg-info/PKG-INFO +1 -1
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/pyproject.toml +1 -1
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/rangekeeper/duration.py +2 -2
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/tests/test_modules.py +7 -1
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/README.md +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/Rangekeeper.egg-info/SOURCES.txt +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/Rangekeeper.egg-info/dependency_links.txt +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/Rangekeeper.egg-info/requires.txt +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/Rangekeeper.egg-info/top_level.txt +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/rangekeeper/__init__.py +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/rangekeeper/api.py +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/rangekeeper/distribution.py +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/rangekeeper/dynamics/__init__.py +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/rangekeeper/dynamics/black_swan.py +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/rangekeeper/dynamics/cyclicality.py +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/rangekeeper/dynamics/market.py +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/rangekeeper/dynamics/noise.py +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/rangekeeper/dynamics/trend.py +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/rangekeeper/dynamics/volatility.py +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/rangekeeper/extrapolation.py +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/rangekeeper/flux.py +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/rangekeeper/format.py +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/rangekeeper/formula/__init__.py +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/rangekeeper/formula/financial.py +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/rangekeeper/graph.py +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/rangekeeper/measure.py +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/rangekeeper/policy.py +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/rangekeeper/projection.py +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/rangekeeper/segmentation.py +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/rangekeeper/space.py +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/setup.cfg +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/tests/test_api.py +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/tests/test_dynamics.py +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/tests/test_formulas.py +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/tests/test_graph.py +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/tests/test_measures.py +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/tests/test_models.py +0 -0
- {rangekeeper-0.8.28 → rangekeeper-0.8.29}/tests/test_projections.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: Rangekeeper
|
3
|
-
Version: 0.8.
|
3
|
+
Version: 0.8.29
|
4
4
|
Summary: A Python library assisting financial modelling in real estate asset & development planning, decision-making, cashflow forecasting, and scenario analysis.
|
5
5
|
Author-email: Daniel Fink <danfink@mit.edu>
|
6
6
|
License-Expression: MPL-2.0
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: Rangekeeper
|
3
|
-
Version: 0.8.
|
3
|
+
Version: 0.8.29
|
4
4
|
Summary: A Python library assisting financial modelling in real estate asset & development planning, decision-making, cashflow forecasting, and scenario analysis.
|
5
5
|
Author-email: Daniel Fink <danfink@mit.edu>
|
6
6
|
License-Expression: MPL-2.0
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "Rangekeeper"
|
3
|
-
version = "0.8.
|
3
|
+
version = "0.8.29"
|
4
4
|
description = "A Python library assisting financial modelling in real estate asset & development planning, decision-making, cashflow forecasting, and scenario analysis."
|
5
5
|
authors = [
|
6
6
|
{ name = "Daniel Fink", email = "danfink@mit.edu" }
|
@@ -229,9 +229,15 @@ class TestFlow:
|
|
229
229
|
to_periods = flow.to_periods(frequency=rk.duration.Type.YEAR)
|
230
230
|
|
231
231
|
def test_conversion_to_period_index(self):
|
232
|
-
print(TestFlow.to_periods)
|
232
|
+
# print(TestFlow.to_periods)
|
233
233
|
# assert TestFlow.to_periods
|
234
234
|
|
235
|
+
resampled = TestFlow.invert_flow.resample(frequency=rk.duration.Type.BIWEEK)
|
236
|
+
resampled.display()
|
237
|
+
|
238
|
+
fortnightly = TestFlow.invert_flow.to_periods(frequency=rk.duration.Type.BIWEEK)
|
239
|
+
print(fortnightly)
|
240
|
+
|
235
241
|
def test_distribution_as_input(self):
|
236
242
|
periods = rk.duration.Sequence.from_bounds(
|
237
243
|
include_start=datetime.date(2020, 1, 31),
|
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
|