Skip to content

Latest commit

 

History

History
120 lines (65 loc) · 5.6 KB

CHANGELOG.md

File metadata and controls

120 lines (65 loc) · 5.6 KB

Changelog

v0.4.2 (2023-11-17)

Fix

  • Adding to globals in a package doesn't work, so just print tip instead (b5b037a)

v0.4.1 (2023-11-17)

Fix

  • Add class name to globals so custom classes are loaded better (b96466c)

v0.4.0 (2023-11-15)

Feature

  • Add cache to from_drive to prevent re-downloading files that exist locally (6bf1135)

v0.3.5 (2023-11-15)

Fix

  • Require at least drive-in 0.1.4 with deals with new requests json exception (df81a7a)

v0.3.4 (2023-11-15)

Fix

  • Add simple repr to metadata (dbf3c96)
  • Bump configuraptor (with typeguard) version requirement (458d8cd)

v0.3.3 (2023-10-07)

Fix

  • cli: Use readline to enable history in interactive mode (b5fac56)

v0.3.2 (2023-10-02)

Fix

  • cli: Minor tweaks and improvements to run, serve and stdin (d5f3035)

v0.3.1 (2023-10-02)

Fix

  • cli: Interactive run only returned the first character for seq2seq (3fb5b27)
  • cli: Add plumbum as dependency (ead5ade)

v0.3.0 (2023-10-02)

Feature

  • Add save_to_disk to transform a .vst file back into the original model files (8b4497c)

v0.2.0 (2023-09-28)

Feature

  • Added drive extra via drive-in library (634e250)
  • drive: WIP to also add Drive Downloads (directly back to into a model) (e89b727)
  • drive: Add simple google drive api to store models (cf37a27)

v0.1.2 (2023-09-22)

Documentation

  • Set badges to absolute url so they work on pypi (f427b96)

v0.1.1 (2023-09-22)

Fix

  • device: Model.device may not be a string, so convert it. Also enable compression by default. (d609584)

Documentation

  • badge: Fix su6 checks badge in readme (4d325cf)

v0.1.0 (2023-09-22)

Feature

  • cli: Improved Model Loading and Metadata Handling (56f6070)
  • cli: Made run and serve work, overall better cli (c8a2829)
  • cli: Started on vst serve model.vst command (f69c297)
  • meta: Added metadata checks on load (0f56f88)

Documentation

  • examples: Updated example directory and README (713aec7)
  • Updated README, WIP to make more pytests + coverage (although that's hard for the interactive cli part) (dd840b6)

v0.1.0-beta.3 (2023-09-20)

Feature

  • pickle: Allow choosing a device (cpu or cuda) (186d15c)

v0.1.0-beta.2 (2023-09-19)

Fix

  • When going from CUDA to CPU, it shouldn't crash anymore (9253aec)

v0.1.0-beta.1 (2023-09-19)

Feature

  • Started versioning the metadata for backwards compatibility (d93dfa5)
  • Initial commit (954ca9e)

Fix

  • cli: --version works again (304ea54)