Skip to content

Releases: pytti-tools/pytti-notebook

v0.7.0

13 Feb 08:38
483018a
Compare
Choose a tag to compare
removed --branch dev

v0.6.0

04 Feb 19:10
Compare
Choose a tag to compare

Resolved bugs impacting local runtime support, see pytti-core v0.6.0 release notes for details.

v0.5.2

02 Feb 02:05
0f8ecf1
Compare
Choose a tag to compare

Changed import scheme for AdaBins and GMA in core pytti backend. Should facilitate local runtime support

v0.5.1

01 Feb 20:40
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release
  • 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

01 Feb 20:25
Compare
Choose a tag to compare

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