File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 88The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
99and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
1010
11- ### [ Unreleased] ( https://github.com/h2oai/datatable/compare/HEAD...v0.5.0 )
11+ ### [ Unreleased] ( https://github.com/h2oai/datatable/compare/HEAD...v0.6.0 )
12+
13+
14+ ### [ v0.6.0] ( https://github.com/h2oai/datatable/compare/v0.6.0...v0.5.0 ) — 2018-06-05
1215#### Added
1316- fread will detect feather file and issue an appropriate error message.
1417- when fread extracts data from archives into memory, it will now display
Original file line number Diff line number Diff line change @@ -68,10 +68,10 @@ pip install datatable
6868On Linux you can install a binary distribution as
6969```
7070# If you have Python 3.5
71- pip install https://s3.amazonaws.com/h2o-release/datatable/stable/datatable-0.5 .0/datatable-0.5 .0-cp35-cp35m-linux_x86_64.whl
71+ pip install https://s3.amazonaws.com/h2o-release/datatable/stable/datatable-0.6 .0/datatable-0.6 .0-cp35-cp35m-linux_x86_64.whl
7272
7373# If you have Python 3.6
74- pip install https://s3.amazonaws.com/h2o-release/datatable/stable/datatable-0.5 .0/datatable-0.5 .0-cp36-cp36m-linux_x86_64.whl
74+ pip install https://s3.amazonaws.com/h2o-release/datatable/stable/datatable-0.6 .0/datatable-0.6 .0-cp36-cp36m-linux_x86_64.whl
7575```
7676
7777On all other platforms a source distribution will be needed. For more information see [ Build instructions] ( https://github.com/h2oai/datatable/wiki/Build-instructions ) .
Original file line number Diff line number Diff line change 55# file, You can obtain one at http://mozilla.org/MPL/2.0/.
66#-------------------------------------------------------------------------------
77
8- version = "0.5 .0"
8+ version = "0.6 .0"
You can’t perform that action at this time.
0 commit comments