Skip to content

v1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Mar 16:25
· 1091 commits to main since this release

v1.5.0 (2024-03-27)

Chore

  • chore: remove unnecessary dependency on colorcet, cmasher, cmocean and seaborn (5fd2d61)

  • chore: add isort profile to project configuration (df269a9)

  • chore: update dependencies and environment files

Fix python version and remove editable installs (6ec32dd)

  • chore: change pyclip dependency to pyperclip

Although pyclip supports copying bytes, it's not on conda-forge. Using pyperclip instead. (db78f8e)

Documentation

  • docs: add momentum conversion documentation draft (5410763)

  • docs: add installation and contribution information (93a4e7c)

  • docs: fix typo in README (2b5e2cf)

Feature

  • feat: add interactive tool to kspace accessor (fb91cdb)

Refactor

  • refactor: accessors are now registered upon package import (d79fee2)

Style

  • style: apply linter suggestions (fe35da9)