Skip to content

Releases: zarr-developers/cast-value.rs

v0.4.2

Choose a tag to compare

@d-v-b d-v-b released this 13 Aug 09:12
0fc5467

What's Changed

  • ci: fail the crates.io job when publishing actually fails by @d-v-b in #30
  • chore: add justfile for package verbs by @d-v-b in #32
  • chore(release): bump version to 0.4.2 by @d-v-b in #33

Full Changelog: v0.4.1...v0.4.2

v0.4.1

Choose a tag to compare

@d-v-b d-v-b released this 12 Aug 18:24
a2f3ba4

What's Changed

  • chore: use mapping type for scalar map entries by @d-v-b in #25
  • docs: add long description and metadata for the PyPI page by @d-v-b in #27
  • fix(python): handle non-row-major and zero-size input arrays by @d-v-b in #28

⚠️ the v0.4.1 release was tagged but did not have the version string incremented in Cargo.toml, so publishing this version failed. Thus it is not accessible on crates.io or pypi.

Full Changelog: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@d-v-b d-v-b released this 01 Apr 20:52
fefaf0f

What's Changed

  • chore: avoid some python interpreter calls by @d-v-b in #21
  • perf: new simd kernels for improved performance by @d-v-b in #22
  • chore/v0.4.0 by @d-v-b in #23

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@d-v-b d-v-b released this 31 Mar 19:20
4e76217

What's Changed

  • docs: have docs by @d-v-b in #12
  • docs: enable github pages by @d-v-b in #13
  • test: add benchmark routines by @d-v-b in #14
  • perf: add AVX2 SIMD via pulp, and benchmarks via criterion by @d-v-b in #11
  • chore: use zizmor by @d-v-b in #15
  • chore: bump versions by @d-v-b in #16

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@d-v-b d-v-b released this 31 Mar 19:21

What's Changed

  • rust improvements + expand python QOL features by @d-v-b in #2
  • chore: continue publish job on failure by @d-v-b in #7
  • chore: give the conventional commit action the power it needs to function by @d-v-b in #8
  • feat: add support for float16 by @d-v-b in #6
  • feat: handle concrete numpy data types as input by @d-v-b in #9
  • fix: improved error message when passing an invalid scalar via scalar_map_entries by @d-v-b in #10

Full Changelog: https://github.com/zarr-developers/cast-value.rs/commits/v0.2.0