Skip to content

Releases: NCAR/bridgescaler

v0.7.1

09 Aug 20:50
8bf0573
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

29 Apr 15:24
dc2b89f
Compare
Choose a tag to compare

What's Changed

  • Numba versions of T-Digest quantile and cdf by @djgagne in #15
  • Update version to 0.7.0 by @djgagne in #16
  • Deprecated DQuantileTransformer and removed dependency with pytdigest.

Full Changelog: v0.6.0...v0.7.0

v0.6.0

29 Mar 23:29
c93666e
Compare
Choose a tag to compare

What's Changed

  • Created parallel DQuantileScaler using crick library. by @djgagne in #14
  • DQuantileTransformer will be deprecated in the next version of bridgescaler in favor of DQuantileScaler.

Full Changelog: v0.5.1...v0.6.0

v0.5.1

21 Mar 16:15
3f9a682
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

20 Mar 15:11
91dc5cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.5.0

v0.4.2

12 Feb 17:32
6731c41
Compare
Choose a tag to compare

What's Changed

  • Bug fixes to inverse DQuantileTransformer and printing and reading scalers by @djgagne in #10

Full Changelog: v0.4.1...v0.4.2

v0.4.1

12 Feb 00:09
3544c84
Compare
Choose a tag to compare

What's Changed

  • Added subset transforms for distributed scalers by @djgagne in #9

Full Changelog: v0.4...v0.4.1

v0.4

09 Feb 23:38
d28d87f
Compare
Choose a tag to compare

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

  • Distributed quantile transform and documentation by @djgagne in #8

Full Changelog: v0.3...v0.4

v0.3

14 Nov 20:59
86adeb3
Compare
Choose a tag to compare

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

v0.2

25 Apr 21:58
48b9a1f
Compare
Choose a tag to compare

What's Changed

  • Added deep standard and min max scalers. by @djgagne in #2

New Contributors

Full Changelog: https://github.com/NCAR/bridgescaler/commits/v0.2