Skip to content

Dataset v2 implementation

Explanation of changes

This MR has quite a bit of changes, but for now I would appreciate mostly a 👍 on the user interface for the utilities that implement (at least partially) Quantify dataset functionality.

Namely, please have a look at:

And how it is used in the examples (just search in the browser for .qcore. on these pages and see the diff for the source-code of these pages):

Let me know what you think.

If you have time you can comment on the rest of this MR as well.

Motivation of changes

Progress on %"v0.6 Dataset v2"

Closes #254


Merge checklist

See also merge request guidelines

  • Merge request has been reviewed and approved by a project maintainer.
  • Merge request contains a clear description of the proposed changes and the issue it addresses.
  • Merge request made onto appropriate branch (develop for most MRs).
  • New code is fully tested.
  • New code is documented and docstrings use numpydoc format.
  • CHANGELOG.rst and AUTHORS.rst have been updated (when applicable).
  • CI pipelines pass
    • black code-formatting passes (gitlab-ci),
    • test suite passes (gitlab-ci),
    • no degradation in code-coverage (codacy),
    • no (serious) new pylint code quality issues introduced (codacy),
    • documentation builds successfully (CI and readthedocs),
    • windows tests pass (manually triggered by maintainers before merging).

For reference, the issues workflow is described in the contribution guidelines.

Edited by Kelvin Loh

Merge request reports

Loading