-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c5c622
commit 89b76f9
Showing
1 changed file
with
12 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |