Skip to content

ReedSolo v2.0.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@lrq3000 lrq3000 released this 31 Mar 00:07
· 143 commits to master since this release

Major update, first release in the v2.x branch. Introduces breaking changes, especially because it requires Cython v3.0.0b2 (hence a prerelease), but this allows huge speedups in encoding, especially with the cythonized extension. Several bugfixes as well (not math bugs but more about expected data structures, now the whole internal and external API should be coherent, always using bytearray or cpython array).

See the section "Migration from v1.x to v2.x" for more information on how to migrate.

UPDATE: This release was yanked due to issues with packaging for Linux distributions.