Skip to content

Releases: vanderschaarlab/synthcity

Synthcity v0.2.2 Release Notes

06 Mar 18:18
7bb36fb

Choose a tag to compare

What's Changed
readme modification for more clarity by @pravsels in #137
Added AlphaPrecisionNaive by @robsdavis in #142

Synthcity v0.2.1 Release Notes

27 Feb 07:51
9a2ac98

Choose a tag to compare

Changelog:

Image support Description

  • Add image dataloader, with the ability to resize the images internally to predefined shapes.
  • Extend the core plugin for non-tabular inputs
  • Add ConvNet classifier support, with some predefined architectures.
  • Add Generator and Discriminators with predefined architectures for various image input sizes.
  • Add Image GAN support on top of the Generators and Discriminators.
  • Add Conditional GAN support for the Generators and Discriminators
  • New metrics: FID score
  • Adapt the detection and performance metrics for images
  • Add Image Conditional GAN plugin
  • Add Image AdsGAN plugin
  • Add tutorial on top of MedMNIST
  • Update docs and README

Synthcity v0.1.9 Release Notes

25 Jan 17:06
227bd54

Choose a tag to compare

Changelog:

  • Add random_state parameter to the generate API
  • Serialization: create destination folder if it is missing.

Synthcity v0.1.8 Release Notes

20 Jan 18:19
e746316

Choose a tag to compare

Changelog:

  • Drop dython dependency.
  • Update docs

Synthcity v0.1.7 Release Notes

20 Jan 15:56
4e275eb

Choose a tag to compare

Changelog:

  • Cleanup depends: drop RDT and DeepEcho.
  • drop diffprivlib

Synthcity v0.1.6 Release Notes

19 Jan 15:11
9a74dd6

Choose a tag to compare

Changelog:

  • Python 3.10 support
  • RDT 1.3 support
  • Optuna 3.1 support
  • Add citation links
  • Improve docs

Synthcity v0.1.5 Release Notes

17 Jan 08:06
3563c8e

Choose a tag to compare

Changelog:

  • Constraints bugfixing for categoricals
  • Update docs

Synthcity v0.1.4 Release Notes

17 Jan 05:18
4d8f72e

Choose a tag to compare

Changelog:

  • DECAF API bugfixing: better support for the biased_edges parameter.
  • Encode datetime features accordingly.

Synthcity v0.1.3 Release Notes

12 Jan 09:18
ae1cd8f

Choose a tag to compare

Changelog:

  • Survival conditionals improvements
  • More tests
  • Update docs

Synthcity v0.1.2 Release Notes

11 Jan 19:40
c7d3bc9

Choose a tag to compare

Changelog:

  • Drop ctgan and copulas dependencies
  • Update docs