Skip to content

Commit

Permalink
1.13.1 Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 committed May 16, 2024
1 parent 32b373a commit 2ee7f37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 1.13.1 - 2024-05-16

This release fixes the `ModuleNotFoundError` error that was causing the 1.13.0 release to fail.

## 1.13.0 - 2024-05-15

This release adds a utility function called `get_random_subset` that helps users get a subset of their multi-table data so that modeling can be done quicker. Given a dictionary of table names mapped to DataFrames, metadata, a main table and a desired number of rows to use for the main table, it will subsample the data in a way that maintains referential integrity.
Expand Down

0 comments on commit 2ee7f37

Please sign in to comment.