Skip to content

Releases: vanderschaarlab/synthcity

Synthcity v0.2.1 Release Notes

27 Feb 07:51
9a2ac98
Compare
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
Compare
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
Compare
Choose a tag to compare

Changelog:

  • Drop dython dependency.
  • Update docs

Synthcity v0.1.7 Release Notes

20 Jan 15:56
4e275eb
Compare
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
Compare
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
Compare
Choose a tag to compare

Changelog:

  • Constraints bugfixing for categoricals
  • Update docs

Synthcity v0.1.4 Release Notes

17 Jan 05:18
4d8f72e
Compare
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
Compare
Choose a tag to compare

Changelog:

  • Survival conditionals improvements
  • More tests
  • Update docs

Synthcity v0.1.2 Release Notes

11 Jan 19:40
c7d3bc9
Compare
Choose a tag to compare

Changelog:

  • Drop ctgan and copulas dependencies
  • Update docs

Synthcity v0.1.1 Release Notes

11 Jan 16:36
3b7047a
Compare
Choose a tag to compare

Changelog

  • Rename temporal_horizons -> observation_times
  • Move privacy plugins to a separate folder.
  • TimeSeriesTabularAutoEncoder -> rename to VAE as appropriate. (AE is different from VAE)
  • Remove two sdv plugins in the release (sdv_ctgan, sdv_tvae)
  • Use Static and TimeSeries survival
  • Docs: data loaders as a section (Tutorial, Data Loader, Generators, Metrics, ...)
  • Docs improvements
  • Document network architecture -- add reference for each mode supported in ts_model.py (same for tabular data).
  • PBC_dataloader fixes