Skip to content

Commit 70d0378

Browse files
v0.1.10
1 parent ccd0eae commit 70d0378

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

coax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.1.9'
1+
__version__ = '0.1.10'
22

33

44
# expose specific classes and functions

doc/release_notes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ Upcoming
77
- Bug fixes: `#16 <https://github.com/coax-dev/coax/issues/16>`_
88

99

10+
v0.1.10
11+
-------
12+
13+
- Upgrade dependencies.
14+
- Replace old ``jax.ops.index*`` scatter operations with the new :attr:`jax.numpy.ndarray.at` interface.
15+
16+
1017
v0.1.9
1118
------
1219

0 commit comments

Comments
 (0)