Releases: babycat-io/babycat
Releases · babycat-io/babycat
Release v0.0.15
Docs: Add `Source` trait on babycat.io homepage example (#91) Previously the example was throwing a compile error.
Release v0.0.14
Refactor decoder API to not need a `.begin()` call (#79) Now our Symphonia and FFmpeg decoder APIs directly implement the `Source` trait, instead of being separate structs that create a `Source` with a call to `.begin()`. We need to upgrade from a minimum of Rust 1.56 to Rust 1.58 because this PR uses the `Option::unwrap_unchecked()` method. Since we are breaking compatibility, we will take the opportunity to bump our minimum Rust version all the way to 1.61.
Release v0.0.13
Enable the ability to generate unwrapped NumPy arrays (#67) This makes it possible to generate NumPy arrays and raise exceptions without allocating a result type.
Release v0.0.12
Separate batch decoding logic into the `batch` submodule (#42)
Release v0.0.11
rustdoc: Add Babycat logo
Release v0.0.10
Upgrade to Symphonia 0.4.0. Remove Cargo Source Replacement (#32) This allows us to publish our Babycat crate to crates.io.
Release v0.0.9
Fix the GitHub Action for releasing to PyPI
Release v0.0.7
Avoid vendoring dependencices when running `cargo publish`