What's Changed * Update noise model for compatibility with Qiskit 1.4.x and 2.x by ElePT in https://github.com/Qiskit/qiskit-aer/pull/2329 * Update BaseEstimator import to support qiskit 2.0 by ElePT in https://github.com/Qiskit/qiskit-aer/pull/2327 * Version update 0.17.0 by gadial in https://github.com/Qiskit/qiskit-aer/pull/2332
What's Changed * Removal of deprecated Qiskit 2.0 related code by gadial in https://github.com/Qiskit/qiskit-aer/pull/2318 * Temporarily remove rust from build by gadial in https://github.com/Qiskit/qiskit-aer/pull/2324
What's Changed * Removed some code that is never executed and an unused parameter by aromanro in https://github.com/Qiskit/qiskit-aer/pull/2314 * Backend-related deprecations by gadial in https://github.com/Qiskit/qiskit-aer/pull/2322
What's Changed * Add wildcard by gadial in https://github.com/Qiskit/qiskit-aer/pull/2288 * Add Python3.13 support and remove Python 3.8 support by gadial in https://github.com/Qiskit/qiskit-aer/pull/2287 * Fix QubitVector::check_dimension to use only the data_size_ field by gadial in https://github.com/Qiskit/qiskit-aer/pull/2289 * Adjust QuantumError.to_dict() to handle lack of Instruction.condition by mtreinish in https://github.com/Qiskit/qiskit-aer/pull/2301 * Version update to 0.16.1 by gadial in https://github.com/Qiskit/qiskit-aer/pull/2313
This is a maintenance release, fixing problems that resulted in most of the wheels not being uploaded. What's Changed * Adds unique name for upload-artifact jobs by gadial in https://github.com/Qiskit/qiskit-aer/pull/2285