Skip to content

Releases: strickek/ReadWriteDlm2.jl

ReadWriteDlm2 v0.8.2

12 Feb 23:23
b292ba5
Compare
Choose a tag to compare

Master to Main, Tables 1.6, github ci instead of travis

v0.8.1

05 May 22:01
Compare
Choose a tag to compare

ReadWriteDlm2 v0.8.1

Diff since v0.8.0

Closed issues:

  • Register ReadWriteDlm2 v0.8.0 (#6)

v0.8.0

03 May 10:00
Compare
Choose a tag to compare

ReadWriteDlm2 v0.8.0

Diff since v0.7.3

Closed issues:

  • register (#4)

v0.7.3: Update Project.toml

02 Mar 19:15
d59ee57
Compare
Choose a tag to compare

v0.7.2

09 Feb 20:10
7a3bb53
Compare
Choose a tag to compare

Delete REQUIRE and add Project.toml, for Julia Version ~1.

2nd Version for Julia 0.7

04 Aug 09:38
Compare
Choose a tag to compare
  • Support of Missing and Union{Missing, T}

First Version for Julia 0.7

25 Mar 16:48
Compare
Choose a tag to compare

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

08 Dec 06:28
e4f6385
Compare
Choose a tag to compare

Change required to Julia 0.6.0

5th Release for Julia 0.6

27 Oct 20:34
Compare
Choose a tag to compare

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

24 Jul 19:00
Compare
Choose a tag to compare

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).