Releases: pytti-tools/pytti-notebook
Releases · pytti-tools/pytti-notebook
v0.7.0
v0.6.0
v0.5.2
v0.5.1
- Separating responsibilities for MVC.
- Notebook should be a UI only as much as possible.
- Moved image rendering logic from notebook to pytti-core.
- Added tensorboard integration
- Simplifies monitoring of scalar metrics
- permits users to "scrub" over image sequences, providing a preview of animation behavior
- Facilitates integration with MLOps solutions like WandB/MLFlow/ClearML/etc. for users who want it
- Added hydra integration
- facilitate emiting jobs from command line
- facilitate modularization of user's preferred settings
- facilitate sweeping over permutations of collections of settings
- facilitates MLOps integration for argument capturing (e.g. ClearML)
- Replaced print statements with log statements throughout pytti-core
- increased verbosity control
- adds timestamps and emitting code location to report
- improves i/o efficiency
p5 beta
Corresponds to "current" notebook version from sportsracer48's original repo, which linked to code on its p5 branch: https://github.com/sportsracer48/pytti/tree/p5
Migrating to paradigm where the recommended version of all code will be tracked in 'main' branch rather than a separate branch for each release