Skip to content

Releases: crowdcent/numerblox

v1.3.1

29 Mar 12:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

27 Mar 13:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.3.0

  • Support for scikit-learn's metadata routing.
  • Updated tests and documentation for metadata routing.
  • Support for Polars output in Numerblox processors.
  • Metadata routing is initialized so does not have to be set explicitly. Can still be switched to False or None for explicit cases where additional arguments are not needed. For example, in live inference where era_series is a constant series (1 era) so it would be redundant to pass.

NOTE: Numerblox uses metadata routing, which was introduced in scikit-learn 1.4 and is still in an experimental phase. Not all scikit-learn meta-estimators work with metadata routing yet. Check this overview for the support status on scikit-learn meta estimators that support metadata routing.

For most cases with Numerblox processors you don't have to set any routing requests manually. It is already handled within the processors. For more information about metadata routing:
https://scikit-learn.org/stable/metadata_routing.html

WARNING: eras argument is now era_series and tickers argument is now called ticker_series. This is changed to clarify that the input argument should be a pd.Series.

v1.2.2

23 Mar 00:10
Compare
Choose a tag to compare

Full Changelog: v1.2.1...v1.2.2

v1.2.1

27 Feb 19:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.18...v1.2.1

v1.1.18

16 Jan 12:11
2269ffe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.17...v1.1.18

v1.1.17

10 Jan 14:28
f595f25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.16...v1.1.17

v.1.1.16

09 Jan 17:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.15...v1.1.16

v1.1.15

04 Jan 12:59
Compare
Choose a tag to compare

Full Changelog: v1.1.14...v1.1.15

v1.1.14

02 Jan 21:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.13...v1.1.14

v1.1.13

22 Dec 11:54
7add4e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.12...v1.1.13