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