Skip to content

Releases: GalacticDynamics/quaxed

v0.10.4

05 Dec 22:41
1149880

Choose a tag to compare

What's Changed

  • Generate a custom type stub file with horrible text manipulation of jax.numpy's pyi file by @adrn in #153

New Contributors

  • @adrn made their first contribution in #153

Full Changelog: v0.10.3...v0.10.4

v0.10.3

23 Nov 22:16
1f72f0e

Choose a tag to compare

What's Changed

New Contributors

  • @Copilot made their first contribution in #152

Full Changelog: v0.10.2...v0.10.3

v0.10.2

19 Oct 15:11
066e292

Choose a tag to compare

Support Jax v0.7.2+.

What's Changed

Full Changelog: v0.10.1...v0.10.2

v0.10.1

02 Jun 22:12
2901627

Choose a tag to compare

What's Changed

  • build(deps): bump the actions group with 3 updates by @dependabot in #139
  • build(deps): bump codecov/codecov-action from 5.4.2 to 5.4.3 in the actions group by @dependabot in #140
  • 🐛 fix: vectorize, cond by @nstarman in #141
  • 🩹 fix-simple(primitives): use fixed quax default implementation by @nstarman in #137

Full Changelog: v0.10.0...v0.10.1

v0.10.0

20 Apr 17:00
6939e3f

Choose a tag to compare

Warning

Due to patrick-kidger/quax#58 some functions that require size information about boolean arrays when jitted will not work without that size information quaxified, even when not jitted. These include argwhere, bincount, compress, etc.

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

07 Feb 15:45
96a518b

Choose a tag to compare

What's Changed

  • 🔥 dump(arrayish): moved to new library quax-blocks by @nstarman in #129

Full Changelog: v0.8.3...v0.9.0

v0.8.3

07 Feb 01:55
973ddd7

Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.8.3

v0.8.2

23 Jan 00:24
6578315

Choose a tag to compare

What's Changed

  • 📝 docs(arrayish): refactor docstring examples by @nstarman in #124
  • 🔒️ security(cd): update download-artifacts by @nstarman in #125

Full Changelog: v0.8.1...v0.8.2

v0.8.1

21 Jan 01:15
011b8b0

Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

21 Jan 00:07
f70fa86

Choose a tag to compare

What's Changed

  • Subclasses for Arrayish Objects by @nstarman in #120
    This is a comprehensive set of classes which provide quaxified lax and jax.numpy-backed dunder methods.

Full Changelog: v0.7.2...v0.8.0