Skip to content

Releases: somexlab/fastddm

v0.3.10

04 Apr 15:35
Compare
Choose a tag to compare

Fixed

  • Documentation build errors

v0.3.9

04 Apr 13:15
baf445c
Compare
Choose a tag to compare

Added

  • Instructions for installation via PyPI and on Google Colab

Changed

  • Updated minimal example notebook

Fixed

  • Windows' PyPI wheels

v0.3.8

28 Mar 16:23
8c56c9b
Compare
Choose a tag to compare

Added

  • PyPI badge to README
  • Precompiled wheels to PyPI

v0.3.7

28 Mar 14:37
d8489e5
Compare
Choose a tag to compare

Fixed

  • Changed wheel creation trigger behavior

v0.3.6

28 Mar 13:58
cc2204a
Compare
Choose a tag to compare

Fixed

  • Explicitly set author-email in pyproject.toml to avoid display issues on PyPI

v0.3.5

28 Mar 13:23
cc83401
Compare
Choose a tag to compare

Fixed

  • Due to PyPI maintainance, v0.3.4 was not published to the package index. It should happen now.

v0.3.4

28 Mar 13:05
Compare
Choose a tag to compare

Added

  • Source distribution released to PyPI
  • Add instructions to build sdist to documentation

v0.3.3

28 Mar 10:10
Compare
Choose a tag to compare

Added

  • Optional dependencies can be used during installation
  • Instructions for Conda environment
  • Prepare project for release to PyPI

Changed

  • Code style for C++/CUDA source
  • Build instructions have been updated

Fixed

  • Installation in conda environments and on systems with multiple compilers and Python versions
  • Small correction to example in docs landing page

v0.3.2

07 Mar 13:13
1b1d29b
Compare
Choose a tag to compare

Added

  • Build and test badge to documentation
  • Azimuthal average test

Fixed

  • Resolved bug where list input in azimuthal_average was throwing an error

v0.3.1

05 Mar 15:26
c43a2a2
Compare
Choose a tag to compare

Added

  • Documentation is now hosted on ReadtheDocs
  • Build and tests (currently, only Python and C++; CUDA not possible on GitHub actions)

Changed

  • README file
  • Updates to developers documentation