Skip to content

Commit

Permalink
bump v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
katosh committed Oct 3, 2023
1 parent 1eab960 commit 3734e72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.4.1

Drop constraint on NumPy version `numpy<1.25.0` which was introdcuded due to
an incompatibility of `numpy==1.25.0` and `jax<0.4.16`.
See [Jax Change Log](https://jax.readthedocs.io/en/latest/changelog.html#jax-0-4-16-sept-18-2023).

# v1.4.0
## New Features
### `with_uncertainty` Parameter
Expand Down
2 changes: 1 addition & 1 deletion mellon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from . import _conditional as conditional
from . import _derivatives as derivatives

__version__ = "1.4.0"
__version__ = "1.4.1"

__all__ = [
"DensityEstimator",
Expand Down

0 comments on commit 3734e72

Please sign in to comment.