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
30adccba
Commit
30adccba
authored
3 years ago
by
Juan Fuentes
Browse files
Options
Downloads
Plain Diff
fix collisions
parents
ff439586
49a4eefa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pybis/src/python/CHANGELOG.md
+5
-0
5 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
with
6 additions
and
1 deletion
pybis/src/python/CHANGELOG.md
+
5
−
0
View file @
30adccba
## Changes with pybis-1.30.0
-
session management reworked
## Changes with pybis-1.20.5
-
fixed same problems as 1.20.5
-
wrong version published
## Changes with pybis-1.20.4
## Changes with pybis-1.20.4
-
fixed parents/children problem when get_samples(), get_datasets()
-
fixed parents/children problem when get_samples(), get_datasets()
-
sorted imports
-
sorted imports
...
...
This diff is collapsed.
Click to expand it.
pybis/src/python/pybis/__init__.py
+
1
−
1
View file @
30adccba
name
=
"
pybis
"
name
=
"
pybis
"
__author__
=
"
Swen Vermeul
"
__author__
=
"
Swen Vermeul
"
__email__
=
"
swen@ethz.ch
"
__email__
=
"
swen@ethz.ch
"
__version__
=
"
1.
2
0.
4
"
__version__
=
"
1.
3
0.
0rc0
"
from
.
import
pybis
from
.
import
pybis
from
.pybis
import
DataSet
from
.pybis
import
DataSet
...
...
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