Releases: stephenhky/pyqentangle
Releases · stephenhky/pyqentangle
Release 4.0.5
- Minor updates to unit tests;
- Added Github workflow for PyPI publishing.
Release 4.0.4
- Support for Python 3.13.
Release 4.0.3
- Usage of
pyproject.tomlinstead ofsetup.pyfor package distribution.
Release 4.0.2
- Updated ReadTheDocs documentation settings.
Release 4.0.1
- Updated
np.complex_tonp.complex128; - Unit tests updated.
Release 4.0.0
- Removed Cython dependence.
Release 3.3.2
- Devops pipeline updated.
- Packages updated.
Release 3.3.1
- Fixed bugs on Cython floor division;
- New
.readthedocs.yamland other corresponding changes.
Release 3.3.0
- Using
pytestfor CI/CD; - Removed support for Python 3.6;
- Added support for Python 3.11.
Release 3.2.3
- Updated Cython codes;
- Updated CircleCI images.