Skip to content

Releases: forrestfwilliams/zran

ZRAN v0.1.0

11 Aug 18:48
3d760d7
Compare
Choose a tag to compare

Fixed

  • Bug that would not allow you to create a valid modified index if the first point had a non-zero bits property

Changed

  • create_modified_index so that it no longer add a point before desired starting position
  • Point is now a dataclass instead of a named tuple

Added

  • Docstrings and typing throughout

ZRAN v0.0.5

10 Aug 15:14
4b5210c
Compare
Choose a tag to compare

Added

  • Set the window info to all zeros for first point in first point.bits != 0 case. This decreased compressed index size
  • New default for create_modified_index is to remove the last stop point, since the final point represents the end of the data
  • Update testing to increase coverage of create_modified_index corner cases

ZRAN v0.0.4

27 Mar 14:01
ffedad5
Compare
Choose a tag to compare

Added

  • New information to the README.md concerning contributions and similar projects
  • Contribution note to setup.py

ZRAN v0.0.3

21 Mar 19:54
8a6f999
Compare
Choose a tag to compare

Fixed

  • Deploy actions checkout step now grabs full commit history so that setuptools_scm finds the correct version number

ZRAN v0.0.2

21 Mar 16:32
6868242
Compare
Choose a tag to compare

Added

  • setuptools_scm management of version info
  • pytest configuration to pyproject.toml

Changed

  • tests so that unstable tests (test with small chance of failure) are not run automatically

ZRAN v0.0.1

20 Mar 13:58
583917d
Compare
Choose a tag to compare

Added

  • CI/CD tooling for project

Fixed

  • Fixed incorrect configuration issue with the build-and-deploy actions. Limited build to Linux x86_64 and MacOS x86_64/ARM64 architectures