Skip to content
Snippets Groups Projects
Commit 65e72e19 authored by vkovtun's avatar vkovtun
Browse files

Pybis 1.30.2 release.

parent d6983ba5
No related branches found
No related tags found
No related merge requests found
## Changes with pybis-1.30.2
- Possible issue fixes with data frame in create_data_frame() in entity_type.py
- Code fix for create_data_frame() in pybis.py to make group ID and user ID separate
## Changes with pybis-1.30.1
- fixed KeyError when creating an empty data frame
## Changes with pybis-1.30.0
......
name = "pybis"
__author__ = "Swen Vermeul"
__email__ = "swen@ethz.ch"
__version__ = "1.30.1"
__version__ = "1.30.2"
from . import pybis
from .pybis import DataSet
......
......@@ -13,7 +13,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name="PyBIS",
version="1.30.1",
version="1.30.2",
author="Swen Vermeul • ID SIS • ETH Zürich",
author_email="swen@ethz.ch",
description="openBIS connection and interaction, optimized for using with Jupyter",
......
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