lsmo-epfl / aiida-zeopp

AiiDA plugin for zeo++
Other
5 stars 8 forks source link

Add `aiida-core==2.X` support #70

Closed mpougin closed 1 year ago

mpougin commented 1 year ago

Some small changes here and there to fully switch to aiida-core==2.X:

  1. Added core. prefix where needed.
  2. Removal of superfluous dict keyword argument.

The package metadata is now also all moved to pyproject.toml, and support is extended to Python v3.8-3.11.

Other changes mainly involve switching to black, using isort and updating pylint to a more recent version.