We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf91a6e commit f7d7d10Copy full SHA for f7d7d10
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## version 0.2.14 2017-04-07
2
+
3
+- new subcommands for `ddf`: `diff` for comparing 2 datasets
4
+- DDF() now accepts absolute path to datasets
5
6
## version 0.2.13 2017-03-22
7
8
- new subcommands for `ddf`: `validate_recipe` and `build_recipe`
setup.py
@@ -4,7 +4,7 @@
import os
from setuptools import setup, find_packages
-version = "0.2.13"
+version = "0.2.14"
9
if sys.argv[-1] == 'tag':
10
os.system("git tag -a %s -m 'version %s'" % (version, version))
0 commit comments