|
1 |
| -ExcelReaders.jl v0.8.1 Release Notes |
2 |
| -==================================== |
| 1 | +# ExcelReaders.jl v0.8.2 Release Notes |
| 2 | +* Fix bug in readxlsheet |
| 3 | + |
| 4 | +# ExcelReaders.jl v0.8.1 Release Notes |
3 | 5 | * Drop unnecessary dependencies
|
4 | 6 | * Fix import of numerical column headers
|
5 | 7 |
|
6 |
| -ExcelReaders.jl v0.8.0 Release Notes |
7 |
| -==================================== |
| 8 | +# ExcelReaders.jl v0.8.0 Release Notes |
8 | 9 | * Drop julia 0.5 support.
|
9 | 10 | * Fix julia 0.6 deprecation warnings.
|
10 | 11 |
|
11 |
| -ExcelReaders.jl v0.7.0 Release Notes |
12 |
| -==================================== |
| 12 | +# ExcelReaders.jl v0.7.0 Release Notes |
13 | 13 | * julia 0.6 compatability.
|
14 | 14 | * Drop julia 0.4 support.
|
15 | 15 | * Autogenerate names for columns without a name in readxlsheet
|
16 | 16 | * Add readxlnames and readxlrange functions
|
17 | 17 |
|
18 |
| -ExcelReaders.jl v0.6.0 Release Notes |
19 |
| -=================================== |
| 18 | +# ExcelReaders.jl v0.6.0 Release Notes |
20 | 19 | * Throw more meaningful errors for ill-specified Excel ranges
|
21 | 20 | * julia 0.5 compatability
|
22 | 21 |
|
23 |
| -ExcelReaders.jl v0.5.0 Release Notes |
24 |
| -==================================== |
| 22 | +# ExcelReaders.jl v0.5.0 Release Notes |
25 | 23 | * Add readxlsheet(DataFrame,...) support
|
26 | 24 | * Add inline documentation
|
27 | 25 | * Detect empty cells in header row
|
28 | 26 |
|
29 |
| -ExcelReaders.jl v0.4.1 Release Notes |
30 |
| -==================================== |
| 27 | +# ExcelReaders.jl v0.4.1 Release Notes |
31 | 28 | * Use pyimport_conda from PyCall to interact with conda
|
32 | 29 |
|
33 |
| -ExcelReaders.jl v0.4.0 Release Notes |
34 |
| -==================================== |
| 30 | +# ExcelReaders.jl v0.4.0 Release Notes |
35 | 31 | * Drop julia 0.3 support.
|
36 | 32 | * Use conda to install xlrd dependency.
|
37 | 33 |
|
38 |
| -ExcelReaders.jl v0.3.0 Release Notes |
39 |
| -================================= |
| 34 | +# ExcelReaders.jl v0.3.0 Release Notes |
40 | 35 | * Compatible with julia 0.4.
|
41 | 36 |
|
42 |
| -ExcelReaders.jl v0.2.0 Release Notes |
43 |
| -================================= |
| 37 | +# ExcelReaders.jl v0.2.0 Release Notes |
44 | 38 | * Add ``readxlsheet`` function.
|
0 commit comments