Skip to content

Releases: sodascience/metasyn

Version 0.4.0

04 Aug 17:09
5d57579
Compare
Choose a tag to compare

Most important changes:

  • Improved documentation (Thanks @Samuwhale )
  • New interface for creating distributions using properties
  • MetaDataset has been renamed to MetaFrame

All changes

New Contributors

Full Changelog: v0.3.0...v0.4.0

Version 0.3.0

30 May 10:05
030e616
Compare
Choose a tag to compare

What has changed

This release mostly targets developers of the plugin system.

  • Extension redesign: See 8b0ea7e for the full details. Developers of plugins will need to update their plugin to work with the new version.
  • Update to tutorial

Version 0.2.2

03 Mar 13:47
e9a7ef5
Compare
Choose a tag to compare

Small release update with mainly documentation updates and small (bug)-fixes.

Version 0.2.1

07 Feb 09:43
c17666e
Compare
Choose a tag to compare

This release is a small bugfix release.

  • Descriptions are now correctly read from file.
  • Empty columns correctly keep their names.
  • Compatible with latest version of polars.

Version 0.2.0

21 Nov 21:39
Compare
Choose a tag to compare

New in this release:

This release switches the internal computation from polars to pandas. Pandas is still supported, but polars is recommended to use for the input dataframe. There are some simplifications internally due to this change, which will make future maintanance easier.

The tests should cover both polars and pandas dataframes, so if either doesn't work, please file an issue.

Version 0.1.2

19 Oct 10:03
0f9262f
Compare
Choose a tag to compare

New in this release:

  • prop_missing can now be added to the spec while importing a dataframe to manually set the portion of missing values.
  • The regex distribution now also accepts "\d" or "\w", etc as a short-hand for "\d{1,1}" and "\w{1,1}" respectively.
  • An error is now raised when the regex element is used more than 100% or less than 0% of the time.
  • The _example_distribution method of distributions has been renamed to default_distribution.

Version 0.1.1

10 Oct 16:12
Compare
Choose a tag to compare

New in this release:

  • Bug fixes related to empty columns.
  • Small API tweaks for disclosure control/privacy.
  • Update README for PyPi

Version 0.1.0

12 Aug 12:59
Compare
Choose a tag to compare

Initial release of MetaSynth.