Skip to content

Releases: gretelai/gretel-synthetics

v0.22.6

20 Feb 19:55
Compare
Choose a tag to compare

Full Changelog: v0.22.5...v0.22.6

v0.22.5

21 Dec 22:16
Compare
Choose a tag to compare

What's Changed

  • PLAT-1445 Fix Canonical URLs by Matt Kornfield
  • PLAT-1406 Upgrade Faker by Matt Kornfield
  • Fix broken link, update support emails by Matt Kornfield

Full Changelog: v0.22.4...v0.22.5

v0.22.4

28 Nov 21:23
Compare
Choose a tag to compare

Full Changelog: v0.22.3...v0.22.4

v0.22.3

17 Oct 19:59
Compare
Choose a tag to compare

Full Changelog: v0.22.2...v0.22.3

v0.22.2

05 Sep 21:04
Compare
Choose a tag to compare

Full Changelog: v0.22.1...v0.22.2

0.22.1

15 Aug 20:02
Compare
Choose a tag to compare

What's Changed

⚙️ ACTGAN improvements

  • Provide error message for bad batch_size and pac values by @kboyd
  • Update cbn_sample_size to 250_000 by @mvansegbroeck

🧹 Housekeeping

  • Introduce new standardized error categories by @pimlock

Full Changelog: v0.22.0...v0.22.1

0.22.0

18 Jul 21:32
Compare
Choose a tag to compare

What's Changed

🔼 Dependency updates:

⚙️ ACTGAN improvements:

  • Refactor ACTGAN in preparation of anyway training @kboyd 0ad0296

🧹 Miscellaneous housekeeping:

0.21.0

13 Jun 19:44
Compare
Choose a tag to compare

What's Changed

🔼 Dependency updates:

  • Require Python >= 3.9
  • Update TensorFlow to 2.11.1
  • Require Torch >= 1.13 (2.0 is recommended)
  • Constraint other packages (sdv, pandas, numpy)

⚙️ ACTGAN improvements:

  • Sampling improvements:
    • Use eval mode for inference during sampling in ACTGAN.
    • Vectorize conditional row selection ACTGAN sampling.
    • Fix sampling of conditional vectors in ACTGAN.
  • Memory improvements.
  • Factor out original condvec sampler for ACTGAN.
  • Add cbn_sample_size param for ACTGAN model.

⚙️ DGAN improvements:

  • Raise clearly worded exception if generation is called before training DGAN.
  • Resolve apply_along_axis bug in DGAN.
  • Skip key error during attempt cast to int.

⚙️ LSTM improvements:

  • Reload LSTM model before generation.
  • Change memory allocation.
  • Reset generation callback state each time new generation starts.
  • Update dp_microbatches default value to 1.

🐞 Bug fixes:

  • Fix RDT FloatFormatter bug

🧹 Miscellaneous housekeeping and plumbing updates:

  • Add a readthedocs config file to configure the Python version (#154)
  • Fixed typos by @mahmadza in #148

New Contributors

Full Changelog: v0.20.0...v0.21.0

0.20.0

24 Jan 14:26
Compare
Choose a tag to compare
  • 🚀 New model available! ACTGAN (Anyway CTGAN) is an alternate implementation of the SDV CTGAN model that provides additional functionality to improve memory usage, autodetection and transformation of columns, and more.
  • 💨 Performance improvements to DGAN and SQS
  • 🔧 Bug fixes, including improving handling of inf, NaN, and regex metachars, and more
  • 🖊️ Dependency updates
    • Pin tensorflow_estimator at 2.8
    • Update sentencepiece to 0.1.97
    • Add category-encoders 2.2.2

Full Changelog: v0.19.0...v0.20.0

0.19.0

30 Aug 19:45
7187b0e
Compare
Choose a tag to compare

📖 Apply Gretel's Source Available License