Skip to content

Commit

Permalink
version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
semio committed Nov 29, 2017
1 parent 2597f92 commit 0085696
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
## version 0.3.3 2017-11-29

- new support Hy mode
- bug fixes and improvements

## version 0.3.2 2017-09-28

- add support for reading mutiple indicators in one DDF datapoints file (#76)
Expand All @@ -18,11 +23,11 @@

## version 0.3.0 2017-07-18

- totally rewrite the ddf reader, make separated models for dataset and datapackage in
- totally rewrite the ddf reader, make separated models for dataset and datapackage in
`ddf_utils.models`.
- add Chef class, which can create or load recipes interactively. Now all recipe related
tasks should run under a Chef instance.
- all procedures takes a chef instance as first arguments now. Also we support writing
- all procedures takes a chef instance as first arguments now. Also we support writing
custom procedures now.
- removed `indentity` and `copy` procedure, updated `filter_row` and `groupby` procedure
- added new `flatten` procedure
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

from setuptools import find_packages, setup

version = "0.3.2"
version = "0.3.3"

if sys.argv[-1] == 'tag':
os.system("git tag -a %s -m 'version %s'" % (version, version))
Expand Down

0 comments on commit 0085696

Please sign in to comment.