Skip to content

Commit

Permalink
Release notes for v1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and amontanez24 committed Oct 10, 2024
1 parent bee8cbb commit 435aa99
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Release Notes

### v1.17.0 - 2024-10-02
### v1.17.1 - 2024-10-10

### Bugs Fixed

* Extraneous metadata warning is printed when customizing HMA Synthesizer - Issue [#2250](https://github.com/sdv-dev/SDV/issues/2250) by @pvk-developer

### Internal

* `ValueError` raised when adding columns to a new `Metadata` instance - Issue [#2252](https://github.com/sdv-dev/SDV/issues/2252) by @pvk-developer
* Enhance Benchmark Report Generation - Issue [#2235](https://github.com/sdv-dev/SDV/issues/2235) by @pvk-developer

### Maintenance

* Use PyDrive2 instead of PyDrive - Issue [#2238](https://github.com/sdv-dev/SDV/issues/2238) by @pvk-developer

## v1.17.0 - 2024-10-02

This release consolidates the `SingleTableMetadata` and `MultiTableMetadata` classes into one new class simply called `Metadata`. The old classes are now deprecated. The new class has the same structure as the `MultiTableMetadata` class, except it will work with single table synthesizers.

Expand Down

0 comments on commit 435aa99

Please sign in to comment.