Skip to content

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 06 Jan 16:17
· 59 commits to master since this release
  • Requirements

    • Test requirements

      • Added pytest-xdist and pytest-cov requirements for parallel
        testing at pytest level.
  • Bug fixes

    • Fix typing of calls to Spectrum.broaden() by brille_convergence
      and intensity_map command-line tools.
  • Compatibility fixes

    • Fixed handling of new SpglibError class for expected errors from spglib 2.7.0
    • Include required arguments to np.divide call, avoiding deprecation
      warning which would trigger test failure.
  • Maintenance

    • Reworked CI strategy from parallelism over tox environments to
      parallelism over unit tests. This addresses OpenMP conflicts
      between simultaneous test environments, and gives a large speedup
      when testing a single Python version. (i.e. typical local testing
      scenario before pushing to CI.)

    • Stopped testing every master push against Python 3.15