Skip to content
Snippets Groups Projects
Commit c719f0aa authored by Swen Vermeul's avatar Swen Vermeul
Browse files

Merge branch 'release/0.1.1'

parents 33c8e9b4 38eb60ac
No related branches found
No related tags found
No related merge requests found
## new in jupyter-openbis-extension 0.1.1
- first version that cleanly works with pip install only
- bugfixes in setup.py
- typos in .json files in jupyter-config
- CHANGELOG added
## new in jupyter-openbis-extension 0.1.0
- separation of connection, down- and upload
- upload let you specify dataset type
- dataset type specific input fields (properties)
- input control for all properties
- checks for missing properties
- downloaded datasets are new parent datasets by default
- simplified way to upload files as part of the new dataset
## new in jupyter-openbis-extension 0.0.1
- first published version
name = 'jupyter-openbis-extension.server'
__author__ = 'Swen Vermeul'
__email__ = 'swen@ethz.ch'
__version__ = '0.1.0'
from . import connection
from . import sample
__version__ = '0.1.1'
def _jupyter_server_extension_paths():
return [{
......
......@@ -11,7 +11,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name='jupyter-openbis-extension',
version= '0.1.0',
version= '0.1.1',
author='Swen Vermeul | ID SIS | ETH Zürich',
author_email='swen@ethz.ch',
description='Extension for Jupyter notebooks to connect to openBIS and download/upload datasets, inluding the notebook itself',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment