Skip to content

Releases: queryverse/TextParse.jl

v0.7.1: Merge pull request #110 from davidanthoff/weakrefstrings-update

22 Jan 17:33
b0a9454
Compare
Choose a tag to compare

v0.7.0: Merge pull request #104 from davidanthoff/normal-strings

14 Jan 23:40
55ba0c5
Compare
Choose a tag to compare
  • Performance improvements
  • Ability to read string columns as a normal Vector{String}
  • Various bug fixes

v0.6.2: Merge pull request #87 from davidanthoff/mmap2

20 Dec 18:04
74682a9
Compare
Choose a tag to compare

v0.6.1: Merge pull request #77 from davidanthoff/fix-date-parsing

20 Oct 19:55
e1090b1
Compare
Choose a tag to compare

v0.6.0: Merge pull request #68 from JuliaComputing/s/0.7-fixes

05 Aug 20:45
c8c7a27
Compare
Choose a tag to compare

v0.5.0

03 May 13:04
Compare
Choose a tag to compare
Rename strtype to stringtype (#60)

v0.4.1

10 Mar 14:52
Compare
Choose a tag to compare
Allow floats like 5.e-3 -- fixes #32

v0.4.0

01 Feb 14:10
Compare
Choose a tag to compare
fix a test

v0.3.5

12 Dec 10:41
Compare
Choose a tag to compare
treat datetime that fails to parse as string

v0.3.4

04 Dec 21:54
Compare
Choose a tag to compare
fix bug in string parsing if condition. Fixes #34