Skip to content

Commit

Permalink
Release version 0.3.2 (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
st-pasha authored Apr 25, 2018
1 parent a8e131f commit 156791d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

### [Unreleased](https://github.com/h2oai/datatable/compare/HEAD...v0.3.1)
### [Unreleased](https://github.com/h2oai/datatable/compare/HEAD...v0.3.2)
#### Added
#### Fixed


### [v0.3.2](https://github.com/h2oai/datatable/compare/0.3.2...v0.3.1) — 2018-04-25
#### Added
- Implemented sorting for `str64` columns.
- Fwrite can now write columns of type `str64`.
- write_csv can now write columns of type `str64`.
- Fread can now accept a list of files to read, or a glob pattern.

#### Fixed
Expand Down
2 changes: 1 addition & 1 deletion datatable/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#-------------------------------------------------------------------------------

version = "0.3.1"
version = "0.3.2"

0 comments on commit 156791d

Please sign in to comment.