Skip to content

TensorWaves 0.3.4

Compare
Choose a tag to compare
@release-drafter release-drafter released this 05 Nov 15:04
· 158 commits to main since this release
489c875

See all documentation for this version here.

🔨 Internal maintenance

Narrowed down type hints (#332)
TF2.7 is now supported (#338)

📝 Documentation

Added back analytic continuation notebook (#312)
Added Zenodo DOI badge (#326)

Zenodo DOI

Added Conda install instructions and Conda badge (#333)

Anaconda-Server Badge

Links to Binder and Colab now point to the branch that corresponds to the version of the documentation (#339)
  • docs: pin more intersphinx pages
  • fix: correct intersphinx links that were not previously checked
  • fix: exclude version 'module' from API
  • fix: move docstrings from init to class definition
  • refactor: get intersphinx version through function
  • style: capitalize conf.py global vars that are no Sphinx options
Intersphinx pages now link to the pinned versions of dependency websites (#339)

🖱️ Developer Experience

Embeded Zenodo metadata (#329)
Fixed comment syntax in .flake8 (#334)

The .flake8 config file was using not using the same comment style as described in
https://flake8.pycqa.org/en/latest/user/configuration.html#project-configuration
Consequence not all errors were identified anymore.

Removed redundant metadata from notebooks (#337 and #340)