Releases: NCAR/bridgescaler
Releases · NCAR/bridgescaler
v0.7.1
What's Changed
- Create Bridgscaler_intro.ipynb by @ThomasMGeo in #17
- Fix to DStandardScaler by @djgagne in #18
New Contributors
- @ThomasMGeo made their first contribution in #17
Full Changelog: v0.7.0...v0.7.1
v0.7.0
v0.6.0
v0.5.1
v0.5.0
v0.4.2
v0.4.1
v0.4
Highlights
- New distributed quantile transformer supported by TDigest algorithm
- Support to transform numpy arrays, xarray dataarrays, and pandas dataframes with Distributed scalers.
- Documentation webpage.
- More tests and bug fixes.
What's Changed
Full Changelog: v0.3...v0.4
v0.3
Bridgescaler v0.3 has some major feature enhancements and bug fixes.
- DeepQuantileTransformer: Performs quantile transforms on multi-dimensional datasets where the last dimension is the variable (channels-last in deep learning library context).
- Distributed scalers: we have standard and min max scalers that can be applied on separate subsets of the data and then be combined in map-reduce fashion. They support both tabular and n-dimensional datasets, so you can use them for large datasets that don't fit in memory on a single node.
What's Changed
Full Changelog: v0.2...v0.3