Recent Releases of prototype-zne
prototype-zne - 1.3.1
What's Changed
- refactor: drop BasePrimitiveResult.experiments and BasePrimitiveResult.num_experiments by @1ucian0 in https://github.com/qiskit-community/prototype-zne/pull/63
Full Changelog: https://github.com/qiskit-community/prototype-zne/compare/1.3.0...1.3.1
- Python
Published by github-actions[bot] over 2 years ago
prototype-zne - 1.3.0
What's Changed
- style: fix lint for python 3.12 by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/56
- chore(template): merge template changes by @github-actions in https://github.com/qiskit-community/prototype-zne/pull/57
- fix(extrapolation): support zero variance inputs by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/60
- feat(folding_amplifier): add multi-qubit amplifier facade by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/61
- fix(zne_estrategy): update default amplifier to multi-qubit by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/62
- chore(template): merge template changes by @github-actions in https://github.com/qiskit-community/prototype-zne/pull/59
Full Changelog: https://github.com/qiskit-community/prototype-zne/compare/1.2.2...1.3.0
- Python
Published by github-actions[bot] over 2 years ago
prototype-zne - 1.2.2
What's Changed
- opflow is deprecated from Qiskit by @1ucian0 in https://github.com/qiskit-community/prototype-zne/pull/53
New Contributors
- @1ucian0 made their first contribution in https://github.com/qiskit-community/prototype-zne/pull/53
Full Changelog: https://github.com/qiskit-community/prototype-zne/compare/1.2.1...1.2.2
- Python
Published by github-actions[bot] over 2 years ago
prototype-zne - 1.2.1
Full Changelog: https://github.com/qiskit-community/prototype-zne/compare/1.2.0...1.2.1
- Python
Published by github-actions[bot] over 2 years ago
prototype-zne - 1.2.0
What's Changed
- chore(template): merge template changes by @github-actions in https://github.com/qiskit-community/prototype-zne/pull/47
- feat(folding_amplifier): add setting to control barrier insertion by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/52
- chore(template): merge template changes by @github-actions in https://github.com/qiskit-community/prototype-zne/pull/50
Full Changelog: https://github.com/qiskit-community/prototype-zne/compare/1.1.0...1.2.0
- Python
Published by github-actions[bot] over 2 years ago
prototype-zne - 1.1.0
What's Changed
- test: add tests for facade strategies by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/27
- fix(globalfoldingamplifier): add barriers between all gates by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/28
- fix(zne_strategy): remove caching since mutable by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/29
- docs(pyproject): update development status to stable by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/26
- Pin
coverage < 7when runningcoveragepy-lcovby @garrison in https://github.com/qiskit-community/prototype-zne/pull/33 - feat(unset): add string representation by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/31
- feat(utils): add classconstant descriptor by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/32
- feat(utils): add strategy class decorator by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/34
- perf(folding_amplifier): remove unecessary barriers in folded circuits by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/37
- chore(template): merge template changes by @github-actions in https://github.com/qiskit-community/prototype-zne/pull/38
- refactor(utils): remove dict_library module by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/39
- refactor: discontinue using isint from typing utils module by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/40
- feat(utils): add normalize_array typing util by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/42
- feat(extrapolation): new polynomial extrapolator with std errors by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/41
- feat(extrapolator): add OLS extrapolator interface by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/43
- feat(extrapolator): add exponential extrapolators by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/44
New Contributors
- @github-actions made their first contribution in https://github.com/qiskit-community/prototype-zne/pull/38
Full Changelog: https://github.com/qiskit-community/prototype-zne/compare/1.0.0rc0...1.1.0
- Python
Published by github-actions[bot] about 3 years ago
prototype-zne - 1.0.0
What's Changed
- test: add tests for facade strategies by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/27
- fix(globalfoldingamplifier): add barriers between all gates by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/28
- fix(zne_strategy): remove caching since mutable by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/29
Full Changelog: https://github.com/qiskit-community/prototype-zne/compare/1.0.0rc0...1.0.0
- Python
Published by github-actions[bot] over 3 years ago
prototype-zne - 1.0.0rc0
What's Changed
- feat(utils): add unset singleton by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/22
- feat(validation): add quality descriptor by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/21
- refactor(zne_strategy): discontinue frozen dataclass by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/20
Full Changelog: https://github.com/qiskit-community/prototype-zne/compare/1.0.0b2...1.0.0rc0
- Python
Published by github-actions[bot] over 3 years ago
prototype-zne - 1.0.0b2
What's Changed
- feat(noise_amplification): add two-qubit noise amplifier by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/19
- feat(extrapolation): add quadratic, cubic, and quartic extrapolators by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/18
Full Changelog: https://github.com/qiskit-community/prototype-zne/compare/1.0.0b1...1.0.0b2
- Python
Published by github-actions[bot] over 3 years ago
prototype-zne - 1.0.0b1
What's Changed
- test(serialization): fix temporary file creation by @garrison in https://github.com/qiskit-community/prototype-zne/pull/2
- feat(zne_strategy): add noop constructor by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/12
- feat(meta): allow bypassing ZNE on run by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/13
- feat(znestrategy): add isnoop check by @pedrorrivero in https://github.com/qiskit-community/prototype-zne/pull/15
New Contributors
- @garrison made their first contribution in https://github.com/qiskit-community/prototype-zne/pull/2
- @pedrorrivero made their first contribution in https://github.com/qiskit-community/prototype-zne/pull/12
Full Changelog: https://github.com/qiskit-community/prototype-zne/compare/1.0.0b0...1.0.0b1
- Python
Published by github-actions[bot] over 3 years ago
prototype-zne - 1.0.0b0
Full Changelog: https://github.com/qiskit-community/prototype-zne/commits/1.0.0b0
- Python
Published by pedrorrivero over 3 years ago