Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thalassemia committed Dec 5, 2024
1 parent b793f56 commit 3589de1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ More examples:

## Changelog

### Version 1.1.0
* Update build toolchain and automatically build/publish wheels for all
major platforms and recent Python versions.
* Build wheels with Numpy 2+ support

### Version 1.0.0

* Rename module to `stochastic_arrow` to avoid name conflict (Issue #51). **All users must update their import statements to use `stochastic_arrow` instead of `arrow`.**
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

setup(
name='stochastic-arrow',
version='1.0.0',
version='1.1.0',
packages=find_packages('src'),
package_dir={'': 'src'},
author='Ryan Spangler, John Mason, Jerry Morrison, Chris Skalnik, Travis Ahn-Horst, Sean Cheah',
Expand Down

0 comments on commit 3589de1

Please sign in to comment.