Skip to content

v1.15.0 - 2024-07-11

Latest
Compare
Choose a tag to compare
@amontanez24 amontanez24 released this 11 Jul 18:57
· 12 commits to main since this release

This release adds a new utils function called get_random_sequence_subset, that allows users to get a subset of sequential data.

New Features

Bugs Fixed

  • Context column cannot be a sequence key: Need better error message for this case - Issue #2097 by @gsheni
  • Primary key and sequential key cannot be the same - Issue #2096 by @lajohn4747
  • Error when applying FixedCombinations constraint on a child table with multiple parents in HMASynthesizer - Issue #2087 by @pvk-developer
  • PARSynthesizer errors during fit if sequence_index is numerical sdtype - Issue #2079 by @lajohn4747
  • Cap numpy to less than 2.0.0 until SDV supports - Issue #2075 by @gsheni
  • Rename the file_name parameter to filepath parameter in ExcelHandler - Issue #2065 by @lajohn4747
  • HMA sampling crashes when unknown sdtype detected for numerical column - Issue #2064 by @lajohn4747
  • HMA Synthesizer's scale parameter doesn't work for small values - Issue #2045 by @lajohn4747
  • PAR DiagnosticReport not 1.0 with float categorical columns - Issue #1910 by @lajohn4747
  • If a parent has 0/1 children, HMASynthesizer may create constant data - Issue #1895 by @gsheni

Internal

  • Add timeouts to requests in release notes script - Issue #2067 by @gsheni
  • Investigate HMA case where parent is missing num_rows column - Issue #1703 by @gsheni

Maintenance

  • Release notes should not include PRs - Issue #2074 by @amontanez24
  • Switch to using ruff for Python linting and code formatting - Issue #1803 by @gsheni