Skip to content

Commit

Permalink
v0.3.1 release (#96)
Browse files Browse the repository at this point in the history
* Bump version: 0.3.0 → 0.3.1

* Add release notes
  • Loading branch information
btjanaka authored Mar 6, 2021
1 parent 3b75e87 commit d2e6c19
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# History

## 0.3.1 (2021-03-05)

This release features various bug fixes and improvements. In particular, we have
added tests for SlidingBoundariesArchive and believe it is ready for more
rigorous use.

### Changelog

- Move SlidingBoundariesArchive out of experimental by adding tests and fixing bugs (#93)
- Added nicer figures to the Sphere example with `grid_archive_heatmap` (#86)
- Added testing for Windows and MacOS (#83)
- Fixed package metadata e.g. description

## 0.3.0 (2021-02-05)

pyribs is now in beta. Since our alpha release (0.2.0), we have polished the
Expand Down
2 changes: 1 addition & 1 deletion ribs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = "ICAROS Lab pyribs Team"
__email__ = "[email protected]"
__version__ = "0.3.0"
__version__ = "0.3.1"

from ribs import archives, emitters, factory, optimizers

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.3.1
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@
python_requires=">=3.6.0",
test_suite="tests",
url="https://github.com/icaros-usc/pyribs",
version="0.3.0",
version="0.3.1",
zip_safe=False,
)

0 comments on commit d2e6c19

Please sign in to comment.