Skip to content

Releases: sdv-dev/SDV

v1.34.1

21 Feb 00:11

Choose a tag to compare

v1.34.1 - 2026-02-20

Bugs Fixed

  • Metadata remove_column removes unexpected relationships - Issue #2813 by @fealho
  • Metadata auto-detection does not detect semantic sdtype as foreign key (column_name_match algorithm) - Issue #2799 by @fealho

v1.34.0

13 Feb 23:13

Choose a tag to compare

v1.34.0 - 2026-02-13

New Features

  • Allow a primary key to also be a foreign key (in the metadata and also for modeling) - Issue #2779 by @gsheni

v1.33.1

06 Feb 22:33

Choose a tag to compare

v1.33.1 - 2026-02-06

New Features

Maintenance

  • Update README and other meta information to point to the DataCebo forum - Issue #2797 by @pvk-developer

v1.33.0

31 Jan 00:10

Choose a tag to compare

v1.33.0 - 2026-01-30

New Features

  • When reading in CSV data, do not cut off any leading 0s - Issue #2780 by @fealho

Maintenance

  • Pin Pandas dependency below 3.0 - Issue #2784 by @rwedge
  • Support Python 3.14 - Issue #2776 by @gsheni
  • Update license information in pyproject.toml to use new format - Issue #2773 by @rwedge

v1.32.1

09 Jan 20:46

Choose a tag to compare

v1.32.1 - 2026-01-09

Bugs Fixed

  • Combining column relationship with constraints not working - Issue #2768 by @frances-h

v1.32.0

19 Dec 22:31

Choose a tag to compare

v1.32.0 - 2025-12-19

New Features

Bugs Fixed

v1.31.0

15 Dec 23:21

Choose a tag to compare

v1.31.0 - 2025-12-15

New Features

  • Add bucket and credentials parameter to download_demo - Issue #2747 by @amontanez24

v1.30.0

05 Dec 23:26

Choose a tag to compare

v1.30.0 - 2025-12-05

New Features

  • When using PyTorch, enable GPU usage for MacOS - Issue #2672 by @R-Palazzo

v1.29.1

21 Nov 22:58

Choose a tag to compare

v1.29.1 - 2025-11-21

Bugs Fixed

  • Warning raised multiple times when metadata does not have the 'datetime_format' key - Issue #2739 by @fealho
  • Adding constraints to multi-table synthesizer in multiple steps causes fit to crash - Issue #2736 by @frances-h

v1.29.0

15 Nov 03:25

Choose a tag to compare

v1.29.0 - 2025-11-14

New Features

  • Prevent users from accidentally overriding the source or README files - Issue #2686 by @fealho
  • Ensure that the source/readme files can only be downloaded in txt format - Issue #2685 by @fealho
  • If a source or readme does not exist for a dataset, show a warning - Issue #2684 by @fealho
  • Add get_source and get_readme functions for demo datasets - Issue #2663 by @fealho
  • Update the download_demo and get_available_demos functions - Issue #2661 by @fealho

Bugs Fixed

  • PARSynthesizer crashes if context columns are listed in a different order than the data - Issue #2719 by @sarahmish
  • HMASynthesizer - Cap displayed column count in PerformanceAlert Message - Issue #2716 by @fealho
  • HMA sampling raises a pandas FutureWarning: Downcasting object dtype arrays - Issue #2711 by @frances-h
  • download_demo errors if the dataset_name in the metainfo does not match the dataset name in the folder - Issue #2691 by @fealho
  • download_demo should ignore non-csv files in data.zip - Issue #2690 by @fealho
  • Improve error message when no csv file are found for a dataset when using download_demo - Issue #2689 by @fealho
  • download_demo may fail for some data.zip files - Issue #2688 by @fealho
  • download_demo failing when output_folder_path is set - Issue #2687 by @fealho

Internal

  • HMASynthesizer - model child tables with norm distribution - Issue #2665 by @rwedge

Maintenance