- Quality of life fixes to the build system.
- Add
Ho_3
potential file. See #272.
- Fix the "ghost atom" problem in VASP. See #256.
- Cleanup the testing suite, replace Black with Ruff.
- Add multiple utilities into the
lightshow.postprocess
. - Add functionality to output a
metadata.json
file when writing to disk. This saves information about site multiplicity, and allows for other information to be saved in the future.
- Implement fix for the number of bands during VASP SCF calculations.
- Molecules as "big supercells" is now implemented using
Database.from_files_molecule
. - Fixed a bug with the Materials Project API where
mpr.materials.summary.search
no longer works. This was changed tompr.materials.search
, which seems to provide the same functionality.
- Added compatibility with the new Materials Project API (v2). Old users of Lightshow will have to update their API key and might notice that some materials that were previously available no longer are.
- Fixed a bug (#199) that in rare ocassions caused mismatches between the supercell and cluster input files.