Skip to content

Releases: sdv-dev/SDV

v0.3.0 - 2019-12-23

23 Dec 17:16
Compare
Choose a tag to compare

New Features

v0.2.2 - 2019-12-10

10 Dec 15:59
Compare
Choose a tag to compare

Resolved Issues

v0.2.1 - 2019-11-25

25 Nov 16:06
Compare
Choose a tag to compare

Resolved Issues

v0.2.0 - 2019-11-11

11 Nov 15:35
Compare
Choose a tag to compare

This release introduces a big reorganization of the project and some API changes with a strong focus on simplicity and usability.

New Features

  • Ability to pass the data both as CSV files or DataFrames
  • Ability to pass the Metadata both as a JSON file or as a python dict
  • Simplified metadata format
  • Fixed Primary Key generation issues
  • Added support for Integer Primary Keys
  • Added boolean modeling
  • Improved categorical distribution modeling
  • Fixed incorrect number of children rows modeling
  • Fixed incorrect null values modeling

Special thanks to @csala and @JDTheRipperPC for the hard work put on making this release possible!

Resolved issues

v0.1.2 - 2019-09-18

18 Sep 11:26
Compare
Choose a tag to compare

New Features

General Improvements

Bugs fixed

  • executing readme: 'not supported between instances of 'int' and 'NoneType' - Issue 104 by @csala

v0.1.1

24 Apr 09:04
Compare
Choose a tag to compare
  • Add warnings when trying to model an unsupported dataset structure. GH#73
  • Add option to anonymize data. GH#51
  • Add support for modeling data with different distributions, when using GaussianMultivariate model. GH#68
  • Add support for VineCopulas as a model. GH#71
  • Improve GaussianMultivariate parameter sampling, avoiding warnings and unvalid parameters. GH#58
  • Fix issue that caused that sampled categorical values sometimes got numerical values mixed. GH#81
  • Improve the validation of extensions. GH#69
  • Update examples. GH#61
  • Replaced Table class with a NamedTuple. GH#92
  • Fix inconsistent dependencies and add upper bound to dependencies. GH#96
  • Fix error when merging extension in Modeler.CPA when running examples. GH#86

v0.1.0 - First release

27 Sep 18:31
Compare
Choose a tag to compare

First release to PyPI