Releases: pmorissette/ffn
Releases · pmorissette/ffn
v1.1.1
What's Changed
- Cleanup, remove future, autofix ruff problems by @timkpaine in #245
- bugfix for newer ffn returning dfs instead of series by @timkpaine in #252
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Removing unmaintained pandas_datareader by @Gamrix in #239
- The as_format function from utils.py is not covered by the test. by @quant12345 in #242
- Replacing the obsolete applymap with map. by @quant12345 in #243
New Contributors
Full Changelog: v1.0.4...v1.1.0
v1.0.4
What's Changed
- Enforce format during linting, run autoformatting by @timkpaine in #233
- Optimization and refactoring: fitness. by @quant12345 in #236
- Replacing the obsolete applymap with map. by @quant12345 in #235
New Contributors
- @quant12345 made their first contribution in #236
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- Remove inadvertent non-3.8 compatible type annotation by @timkpaine in #231
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Fix deprecation warnings for pandas, workaround freq change, pin ruff up by @timkpaine in #224
- Add risk free rate by @nathanramoscfa in #223
- Add typing for the
utils
file by @GuyPago in #227 - numpy 2 support by @timkpaine in #229
New Contributors
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Bump actions/setup-python from 4 to 5 by @dependabot in #215
- Update decorator lower bound, fixes pmorissette/bt/issues/298 by @timkpaine in #216
- Fix pandas deprecation warnings by @nathanramoscfa in #202
- Update init.py to 1.0.0 by @bbergua in #218
- Bump to 1.0.1 by @timkpaine in #219
New Contributors
- @nathanramoscfa made their first contribution in #202
- @bbergua made their first contribution in #218
Full Changelog: v1.0.0...v1.0.1
v1.0.0
v0.3.8
What's Changed
- Add issue templates by @timkpaine in #199
- fixes for flake8 6.1 by @timkpaine in #203
- Bump actions/checkout from 3 to 4 by @dependabot in #201
- Force cast to float for np.isinf, fixes #204 by @timkpaine in #207
- Update package for 2023, move to ruff for formatting, remove seaborn import styling side effect fixes #205 by @timkpaine in #206
- Compare matplotlib version using packaging.version by @timkpaine in #208
- Bump to 0.3.8 by @timkpaine in #209
Full Changelog: v0.3.7...v0.3.8
v0.3.7
Accumulated bug fixes, infra/CI changes, and support for pandas 2.0
What's Changed
- resolve scatter mat for later pandas by @timkpaine in #143
- Reduce CI, drop support for python < 3.7 by @timkpaine in #160
- Cancel in-progress CI by @timkpaine in #162
- upgrade actions versions by @timkpaine in #164
- Add dependabot workflow for task maintenance by @timkpaine in #165
- Adding inferring periods to core.py adn optional trading_days_per_yea… by @timkpaine in #145
- Uplift to pytest, remove future as a dependency, remove prettyplotlib, lint docs configuration by @timkpaine in #172
- redo docs notebooks for python3 and some small modifications by @timkpaine in #171
- cleanup and use badges in readme by @timkpaine in #173
- cleanup and minimize ci/cd by @timkpaine in #174
- restore logo by @timkpaine in #178
- tweak makefile to use ssh clone instead of https clone during docs deploy by @timkpaine in #175
- Supress divide warnings by @timkpaine in #179
- add manual dispatch trigger to GitHub actions by @timkpaine in #184
- fix yfinance API error by @Allensususu in #186
- Ulcer index fixes / pandas 2.0 fixes by @RoryGlenn in #196
- bump ffn to version 0.3.7 by @timkpaine in #176
New Contributors
- @Allensususu made their first contribution in #186
- @RoryGlenn made their first contribution in #196
Full Changelog: v0.3.6...v0.3.7