Skip to content

Commit 7153c89

Browse files
committed
Update changelog and version number
1 parent c3cab66 commit 7153c89

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

changelog.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Changelog
22

3-
### v0.8.1 | in development
3+
### v0.8.1 | 2016-11-11
44

55
* Structure plotting functions have been improved with better automatic scaling of lattice site
6-
radii and hopping line widths.
6+
circle sizes and hopping line widths.
77

88
* Fixed Brillouin zone calculation for cases where the angle between lattice vectors is obtuse
99
([#1](https://github.com/dean0x7d/pybinding/issues/1)). Thanks to
@@ -14,6 +14,9 @@
1414

1515
* Fixed missing CUDA source files in PyPI sdist package.
1616

17+
* Revised advanced installation instructions: compiling from source code and development.
18+
19+
1720
### v0.8.0 | 2016-07-01
1821

1922
##### New features

pybinding/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Package for numerical tight-binding calculations in solid state physics"""
22
__title__ = "pybinding"
3-
__version__ = "0.8.1.dev"
3+
__version__ = "0.8.1"
44
__summary__ = "Package for tight-binding calculations"
55
__url__ = "https://github.com/dean0x7d/pybinding"
66

0 commit comments

Comments
 (0)