SDV Enterprise Version 0.32.0

Release Date: August 5, 2025

:plus: Enhanced conditional sampling for DayZSynthesizer. You can now conditionally sample from the DayZSynthesizer even when you have other features, such as constraints, enabled for this synthesizer. The synthetic data will adhere to your conditions as well as any other constraints you have added.

:wrench: Configure batch sampling for DayZSynthesizer. When using the single-table DayZSynthesizer, you can configure batch sampling and retries, just like you can for any other single-table synthesizer. Use this to control how you create synthetic data

:floppy_disk: Streamlined saving/loading for SDV synthesizers. You can save any SDV synthesizer as a Python pkl file, and load it up again in the future to sample synthetic data. Before, loading a synthesizer required to you remember which type of synthesizer you had (eg. GaussianCopulaSynthesizer or HSASynthesizer). Now, you’re able to load any SDV synthesizer file using the same loading utility.