We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb7a28 commit 5e32b2aCopy full SHA for 5e32b2a
changelog.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+### v0.8.2 | 2017-01-26
4
+
5
+* Added support for Python 3.6 (pybinding is available as a binary wheel for Windows and macOS).
6
7
+* Fixed compatibility with matplotlib v2.0.
8
9
+* Fixed a few minor bugs.
10
11
12
### v0.8.1 | 2016-11-11
13
14
* Structure plotting functions have been improved with better automatic scaling of lattice site
pybinding/__about__.py
@@ -1,6 +1,6 @@
"""Package for numerical tight-binding calculations in solid state physics"""
__title__ = "pybinding"
-__version__ = "0.8.1"
+__version__ = "0.8.2"
__summary__ = "Package for tight-binding calculations"
__url__ = "https://github.com/dean0x7d/pybinding"
0 commit comments