Releases: strickek/ReadWriteDlm2.jl
Releases · strickek/ReadWriteDlm2.jl
ReadWriteDlm2 v0.8.2
v0.8.1
v0.8.0
v0.7.3: Update Project.toml
v0.7.2
2nd Version for Julia 0.7
- Support of
Missing
andUnion{Missing, T}
First Version for Julia 0.7
New:
- "base funktion" now in stdlib.DelimitedFiles (former base.DataFmt)
print_short
keyword argument is removed. Functions write data now always like print.- depreations for Julia 0.7 are settled
- AbstractTypes now possible for readdlm2() and readcsv2()
- Additional tests for AbstractTypes
- more examples in help for exported funktions and in README.md
6th Release for Julia 0.6
Change required to Julia 0.6.0
5th Release for Julia 0.6
Only small changes in the documentation. Last Release for Julia 0.6 before doing breaking changes for Julia 0.7.
4th Release for Julia 0.6
Element type of returned arrays is now by default Any
for readcsv2()
and readdlm2()
.
Parsing for Date, DateTime, Time, Complex and Rational without additional parameters by default.
Blancs before ternary operators (for version 0.7).