File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ### v0.8.1 | in development
3
+ ### v0.8.1 | 2016-11-11
4
4
5
5
* 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.
7
7
8
8
* Fixed Brillouin zone calculation for cases where the angle between lattice vectors is obtuse
9
9
([ #1 ] ( https://github.com/dean0x7d/pybinding/issues/1 ) ). Thanks to
14
14
15
15
* Fixed missing CUDA source files in PyPI sdist package.
16
16
17
+ * Revised advanced installation instructions: compiling from source code and development.
18
+
19
+
17
20
### v0.8.0 | 2016-07-01
18
21
19
22
##### New features
Original file line number Diff line number Diff line change 1
1
"""Package for numerical tight-binding calculations in solid state physics"""
2
2
__title__ = "pybinding"
3
- __version__ = "0.8.1.dev "
3
+ __version__ = "0.8.1"
4
4
__summary__ = "Package for tight-binding calculations"
5
5
__url__ = "https://github.com/dean0x7d/pybinding"
6
6
You can’t perform that action at this time.
0 commit comments