Skip to content

Releases: Tinnci/python-audio-super-resolution

v0.6.0

Choose a tag to compare

@Tinnci Tinnci released this 12 Jul 04:37
5e4241c

What's Changed

  • Consolidate docs and fix eval manifest paths by @Tinnci in #58
  • Prepare v0.6.0 release by @Tinnci in #59

New Contributors

Full Changelog: v0.1.1...v0.6.0

v0.1.1

Choose a tag to compare

@Tinnci Tinnci released this 14 Jun 07:27

Compatibility patch release. Fixes Python 3.10 import compatibility by replacing Python 3.11-only datetime.UTC usage with timezone.utc. This supersedes v0.1.0 for Python 3.10 users.

v0.1.0

Choose a tag to compare

@Tinnci Tinnci released this 14 Jun 07:09

Superseded by v0.1.1 for Python 3.10 compatibility. v0.1.0 published successfully but used datetime.UTC, which is only available on Python 3.11+.

First public alpha release.

Highlights

  • Baseline sinc-resample CLI/API for local audio resampling workflows.
  • Recursive batch planning, dry runs, JSON manifests, manifest comparison, and quality reports.
  • Optional external AudioSR backend wiring.
  • Managed weight manifests, local cache verification, and explicit Hugging Face download plumbing.
  • LavaSR-compatible BWE weight metadata and verification.
  • PyPI Trusted Publishing / GitHub OIDC release workflow.

Known Limits

  • lavasr-compat can download and verify weights, but self-contained inference is not implemented yet.
  • Real model integrations remain optional and skipped by default in normal tests.