diff --git a/.circleci/config.yml b/.circleci/config.yml index 04e2fb3a9..0ef7b1a49 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: build-and-test: parallelism: 16 docker: - - image: cimg/python:3.8 + - image: cimg/python:3.12 steps: - checkout - python/install-packages: diff --git a/docs/changelog/index.rst b/docs/changelog/index.rst index 0b4077f67..3078cc92b 100644 --- a/docs/changelog/index.rst +++ b/docs/changelog/index.rst @@ -6,6 +6,7 @@ This is the list of changes to hyppo between each release. For full details, see .. toctree:: :maxdepth: 1 + v0.5.1.md v0.5.0.md v0.4.0.md v0.3.2.md diff --git a/docs/changelog/v0.5.1.md b/docs/changelog/v0.5.1.md new file mode 100644 index 000000000..a6a44dc8e --- /dev/null +++ b/docs/changelog/v0.5.1.md @@ -0,0 +1,10 @@ +# hyppo v0.5.1 + +## Highlights of this release + +This release fixes the future version. + +## Full Changelog + +[v0.5.0...v0.5.1](https://github.com/neurodata/hyppo/compare/v0.5.0...v0.5.1) + diff --git a/hyppo/__init__.py b/hyppo/__init__.py index e9c464649..9dd690404 100644 --- a/hyppo/__init__.py +++ b/hyppo/__init__.py @@ -7,4 +7,4 @@ import hyppo.d_variate import hyppo.conditional -__version__ = "0.5.0" +__version__ = "0.5.1" diff --git a/requirements.txt b/requirements.txt index f568a02cd..c66e8b188 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ numba>=0.46 scikit-learn>=0.22 joblib>=0.17.0 autograd>=1.3 -future>=1.0.0 +future