Releases: fermisurfaces/IFermi
Releases · fermisurfaces/IFermi
v0.3.6
v0.3.5
v0.3.4
Fix compatibility with latest spglib.
v0.3.3
v0.3.2
What's Changed
The minimum supported Python version is now 3.9.
Enhancements:
- Added support for recent trimesh versions.
- Docs revamped.
- Moved to pyproject.toml instead of setup.py
- Tests moved out of the source folder.
v0.3.1
Fixed hide_cell
plotting option.
v0.3.0
New features:
- Support for plotting individual bands. Specified using the
--plot-index
command line
option. (@aj-searle)
Enhancements:
- Fixed high-symmetry points markers.
- Updated dependencies.
v0.2.6
Bug fixes:
- Fixed serialization issues.
v0.2.5
Bug fixes:
- Better handling of integer decimation factors.
v0.2.4
Enhancements:
- Added function to trim band structure to within a energy cutoff.
- Improved decimation options.