Skip to content
Snippets Groups Projects
Commit 6a98ce18 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

Increased stable version to 0.1.5

parent 0011fb82
No related branches found
No related tags found
No related merge requests found
Pipeline #75122 failed
[![badge doc](https://img.shields.io/badge/docs-latest-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.fusion.base/master/sphinx/index.html) [![badge doc](https://img.shields.io/badge/docs-v0.1.5-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.fusion.base/v0.1.5/sphinx/index.html)
[![badge pipeline](https://gitlab.idiap.ch/bob/bob.fusion.base/badges/master/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.fusion.base/commits/master) [![badge pipeline](https://gitlab.idiap.ch/bob/bob.fusion.base/badges/v0.1.5/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.fusion.base/commits/v0.1.5)
[![badge coverage](https://gitlab.idiap.ch/bob/bob.fusion.base/badges/master/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.fusion.base/master/coverage/) [![badge coverage](https://gitlab.idiap.ch/bob/bob.fusion.base/badges/v0.1.5/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.fusion.base/v0.1.5/coverage/)
[![badge gitlab](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/bob.fusion.base) [![badge gitlab](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/bob.fusion.base)
# Score Fusion in Biometric Recognition and Presentation Attack Detection # Score Fusion in Biometric Recognition and Presentation Attack Detection
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
[project] [project]
name = "bob.fusion.base" name = "bob.fusion.base"
version = "0.1.5b0" version = "0.1.5"
requires-python = ">=3.9" requires-python = ">=3.9"
description = "Score fusion in biometric and pad experiments" description = "Score fusion in biometric and pad experiments"
dynamic = ["readme"] dynamic = ["readme"]
...@@ -24,18 +24,18 @@ ...@@ -24,18 +24,18 @@
"Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Artificial Intelligence",
] ]
dependencies = [ dependencies = [
"bob", "bob==12.0.0",
"bob.measure", "bob.measure==6.1.0",
"bob.learn.em", "bob.learn.em==3.3.0",
"bob.bio.base", "bob.bio.base==8.0.0",
"clapper", "clapper==1.0.1",
"matplotlib", "matplotlib==3.6.2",
"numpy", "numpy==1.23.5",
"scikit-learn", "scikit-learn==1.1.2",
] ]
[project.urls] [project.urls]
documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.fusion.base/master/sphinx/" documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.fusion.base/v0.1.5/sphinx/"
homepage = "https://pypi.org/project/bob.fusion.base/" homepage = "https://pypi.org/project/bob.fusion.base/"
repository = "https://gitlab.idiap.ch/bob/bob.fusion.base" repository = "https://gitlab.idiap.ch/bob/bob.fusion.base"
changelog = "https://gitlab.idiap.ch/bob/bob.fusion.base/-/releases" changelog = "https://gitlab.idiap.ch/bob/bob.fusion.base/-/releases"
...@@ -43,17 +43,17 @@ ...@@ -43,17 +43,17 @@
[project.optional-dependencies] [project.optional-dependencies]
qa = ["pre-commit"] qa = ["pre-commit"]
doc = [ doc = [
"sphinx", "sphinx==5.3.0",
"sphinx_rtd_theme", "sphinx-rtd-theme==1.1.1",
"sphinx-autodoc-typehints", "sphinx-autodoc-typehints==1.21.8",
"auto-intersphinx", "auto-intersphinx==1.0.2",
"sphinxcontrib-programoutput", "sphinxcontrib-programoutput==0.17",
"bob.pad.base", "bob.pad.base==6.0.0",
] ]
test = [ test = [
"pytest", "pytest==7.2.1",
"pytest-cov", "pytest-cov==4.0.0",
"coverage", "coverage==7.0.5",
] ]
[tool.setuptools] [tool.setuptools]
...@@ -106,3 +106,7 @@ ...@@ -106,3 +106,7 @@
] ]
junit_logging = "all" junit_logging = "all"
junit_log_passing_tests = false junit_log_passing_tests = false
[profile]
repository_url = "git@gitlab.idiap.ch:bob/dev-profile.git"
commit_hash = "ade723be1f11feddb7bece235de32cc98953dc07"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment