Rangekeeper 0.8.29__tar.gz → 0.8.31__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.29 → rangekeeper-0.8.31}/PKG-INFO +1 -1
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/Rangekeeper.egg-info/PKG-INFO +1 -1
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/pyproject.toml +1 -1
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/rangekeeper/flux.py +5 -2
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/README.md +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/Rangekeeper.egg-info/SOURCES.txt +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/Rangekeeper.egg-info/dependency_links.txt +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/Rangekeeper.egg-info/requires.txt +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/Rangekeeper.egg-info/top_level.txt +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/rangekeeper/__init__.py +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/rangekeeper/api.py +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/rangekeeper/distribution.py +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/rangekeeper/duration.py +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/rangekeeper/dynamics/__init__.py +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/rangekeeper/dynamics/black_swan.py +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/rangekeeper/dynamics/cyclicality.py +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/rangekeeper/dynamics/market.py +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/rangekeeper/dynamics/noise.py +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/rangekeeper/dynamics/trend.py +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/rangekeeper/dynamics/volatility.py +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/rangekeeper/extrapolation.py +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/rangekeeper/format.py +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/rangekeeper/formula/__init__.py +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/rangekeeper/formula/financial.py +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/rangekeeper/graph.py +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/rangekeeper/measure.py +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/rangekeeper/policy.py +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/rangekeeper/projection.py +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/rangekeeper/segmentation.py +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/rangekeeper/space.py +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/setup.cfg +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/tests/test_api.py +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/tests/test_dynamics.py +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/tests/test_formulas.py +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/tests/test_graph.py +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/tests/test_measures.py +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/tests/test_models.py +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/tests/test_modules.py +0 -0
- {rangekeeper-0.8.29 → rangekeeper-0.8.31}/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.31
|
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.31
|
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.31"
|
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" }
|
@@ -390,7 +390,11 @@ class Flow:
|
|
390
390
|
"""
|
391
391
|
return rk.flux.Flow(
|
392
392
|
movements=self.movements.copy(deep=True)
|
393
|
-
.resample(
|
393
|
+
.resample(
|
394
|
+
rule=rk.duration.Type.offset(frequency),
|
395
|
+
label="right",
|
396
|
+
origin="end_day",
|
397
|
+
)
|
394
398
|
.sum(),
|
395
399
|
units=self.units,
|
396
400
|
name=self.name,
|
@@ -848,7 +852,6 @@ class Stream:
|
|
848
852
|
self,
|
849
853
|
name: str = None,
|
850
854
|
registry: pint.UnitRegistry = None,
|
851
|
-
scope: Optional[dict] = None,
|
852
855
|
) -> Flow:
|
853
856
|
"""
|
854
857
|
Returns a Flow whose movements are the product of the Stream's flows by period
|
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
|