Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygeo committed Aug 3, 2019
1 parent 08fe2f1 commit be72c9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 0.5.0
- Allow move function to return energy delta for efficiency gains in some cases (#28)

### 0.4.2
- Fix bug in load_state (#23)

Expand Down
2 changes: 1 addition & 1 deletion simanneal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .anneal import Annealer

__all__ = ['Annealer']
__version__ = "0.4.2"
__version__ = "0.5.0"

0 comments on commit be72c9c

Please sign in to comment.