Releases: stephenhky/MoguTDA
Releases · stephenhky/MoguTDA
Release 0.4.3
- Use
pyproject.toml
instead ofsetup.py
for package distribution.
Release 0.4.2
- Support for Python 3.12 added.
Release 0.4.1
- Bug fixed. (#34)
Release 0.4.0
- new configuration for readthedocs.yaml;
- removed support for Python 3.6 and 3.7.
Release 0.3.5
- Support for Python 3.11;
- Fixed bugs regarding ReadTheDocs.
Release 0.3.4
- Fixed a unicode error in
setup.py
. - Support for Python 3.10.
Release 0.3.3
- Updated documentation and badges.
Release 0.3.2
- Replace TravisCI with CircleCI in the continuous integration (CI) pipeline;
- Support for Python 3.9;
- Code clean up.
Release 0.3.1
- Small installation bug fixed.
Release 0.3.0
- Removal of Python 3.5 dependence;
- Added topological network visualization capability. (Acknowledgement: Filco306)