Releases: vanderschaarlab/synthcity
Releases · vanderschaarlab/synthcity
Synthcity v0.2.2 Release Notes
What's Changed
readme modification for more clarity by @pravsels in #137
Added AlphaPrecisionNaive by @robsdavis in #142
Synthcity v0.2.1 Release Notes
Changelog:
- New tutorial for Time-Series(#128). Thank you @VHolstein !
- Docs improvements(#131 and #134). Thanks @pravsels !
- kwargs bugfixing(#122). Thanks @gsel9 !
- Bugfixing(#118)
- Beta image generation support(#135)
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
Changelog:
- Add
random_stateparameter to thegenerateAPI - Serialization: create destination folder if it is missing.
Synthcity v0.1.8 Release Notes
Changelog:
- Drop dython dependency.
- Update docs
Synthcity v0.1.7 Release Notes
Changelog:
- Cleanup depends: drop RDT and DeepEcho.
- drop diffprivlib
Synthcity v0.1.6 Release Notes
Changelog:
- Python 3.10 support
- RDT 1.3 support
- Optuna 3.1 support
- Add citation links
- Improve docs
Synthcity v0.1.5 Release Notes
Changelog:
- Constraints bugfixing for categoricals
- Update docs
Synthcity v0.1.4 Release Notes
Changelog:
- DECAF API bugfixing: better support for the
biased_edgesparameter. - Encode
datetimefeatures accordingly.
Synthcity v0.1.3 Release Notes
Changelog:
- Survival conditionals improvements
- More tests
- Update docs
Synthcity v0.1.2 Release Notes
Changelog:
- Drop
ctganandcopulasdependencies - Update docs