Skip to content

Commit 7e37d97

Browse files
zhengjiang shaozhengjiang shao
authored andcommitted
Release v0.9.0
- PyVista as preferred 3D backend with mayavi legacy fallback - Non-orthogonal cell support via _build_structured_grid - Fix scipy.integrate.simps compatibility with scipy 1.14+ - Remove Python 2.7 / Canopy references Co-Authored-By: deepseek-v4-pro
1 parent 4876d10 commit 7e37d97

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ Important update log
156156
.. csv-table::
157157
:header: "Date", "Version", "Description"
158158

159+
"2026-05-15", "0.9.0", "PyVista 3D backend, non-orthogonal cell support, scipy 1.14+ fix"
159160
"2016-08-08", "0.7.0", "Enhance universality"
160161
"2016-07-15", "0.6.0", "Compatible with python 3"
161162
"2015-08-04", "0.1.0", "Initial version"

vaspy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
PY2 = True
99

1010

11-
__version__ = '0.8.12'
11+
__version__ = '0.9.0'
1212
__all__ = ['atomco', 'electro', 'iter', 'matstudio', 'plotter', 'incar']
1313

1414

0 commit comments

Comments
 (0)