v1.12.1 - 2024-04-19
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
- Create unique id for each synthesizer - Issue #1902 by @pvk-developer
- Generator Discriminator Loss Chart Color Change - Issue #1916 by @lajohn4747
- If using regex to generate values, scramble them - Issue #1921 by @amontanez24
- When generating ids without a regex, create them randomly - Issue #1922 by @frances-h
Maintenance
- Cleanup automated PR workflows - Issue #1926 by @R-Palazzo
Internal
- Add add-on modules to sys.modules - Issue #1924 by @amontanez24