Skip to content

Releases: jochym/Elastic

Switch to new spglib api

07 Dec 14:10
Compare
Choose a tag to compare

The attribute interface of spglib is used now.

Maintenance: include small post-release tweaks

15 Apr 23:25
2ecd6c2
Compare
Choose a tag to compare
Merge pull request #69 from jochym/hotfix

Fix default properties arg when nothing passed

Bugfix: Fixed matrices for hexagonal and tetragonal structs

15 Apr 23:21
10f98d3
Compare
Choose a tag to compare

Additionally, a new build framework and api updates ware implemented.

Maintenance release

28 May 18:18
09fb7f2
Compare
Choose a tag to compare

This is a maintenance release to force x.y.z.build versioning numbers and update zenodo DOI links in the docs.

5.0 - API incompatible release.

28 May 17:09
Compare
Choose a tag to compare

The new 5.0 version is API incompatible with the previous versions. It provides a new command line utility as the main user interface to the package - which hopefully will broaden the user base byond python users.

The new version also changes API of the library from mix-in class to the set of simple functions providing functionality of the module. The workflow of the package was also changed to prepare data - calculate - post-process style, which is better suited to serious research work.

Last release of the 4.x series

28 May 17:20
Compare
Choose a tag to compare

This is the last release of the legacy 4.x software. The next series will be API incompatible with this code and will include a CLI tool for doing calculations. This is a maintenance release for those who cannot upgrade. Still you better upgrade - this will not be supported for much longer and the new API is much better. And you do not need to know python to use it!

Add support for non-collinear vasp binary

22 Mar 17:37
Compare
Choose a tag to compare
v4.0.18

Add support for non-collinear vasp binnary.

TravisCI & Conda testing/deploynment + Py2/3 porting.

07 Mar 22:21
Compare
Choose a tag to compare

Change file open patterns to more robust "with open as" pattern.

11 Jan 08:23
Compare
Choose a tag to compare
v4.0.15.4

Change open close pattern to with open as f pattern.

hot-fix for small coding mistakes

06 Jan 19:56
Compare
Choose a tag to compare
v4.0.15.3

Replace hand-made context menager with contextlib implementation (yie…