Changelog
v0.2.2
Released on 2024-06-27 - GitHub - PyPI
What's Changed
- fix: relaxed the versions dependency so the install works on mac by @Henri-ColibrITD in #65
Full Changelog: v0.2.1...v0.2.2
v0.2.1
Released on 2024-06-26 - GitHub - PyPI
What's Changed
- feat: examples and notebooks are now tested to ensure their correctness by @JulienCalistoTD in #60
- feat: import of mpqp is 400% faster by @Henri-ColibrITD in 8962a90, ...
- doc and fixes: a myriad of small fixes by @Henri-ColibrITD, @hJaffaliColibritd, @MoHermes and @JulienCalistoTD in #52, #54, #55, ...
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Released on 2024-05-30 - GitHub - PyPI
What's Changed
- feat: noise integration by @hJaffaliColibritd and @MoHermes in #46
- feat: a new provider has arrived! Cirq by @JulienCalistoTD in #33, #43, ...
- feat: new operators: Paulistring by @Henri-ColibrITD and @JulienCalistoTD in #31, #32, ...
- feat: automated mac install by @Henri-ColibrITD in #36
- feat: new testing abilities, using doctest by @JulienCalistoTD in #44
- feat: faster imports by @Henri-ColibrITD in #42
- doc: changelog token added by @Henri-ColibrITD in #20
- doc: links to github and documentation by @Henri-ColibrITD in #21 and #22
- ...and a lot of small things!
New Contributors
- @MoHermes made their first contribution in #24
- @JulienCalistoTD made their first contribution in #31
Full Changelog: v0.1.6...v0.2.0
v0.1.6
Released on 2024-02-27 - GitHub - PyPI
What's Changed
Everything! This is the earliest supported version
Circuits
- Circuits can be created
- Circuits can be converted to OpenQASM 2 and 3
- Circuits can be run against a handful of supported backends (AWS, IBM, Eviden)
Pypi
- The package is available on pypi
CI
- Documentation is automatically generated and published
- Tests occur on every change of the dev branch
- The package is uploaded to pypi each time the version is bumped
Versioning
We use semantic versioning. (major.minor.bugfix
, with major
implying breaking changes, minor
new features and bugfix
simple bug fixes).
You might notice "holes" in the versions sequence. This is due to non relevant versions being removed from the versions list (for example is only the documentation changed, only the CI changed, etc...)
Full Changelog: 0.0.0...v0.1.6
0.0.0
Released on 2024-02-16 - GitHub - PyPI
What's Changed
MPQP now exists on github :)
Full Changelog: https://github.com/ColibrITD-SAS/mpqp/commits/0.0.0