Skip to content

Releases: diffpy/diffpy.snmf

0.1.3

21 Oct 20:07
6ecd53a
Compare
Choose a tag to compare

Fixed:

  • Updated REAMDE instructions for pip and conda-forge install
  • Updated REAMDE instructions to check for successful installation

0.1.3rc0

21 Oct 19:49
9dbd1c3
Compare
Choose a tag to compare
0.1.3rc0 Pre-release
Pre-release

What's Changed

  • Update instructions in reamde for conda/pip install by @bobleesj in #110

Full Changelog: 0.1.2...0.1.3rc0

0.1.2

21 Oct 19:24
e5555c0
Compare
Choose a tag to compare

Added:

  • Use GitHub Actions to build, release, upload to PyPI
  • Added issue template for PyPI/GitHub release

Changed:

  • Added tag check for release
  • citation from arXiv to npj Comput Mater in docs

Fixed:

  • Python version from 3.9 to 3.12 in CI news item
  • tests folder at the root of the repo
  • re-cookiecuter repo to groupd's package standard
  • Add pip dependencies under pip.txt and conda dependencies under conda.txt

0.1.0

13 Aug 19:15
Compare
Choose a tag to compare

Added:

  • Initial release of diffpy.snmf

Changed:

  • Support Python version 3.12
  • Remove support for Python version 3.9

Fixed:

  • Repo structure modified to the new diffpy standard
  • Code linting based on .pre-commit-config.yaml