Skip to content

Releases: sodascience/metasyn

Version 1.0.3

04 Sep 11:01
37b500d
Compare
Choose a tag to compare

This release fixes a bug with categorical data due to a change in polars, and it updates some minor things in the readme and the documentation.

What's Changed

Full Changelog: v1.0.2...v1.0.3

Version 1.0.2

09 Aug 10:13
4e72bb3
Compare
Choose a tag to compare

This is a minor bugfix release before submission to the Journal of Open Source Software

What's Changed

Full Changelog: v1.0.1...v1.0.2

Version 1.0.1

19 Jun 09:17
Compare
Choose a tag to compare

This release mainly fixes compatibility with the new numpy and polars versions.

What's Changed

  • Fix defaults so plugins don't need manual fitkwarg by @qubixes in #296

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0

13 May 15:38
Compare
Choose a tag to compare

The first stable release of metasyn!

Highlights

  • Lot of documentation updates, thanks mainly to @Samuwhale.
  • More descriptive error handling.
  • Add a way to find plugins that are needed using a plugin registry.

What's Changed

Full Changelog: v0.8.0...v1.0.0

Version 0.8.0

25 Mar 15:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.8.0

v0.7.1

28 Feb 10:24
Compare
Choose a tag to compare

A small release with mainly bug fixes and improvements to the command line interface.

What's Changed

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

v0.7.0

15 Feb 08:51
275b5d7
Compare
Choose a tag to compare

We are preparing to release version 1.0 soon. In the mean time, this version (0.7.0) is a preparation for that. This version is not considered a super stable version, so you can also wait until 1.0 for that when the interface should stabilize.

What's Changed

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

Version v0.6.0

25 Sep 08:18
ede2337
Compare
Choose a tag to compare

MetaSynth is now renamed to metasyn

The reason for the rename is that there is a software package called MetaSynth. Although we are doing very different things, the package will be easier to find if we rename the package.

  • Imports are now metasyn instead of metasynth.
  • All documentation should be updated.
  • Plugins should now use metasyncontrib instead of metasynthcontrib.
  • Capitalization is now also changed to lower case, unless it starts the sentence.

Version v0.5.0

18 Sep 09:35
bf7a79a
Compare
Choose a tag to compare

Summary

  • RegexDistribution has changed considerably with no backward compatibility. For now, the old regex distribution is still available.
  • Big improvements in documentation thanks to @Samuwhale.
  • Add a command line interface.

What's Changed

Full Changelog: v0.4.0...v0.5.0

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