Skip to content

Commit

Permalink
Update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Oct 23, 2017
1 parent 2c5c622 commit 89b76f9
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,38 @@
ExcelReaders.jl v0.8.1 Release Notes
====================================
# ExcelReaders.jl v0.8.2 Release Notes
* Fix bug in readxlsheet

# ExcelReaders.jl v0.8.1 Release Notes
* Drop unnecessary dependencies
* Fix import of numerical column headers

ExcelReaders.jl v0.8.0 Release Notes
====================================
# ExcelReaders.jl v0.8.0 Release Notes
* Drop julia 0.5 support.
* Fix julia 0.6 deprecation warnings.

ExcelReaders.jl v0.7.0 Release Notes
====================================
# ExcelReaders.jl v0.7.0 Release Notes
* julia 0.6 compatability.
* Drop julia 0.4 support.
* Autogenerate names for columns without a name in readxlsheet
* Add readxlnames and readxlrange functions

ExcelReaders.jl v0.6.0 Release Notes
===================================
# ExcelReaders.jl v0.6.0 Release Notes
* Throw more meaningful errors for ill-specified Excel ranges
* julia 0.5 compatability

ExcelReaders.jl v0.5.0 Release Notes
====================================
# ExcelReaders.jl v0.5.0 Release Notes
* Add readxlsheet(DataFrame,...) support
* Add inline documentation
* Detect empty cells in header row

ExcelReaders.jl v0.4.1 Release Notes
====================================
# ExcelReaders.jl v0.4.1 Release Notes
* Use pyimport_conda from PyCall to interact with conda

ExcelReaders.jl v0.4.0 Release Notes
====================================
# ExcelReaders.jl v0.4.0 Release Notes
* Drop julia 0.3 support.
* Use conda to install xlrd dependency.

ExcelReaders.jl v0.3.0 Release Notes
=================================
# ExcelReaders.jl v0.3.0 Release Notes
* Compatible with julia 0.4.

ExcelReaders.jl v0.2.0 Release Notes
=================================
# ExcelReaders.jl v0.2.0 Release Notes
* Add ``readxlsheet`` function.

0 comments on commit 89b76f9

Please # to comment.