Skip to content

Releases: pmorissette/ffn

v1.1.5

24 Mar 21:30
8e6f847

Choose a tag to compare

What's Changed

  • fix: use infer_nperiods instead of infer_freq for annualization by @Bortlesboat in #287
  • perf: auto-infer annualization factor from data frequency in PerformanceStats by @Bortlesboat in #289
  • fix: use time-span guards for three_month and six_month lookbacks by @Bortlesboat in #290
  • Fix round-trip problem with to_price_index and to_returns by @Bortlesboat in #292
  • fix: replace np.isnan with pd.isna for pd.NA compatibility by @Bortlesboat in #291
  • test: fix FutureWarning in test_resample_returns by @Bortlesboat in #294

Full Changelog: v1.1.4...v1.1.5

v1.1.4

05 Mar 14:11
d6c62cb

Choose a tag to compare

What's Changed

  • fix: use log1p(pct_change()) in to_log_returns for NaN-safe computation by @Jo2234 in #282
  • fix: use target downside deviation in Sortino ratio by @Bortlesboat in #285

New Contributors

Full Changelog: v1.1.3...v1.1.4

v1.1.3

23 Feb 01:36
6429d6f

Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2

11 Feb 21:34
0a7522f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

02 Nov 20:02
e8af546

Choose a tag to compare

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

06 Aug 13:45
f690c0c

Choose a tag to compare

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

01 Jul 03:07
13388ad

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

23 Jun 03:00
91f7252

Choose a tag to compare

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

23 Jun 02:34
7fae5d2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

31 Dec 16:05
56eb7dd

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1