Skip to content

Releases: netzwerg/paleo

Version 0.7.0

03 Feb 07:53
Compare
Choose a tag to compare

Support DataFrame-specific meta data #19

Version 0.6.1

01 Feb 05:55
Compare
Choose a tag to compare

Properly close input sources after parsing #18

Version 0.6.0

30 Jan 07:49
Compare
Choose a tag to compare

Re-Implement parsing logic in Scala #14

Note: Public API still pure Java

JMH benchmarks with 10 warm-up / 10 measurement iterations

Before (v0.5.0):

2602.649 ±(99.9%) 39.393 ms/op [Average]
(min, avg, max) = (2409.915, 2602.649, 2947.702), stdev = 116.152
CI (99.9%): [2563.256, 2642.042] (assumes normal distribution)

After (v0.6.0):

1880.070 ±(99.9%) 49.187 ms/op [Average]
(min, avg, max) = (1706.904, 1880.070, 2664.802), stdev = 145.028
CI (99.9%): [1830.883, 1929.257] (assumes normal distribution)

Version 0.5.0

25 Jan 13:41
Compare
Choose a tag to compare
  • Migrate to Javaslang #9
  • Switch README to AsciiDoc #11
  • Replace factory methods in ColumnIds #12
  • Differentiate between getValues() and valueStream() #13
  • Offer column lookup by unspecific ColumnId #16

Version 0.4.1

21 Jan 20:57
Compare
Choose a tag to compare

Support column-specific meta data #10

Version 0.3.0

21 Oct 09:52
Compare
Choose a tag to compare

Define data frame structure in external JSON schema (#8)

Patch Release 0.2.1

15 Sep 11:12
Compare
Choose a tag to compare

Fix fluency of GenericColumn.Builder extensions (#7)

Version 0.2.0

15 Sep 07:43
Compare
Choose a tag to compare

Addresses:

  • #4 GenericColumn extensions expose values as List (rather than Stream)
  • #5 DataFrame: Expose getColumns()

Initial proof of concept

09 Sep 12:19
Compare
Choose a tag to compare
v0.1.2

 Release v0.1.2