Skip to content

Commit

Permalink
Push new python 3.9 compatible version.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 621518240
  • Loading branch information
ColCarroll authored and The bayeux Authors committed Apr 3, 2024
1 parent 4dd0f73 commit b9a55c8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):

## [Unreleased]

## [0.1.10] - 2024-04-03

### Keep Python 3.9 compatibility.

## [0.1.9] - 2024-02-27

### Add programmatic access to algorithms
Expand Down Expand Up @@ -64,7 +68,10 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):

### Initial release

[Unreleased]: https://github.com/jax-ml/bayeux/compare/v0.1.7...HEAD
[Unreleased]: https://github.com/jax-ml/bayeux/compare/v0.1.10...HEAD
[0.1.10]: https://github.com/jax-ml/bayeux/releases/tag/v0.1.10
[0.1.9]: https://github.com/jax-ml/bayeux/releases/tag/v0.1.9
[0.1.8]: https://github.com/jax-ml/bayeux/releases/tag/v0.1.8
[0.1.7]: https://github.com/jax-ml/bayeux/releases/tag/v0.1.7
[0.1.6]: https://github.com/jax-ml/bayeux/releases/tag/v0.1.6
[0.1.5]: https://github.com/jax-ml/bayeux/releases/tag/v0.1.5
Expand Down
2 changes: 1 addition & 1 deletion bayeux/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# A new PyPI release will be pushed everytime `__version__` is increased
# When changing this, also update the CHANGELOG.md
__version__ = '0.1.9'
__version__ = '0.1.10'

# Note: import <name> as <name> is required for names to be exported.
# See PEP 484 & https://github.com/google/jax/issues/7570
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies = [
"flowmc",
"numpyro",
"jaxopt",
"scipy<1.13", # https://github.com/arviz-devs/arviz/issues/2336
]

# `version` is automatically set by flit to use `bayeux.__version__`
Expand Down

0 comments on commit b9a55c8

Please sign in to comment.