File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99copyright = '2025, Xiaoyu Zhang'
1010author = 'Xiaoyu Zhang'
1111
12- release = "0.51.6 "
12+ release = "0.52.0 "
1313
1414# -- General configuration
1515
Original file line number Diff line number Diff line change @@ -34,4 +34,11 @@ push-code:
3434
3535live-doc :
3636 echo " Live Doc"
37- sphinx-autobuild docs/ source docs/ build/ html --open-browser --watch docs/ source
37+ sphinx-autobuild docs/ source docs/ build/ html --open-browser --watch docs/ source
38+
39+ publish env version :
40+ echo " Pushing to PyPI {{ env }} "
41+ just test
42+ just update-version {{ version}}
43+ just tag {{ env }} {{ version}}
44+ just push-code
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ dependencies = [
3737 " more-itertools" ,
3838 " xlsxwriter" ,
3939 " faker" ,
40+ " numpy-financial" ,
4041]
4142
4243
Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ graphviz
1313dateparser
1414more-itertools
1515pytest-notebook
16+ numpy-financial
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ install_requires =
4646 more-itertools
4747 lenses
4848 xlsxwriter
49+ numpy-financial
4950
5051[tool:pytest]
5152minversion = 6.0
You can’t perform that action at this time.
0 commit comments