Skip to content

Commit

Permalink
v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
KristianHolsheimer committed May 3, 2022
1 parent ccd0eae commit 70d0378
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion coax/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1.9'
__version__ = '0.1.10'


# expose specific classes and functions
Expand Down
7 changes: 7 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ Upcoming
- Bug fixes: `#16 <https://github.com/coax-dev/coax/issues/16>`_


v0.1.10
-------

- Upgrade dependencies.
- Replace old ``jax.ops.index*`` scatter operations with the new :attr:`jax.numpy.ndarray.at` interface.


v0.1.9
------

Expand Down

0 comments on commit 70d0378

Please sign in to comment.