Skip to content
Snippets Groups Projects
  • Released date
  • Created date

Evidence collection

Collected 9 months ago

Release notes

  • Be more lenient with the dependencies version pinning.

Evidence collection

Collected 1 year ago

Release notes

  • !107: Resolve "Switch to new CI/CD configuration"

    Fixes #69

  • !108: Fix the CI QA and conda stages

    • Updated pre-commit hooks version.

    • Switched from exposed to clapp.

  • !109: [pyproject.toml] Changing documentation link to master/sphinx

  • !110: Replace clapp by clapper.

  • !111: meta [readme]: Switch the README.rst to Markdown

    Renames README.rst to README.md to be supported by the release script.

  • !112: meta(deps): add bob as dependency in new structure

    Adapt to the new structure of bob with bob/bob on top.

Evidence collection

Collected 2 years ago

Release notes

  • support python 3.10

Evidence collection

Collected 2 years ago

Release notes

  • update dependencies

Evidence collection

Collected 2 years ago

Release notes

  • !105 [credible region] Added implementation to return the credible region for the F1 score and compare 2 systems
  • !106 remove bob.math

Release notes

  • !101 [GridSubplot] use fig.legend for plotting the legend
  • !102 In a plot, assume a Figure can contain multiple Axes: Fixes the legend when using a twin axis.
  • !104 [_library.py] implement array_jit decorator correctly: Fixes #64
  • !100 Python-only version of bob.measure: This MR implements the following changes to this library, in an API backward-compatible way: 1. Minimize the number of Bob dependencies to a bare minimum. Use h5py to read data, RNGs and linear algebra from numpy. Remove requirements for bob.core, bob.io.base, bob.blitz, and most of bob.math (except for the PAVX algorithm) 2. Remove deprecated dependencies (docopt) 3. Use pytest for tests instead of nose 4. Re-implement the old C++ as a Python-only library (remove all C++ dependencies such as Boost)

Release notes

  • !100 Python-only version of bob.measure: This MR implements the following changes to this library, in an API backward-compatible way: 1. Minimize the number of Bob dependencies to a bare minimum. Use h5py to read data, RNGs and linear algebra from numpy. Remove requirements for bob.core, bob.io.base, bob.blitz, and most of bob.math (except for the PAVX algorithm) 2. Remove deprecated dependencies (docopt) 3. Use pytest for tests instead of nose 4. Re-implement the old C++ as a Python-only library (remove all C++ dependencies such as Boost)

Release notes

  • !99 Adjusted the histogram scale of the x axis to automatically adjust for varying scales across dev and eval

Evidence collection

Collected 5 years ago

Release notes

  • !97 Add Area Under ROC Curve (AUC): Add the function called bob.measure.roc_auc_score. Add the AUC computation to bob measure metrics command. Fixes #2
  • !98 Separate semilogx and TPR options in ROC plots: Also, ran black on some code files.

v4.1.1 Historical release

Release notes

  • !95 Improve threshold calculation in ROC, DET, and Precision and Recall plots: Fixes #58 and #60
  • !96 Add an alpha option to ROC,DET,EPC figures: Also, enables you to change the default value in tablefmt option.
  • Python 3.7 support