We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2c615 commit eb8b303Copy full SHA for eb8b303
chainladder/__init__.py
@@ -42,4 +42,4 @@ def auto_sparse(auto_sparse=True):
42
from chainladder.methods import * # noqa (API Import)
43
from chainladder.workflow import * # noqa (API Import)
44
45
-__version__ = "0.8.18"
+__version__ = "0.8.19"
environment-dev.yaml
@@ -15,7 +15,6 @@ dependencies:
15
16
- pandas
17
- polars
18
- - polars-lts-cpu
19
- scikit-learn
20
- sparse
21
- numba
setup.py
@@ -14,7 +14,7 @@
14
descr = "Chainladder Package - P&C Loss Reserving package "
name = 'chainladder'
url = 'https://github.com/casact/chainladder-python'
-version='0.8.18' # Put this in __init__.py
+version='0.8.19' # Put this in __init__.py
data_path = ''
setup(
0 commit comments