From 22d329593312d917a838664961752269ee88f0c8 Mon Sep 17 00:00:00 2001 From: "Jack J. Woehr" Date: Wed, 5 May 2021 11:33:12 -0600 Subject: [PATCH] Version v4.1 --- CHANGES.txt | 9 ++++++--- README.md | 3 ++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 006c10b..868d26c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -11,18 +11,21 @@ limitations under the License. CHANGES by revision to QisJob v4.1 +Note: Version 4.1 is the last version before changing Aer simulator support to the new `AerSimulator` backend. - Add support for IBMQ hub, group, and project (`--hub` `--group` `--project`) - Add support for `job_monitor` kwarg `line_discipline` (`--job_monitor_line`) +- Add `--noisy_sim` for noisy simulations - Add `--providers` to list hub/group/project providers for IBMQ - 4 `-v`s now print QisJob data dictionary and return - `ibmqjob_to_dict` calls on members not supported on all platforms: Now each call is wrapped in try/except. -- Correct version number in `setup.py` - +- `examples/multimeasure.qasm` +- Correct version number in `setup.py` + v4.0 - Renamed module to `qisjob` from `qis_job` (Issue #3) - Added Makefile target `uninstall_oldname` to uninstall `qis_job` -- `qisjob.QisJob` is now fully usable class to include in your Python program. +- `qisjob.QisJob` is now fully usable class to include in your Python program. - Added exception regimen and removee `sys.exit()` calls (Issue #17) Thanks, Omar Costa Hamido! (github `omarcostahamido`) - Add `--job_monitor_filepath` diff --git a/README.md b/README.md index 1432691..b12ec0b 100644 --- a/README.md +++ b/README.md @@ -206,10 +206,11 @@ optional arguments: ## Notes * It is recommended you download or clone the most recent [release](https://github.com/jwoehr/qisjob/releases). + * Version v4.1 is the last version before changing Aer simulator support to the new `AerSimulator` backend. * This document always reflects the latest checkins and may be ahead of the release versions. * See the README.md in the release version itself for contemporary information. * Please use the [issue tracker](https://github.com/jwoehr/qisjob/issues) to report any issues or feature requests. * If Python complains about the certs, you could try setting an env variable, like this: * `export SSL_CERT_FILE=$(python3 -c "import certifi; print(certifi.where())")` -Jack Woehr 2021-04-11 +Jack Woehr 2021-05-05