Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dotsdl committed May 6, 2018
1 parent 89f8937 commit 29ba806
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,18 @@ The rules for this file:
* release numbers follow "Semantic Versioning" http://semver.org

------------------------------------------------------------------------------
xx/xx/xx kain88-de
05/06/18 kain88-de, dotsdl

* 0.7.0
* 0.7.1

Enhancements

* switch pickle protocol for smaller pydata files

Changes

* internal changes in line with limb-system changes in `datreant.core`



03/26/16 dotsdl, andreabedini, richardjgowers, orbeckst,
Expand Down
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: datreant.data
version: "0.6.0"
version: "0.7.1"

source:
path: .
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from setuptools import setup, find_packages

setup(name='datreant.data',
version='0.7.0-dev',
version='0.7.1',
description='convenient data storage and retrieval in HDF5 for Treants',
author='David Dotson',
author_email='dotsdl@gmail.com',
Expand All @@ -32,7 +32,7 @@
license='BSD',
long_description=open('README.rst').read(),
install_requires=[
'datreant.core',
'datreant.core==0.7.1',
'six',
'numpy',
'pandas',
Expand Down
2 changes: 1 addition & 1 deletion src/datreant/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
from . import agglimbs

__all__ = ['Treant', 'Group', 'Tree', 'Leaf', 'Bundle']
__version__ = "0.7.0-dev" # NOTE: keep in sync with RELEASE in setup.py
__version__ = "0.7.1" # NOTE: keep in sync with RELEASE in setup.py

0 comments on commit 29ba806

Please sign in to comment.