Skip to content

Releases: sdv-dev/SDV

v1.37.3

Choose a tag to compare

@sarahmish sarahmish released this 02 Jul 15:00

v1.37.3 - 2026-07-02

Bugs Fixed

  • Unable to call get_constraints when using a ColumnFormula constraint - Issue #2915 by @fealho

v1.37.2

Choose a tag to compare

@frances-h frances-h released this 22 Jun 19:07

v1.37.2 - 2026-06-22

New Features

  • Add backwards compatibility for deprecated programmable constraint - Issue #2909 by @frances-h

v1.37.1

Choose a tag to compare

@gsheni gsheni released this 11 Jun 20:06

v1.37.1 - 2026-06-11

New Features

  • Add load_constraints utility function - Issue #2902 by @gsheni
  • Add save_resource function to save any file in demo bucket locally - Issue #2901 by @frances-h

v1.37.0

Choose a tag to compare

@frances-h frances-h released this 29 May 13:57

v1.37.0 - 2026-05-29

New Features

  • Optimize demo data loading by reducing in-memory consumption - Issue #2895 by @gsheni
  • Add ability to store and load constraints from file - Issue #2891 by @frances-h

Maintenance

  • Release notes generator failing to fetch latest milestone - Issue #2897 by @frances-h
  • Use Node.js 24 compatible github actions - Issue #2893 by @gsheni

v1.36.3

Choose a tag to compare

@gsheni gsheni released this 22 May 15:55

v1.36.3 - 2026-05-22

New Features

  • Add log events to sample_remaining_columns and sample_from_conditions - Issue #2884 by @rwedge
  • Remove SingleTableProgrammableConstraint class - Issue #2882 by @frances-h

v1.36.2

Choose a tag to compare

@gsheni gsheni released this 14 May 19:57

v1.36.2 - 2026-05-14

Bugs Fixed

  • Allow single table ProgrammableConstraint with multi-table synthesizers if table_name is set - Issue #2880 by @frances-h

v1.36.1

Choose a tag to compare

@gsheni gsheni released this 24 Apr 19:38

v1.36.1 - 2026-04-24

New Features

  • Add verbosity to metadata auto-detection - Issue #2871 by @gsheni

Internal

  • Modularize Metadata.detect_from_dataframe method - Issue #2875 by @R-Palazzo

v1.36.0

Choose a tag to compare

@sarahmish sarahmish released this 10 Apr 23:56

v1.36.0 - 2026-04-10

Bugs Fixed

  • Update tests to be compatible with new RDT release - Issue #2868 by @fealho
  • FixedCombinations should create columns with easy-to-understand names & values - Issue #2865 by @gsheni

v1.35.1

Choose a tag to compare

@gsheni gsheni released this 27 Mar 20:55

v1.35.1 - 2026-03-27

Bugs Fixed

  • OneHotEncoding constraint diagnostic score not 1.0 - Issue #2856 by @pvk-developer
  • Inequality constraint diagnostic score not 1.0 due to out of range datetimes - Issue #2855 by @gsheni
  • IndexingError with FixedCombinations constraint during sample - Issue #2852 by @gsheni
  • OneHotEncoding constraint can error if numerical columns have integer computer_representation - Issue #2849 by @gsheni

v1.35.0

Choose a tag to compare

@frances-h frances-h released this 19 Mar 21:13

v1.35.0 - 2026-03-19

New Features

  • Allow composite keys to be specified in the metadata - Issue #2778 by @frances-h

Bugs Fixed

  • Metadata visualization shows table key not relationship key for relationships - Issue #2839 by @frances-h
  • [Metadata composite keys] Disallow primary key columns in column relationships - Issue #2826 by @pvk-developer
  • [Metadata composite keys] Validate that primary key columns are unique - Issue #2825 by @pvk-developer
  • [Metadata composite keys] Update set_primary_key docstring to indicate a list of columns is now valid - Issue #2824 by @pvk-developer
  • [Metadata composite keys] Typo in error message for invalid primary keys - Issue #2823 by @pvk-developer