SDV Enterprise Version 0.35.0

Release Date: October 21, 2025

In this release, we’ve made some updates to the DayZSynthesizer, an SDV Enterprise feature that allows you to generate random, “fake” data without any machine learning. The multi-table DayZSynthesizer works for any number of connected tables. This is a useful starting point for testing SDV’s capabilities, debugging, and more.

:balance_scale: Estimate DayZ parameters from real data. By popular demand, you can now estimate DayZ parameters by providing a sample of your real data. These parameters include basic information about your data, such as the min/max ranges and possible category values. Inspect and save these parameters in a JSON file. This provides an easy way for you to understand how DayZ will generate data from scratch.

:gear: Set all DayZ parameters at once. Once you’ve estimated the parameters, you can also set them all at once when creating your DayZSynthesizer. This allows you to create random, “fake” data that is realistic to your project. For example, it includes the correct ranges, realistic category values, etc. It also saves you time, as you don’t have to programmatically set each parameter.