Skip to content

Commit

Permalink
Version v4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoehr committed May 5, 2021
1 parent c208bef commit 22d3295
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 22d3295

Please sign in to comment.