We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd0eae commit 70d0378Copy full SHA for 70d0378
coax/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '0.1.9'
+__version__ = '0.1.10'
2
3
4
# expose specific classes and functions
doc/release_notes.rst
@@ -7,6 +7,13 @@ Upcoming
7
- Bug fixes: `#16 <https://github.com/coax-dev/coax/issues/16>`_
8
9
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
17
v0.1.9
18
------
19
0 commit comments