Skip to content

v1.12.1 - 2024-04-19

Latest
Compare
Choose a tag to compare
@amontanez24 amontanez24 released this 19 Apr 20:15
· 27 commits to main since this release

This release makes a number of changes to how id columns are generated. By default, id columns with a regex will now have their values scrambled in the output. Id columns without a regex that are numeric will be created randomly. If they're not numeric, they will have a random suffix.

Additionally, improvements were made to the visibility of the get_loss_values_plot.

New Features

Maintenance

Internal