Skip to content

Commit

Permalink
Update changelog and bump version for bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
dean0x7d committed Apr 28, 2017
1 parent 1a3ef48 commit 09bae0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Changelog

### v0.9.1 | in development
### v0.9.1 | 2017-04-28

* Fixed an issue with multi-orbital models where onsite/hopping modifiers would return unexpected
results if a new `energy` array was returned (rather than being modified in place).

* Fixed `Solver.calc_spatial_ldos` and `Solver.calc_probability` returning single-orbital results
for multi-orbital models.

* Fixed slicing of `Structure` objects and made access to the `data` property of `SpatialMap` and
`StructureMap` mutable again.


### v0.9.0 | 2017-04-14

Expand Down
2 changes: 1 addition & 1 deletion pybinding/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Package for numerical tight-binding calculations in solid state physics"""
__title__ = "pybinding"
__version__ = "0.9.1.dev"
__version__ = "0.9.1"
__summary__ = "Package for tight-binding calculations"
__url__ = "https://github.com/dean0x7d/pybinding"

Expand Down

0 comments on commit 09bae0f

Please sign in to comment.