Skip to content

Releases: CaptorAB/openseries

2.1.7

14 Mar 22:04

Choose a tag to compare

  • added the methods .autocorr .acf .partial_autocorr .pacf .ljung_box and an autocorr property
  • added option to set an autocorrelation parameter in the random series generation
  • added tzdata to dependencies to ensure safer conda publish
  • miscellaneous updates to dev scripts including update of default Python to 3.14

What's Changed

Full Changelog: 2.1.6...2.1.7

2.1.6

05 Feb 21:25
2701f55

Choose a tag to compare

  • New .ewma_var_func() on class OpenTimeSeries

2.1.5

30 Dec 22:38
b4cc202

Choose a tag to compare

  • Fixed wrapped titles in report_html table
  • Fixed mobile render responsiveness for plot methods
  • Exposing html_utils.export_plotly_figure for use with other plotly figures needing a mobile responsive html wrapper.
  • Miscellaneous linting cleanup

2.1.4

17 Dec 15:08
1696aea

Choose a tag to compare

  • New version of report_html function with improved responsiveness

2.1.3

14 Dec 15:53
86a3ee7

Choose a tag to compare

  • Fixed rendering size and reverted return value structure for report_html. *** Version 2.1.2 may cause issues ***

2.1.2

13 Dec 19:15
f95df48

Choose a tag to compare

  • Fixed narrow desktop and mobile rendering for report html

2.1.1

08 Dec 21:32
7b35545

Choose a tag to compare

  • report_html function responsiveness made to be default behaviour

2.1.0

07 Dec 21:17
2594d04

Choose a tag to compare

  • Closing #340
  • Fixed example in docs/examples/portfolio_optimization
  • Html report made browser window width aware
  • Code efficiency improvements
  • Code complexity improvements
  • Test suite made more pytest native

2.0.3

30 Oct 13:11
e842713

Choose a tag to compare

  • Removed upper limit on versions for project dependencies
  • ord_least_squares_fit output now as native float instead of numpy float
  • Dev scripts, docs and dependencies updates
  • Used Cursor AI to reformat all doc strings to Google style and miscellaneous code cleanup
  • Added deprecation warning on Python 3.10 support

2.0.2

14 Oct 11:55
d7f1e8d

Choose a tag to compare

  • Changed color scheme and font in plotly layout defaults

Deprecations
Python 3.10 support is deprecated and will be removed, no earlier than 2025-12-01. Please upgrade to Python ≥3.11. See pinned issue #340 for details.