Skip to content

v0.83.2

Compare
Choose a tag to compare
@holukas holukas released this 25 Oct 12:42
· 67 commits to main since this release
b119d94

v0.83.2 | 25 Oct 2024

From now on Python version 3.11.10 is used for developing Python (up to now, version 3.9 was used). All unittests
were successfully executed with this new Python version. In addition, all notebooks were re-run, all looked good.

JupyterLab is now included in the environment, which makes it
easier to quickly install diive (pip install diive) in an environment and directly use its notebooks, without the
need to install JupyterLab separately.

Environment

Notebooks

  • All notebooks were re-run and updated using Python version 3.11.10

Tests

  • 50/50 unittests ran successfully with Python version 3.11.10

Changes

  • Adjusted flags check in QCF flag report, the progressive flag must be the same as the previously calculated overall
    flag (diive.pkgs.qaqc.qcf.FlagQCF.report_qcf_evolution)

What's Changed

Full Changelog: v0.83.1...v0.83.2