Skip to content

Releases: sdv-dev/SDV

v1.34.3

06 Mar 20:15

Choose a tag to compare

v1.34.3 - 2026-03-06

New Features

  • Metadata should be able to auto-detect cases where a primary key is also a foreign key (column_name_match algorithm) - Issue #2788 by @gsheni

v1.34.2

27 Feb 21:33

Choose a tag to compare

v1.34.2 - 2026-02-27

New Features

  • Metadata validation should produce a warning if the metadata and data have columns in different orders - Issue #2822 by @pvk-developer
  • Update the metadata visualization to account for primary to primary key relationships - Issue #2806 by @fealho

Bugs Fixed

  • In the financial demo dataset, the metadata does not list columns in the correct order - Issue #2803 by @pvk-developer

Maintenance

  • Update RELEASE guide to include conda-forge step - Issue #2832 by @sarahmish
  • Make single_table get_available_demos Integration Test More Flexible - Issue #2818 by @pvk-developer

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