qiskit/releasenotes/notes/0.18/add-line_discipline-to-job_...

8 lines
316 B
YAML

---
features:
- |
A new kwarg, ``line_discipline``, has been added to the :func:`~qiskit.tools.job_monitor`
function. This kwarg enables changing the carriage return characters used in the
``job_monitor`` output. The ``line_discipline`` kwarg defaults to ``'\r'``, which is what was
in use before.