Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.io.base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.io.base
Commits
8d5056d7
Commit
8d5056d7
authored
1 year ago
by
Yannick DAYER
Browse files
Options
Downloads
Patches
Plain Diff
Increased stable version to 5.1.0
parent
37c8be66
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#74868
passed
1 year ago
Stage: qa
Stage: test
Stage: doc
Stage: dist
Stage: deploy
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+3
-3
3 additions, 3 deletions
README.md
pyproject.toml
+17
-13
17 additions, 13 deletions
pyproject.toml
with
20 additions
and
16 deletions
README.md
+
3
−
3
View file @
8d5056d7
[

](https://www.idiap.ch/software/bob/docs/bob/bob.io.base/
master
/sphinx/index.html)
[

](https://www.idiap.ch/software/bob/docs/bob/bob.io.base/
v5.1.0
/sphinx/index.html)
[

](https://gitlab.idiap.ch/bob/bob.io.base/commits/
master
)
[

](https://gitlab.idiap.ch/bob/bob.io.base/commits/
v5.1.0
)
[

](https://www.idiap.ch/software/bob/docs/bob/bob.io.base/
master
/coverage/index.html)
[

](https://www.idiap.ch/software/bob/docs/bob/bob.io.base/
v5.1.0
/coverage/index.html)
[

](https://gitlab.idiap.ch/bob/bob.io.base)
[

](https://gitlab.idiap.ch/bob/bob.io.base)
# bob.io.base
# bob.io.base
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
17
−
13
View file @
8d5056d7
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
[project]
[project]
name
=
"bob.io.base"
name
=
"bob.io.base"
version
=
"5.1.
1b
0"
version
=
"5.1.0"
requires-python
=
">
=
3.9
"
requires-python
=
">
=
3.9
"
description
=
"Basic IO for Bob"
description
=
"Basic IO for Bob"
dynamic
=
[
"readme"
]
dynamic
=
[
"readme"
]
...
@@ -21,15 +21,15 @@ classifiers = [
...
@@ -21,15 +21,15 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules"
,
"Topic :: Software Development :: Libraries :: Python Modules"
,
]
]
dependencies
=
[
dependencies
=
[
"bob"
,
"bob
=
=
12.0
.
0
",
"h5py"
,
"h5py
=
=
3.7
.
0
",
"imageio"
,
"imageio
=
=
2.24
.
0
",
"numpy"
,
"numpy
=
=
1.23
.
5
",
"pillow"
,
"pillow
=
=
9.4
.
0
",
]
]
[project.urls]
[project.urls]
documentation
=
"https://www.idiap.ch/software/bob/docs/bob/bob.io.base/
master
/sphinx"
documentation
=
"https://www.idiap.ch/software/bob/docs/bob/bob.io.base/
v5.1.0
/sphinx"
homepage
=
"https://pypi.org/project/bob.io.base"
homepage
=
"https://pypi.org/project/bob.io.base"
repository
=
"https://gitlab.idiap.ch/bob/bob.io.base"
repository
=
"https://gitlab.idiap.ch/bob/bob.io.base"
changelog
=
"https://gitlab.idiap.ch/bob/bob.io.base/-/releases"
changelog
=
"https://gitlab.idiap.ch/bob/bob.io.base/-/releases"
...
@@ -37,14 +37,14 @@ changelog = "https://gitlab.idiap.ch/bob/bob.io.base/-/releases"
...
@@ -37,14 +37,14 @@ changelog = "https://gitlab.idiap.ch/bob/bob.io.base/-/releases"
[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
",
"auto-intersphinx"
,
"auto-intersphinx
=
=
1.0
.
2
",
]
]
test
=
[
test
=
[
"pytest"
,
"pytest
=
=
7.2
.
1
",
"pytest-cov"
,
"pytest-cov
=
=
4.0
.
0
",
"coverage"
,
"coverage
=
=
7.0
.
5
",
]
]
[tool.setuptools]
[tool.setuptools]
...
@@ -78,3 +78,7 @@ addopts = [
...
@@ -78,3 +78,7 @@ addopts = [
junit_logging
=
"all"
junit_logging
=
"all"
junit_log_passing_tests
=
false
junit_log_passing_tests
=
false
norecursedirs
=
[
"src/*"
]
norecursedirs
=
[
"src/*"
]
[profile]
repository_url
=
"git@gitlab.idiap.ch:bob/dev-profile.git"
commit_hash
=
"ade723be1f11feddb7bece235de32cc98953dc07"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment