Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
caee562c
Commit
caee562c
authored
4 years ago
by
Swen Vermeul
Browse files
Options
Downloads
Patches
Plain Diff
bumped version to 1.16.1
parent
70239622
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
pybis/src/python/CHANGELOG.md
+4
-0
4 additions, 0 deletions
pybis/src/python/CHANGELOG.md
pybis/src/python/pybis/__init__.py
+1
-1
1 addition, 1 deletion
pybis/src/python/pybis/__init__.py
pybis/src/python/setup.py
+1
-1
1 addition, 1 deletion
pybis/src/python/setup.py
with
6 additions
and
2 deletions
pybis/src/python/CHANGELOG.md
+
4
−
0
View file @
caee562c
## Changes with pybis-1.16.1
-
new_dataset bugfix
## Changes with pybis-1.16.0
-
added support for batch creation of samples
...
...
This diff is collapsed.
Click to expand it.
pybis/src/python/pybis/__init__.py
+
1
−
1
View file @
caee562c
name
=
'
pybis
'
__author__
=
'
Swen Vermeul
'
__email__
=
'
swen@ethz.ch
'
__version__
=
'
1.1
5
.1
'
__version__
=
'
1.1
6
.1
'
from
.
import
pybis
from
.pybis
import
DataSet
...
...
This diff is collapsed.
Click to expand it.
pybis/src/python/setup.py
+
1
−
1
View file @
caee562c
...
...
@@ -11,7 +11,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup
(
name
=
'
PyBIS
'
,
version
=
'
1.16.
0
'
,
version
=
'
1.16.
1
'
,
author
=
'
Swen Vermeul • ID SIS • ETH Zürich
'
,
author_email
=
'
swen@ethz.ch
'
,
description
=
'
openBIS connection and interaction, optimized for using with Jupyter
'
,
...
...
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