Skip to content

Releases: deephaven/deephaven-csv

v0.5.0

24 May 16:54
Compare
Choose a tag to compare

What's Changed

  • Bump com.diffplug.spotless from 6.4.2 to 6.5.2 by @dependabot in #36
  • Allow Sinks to know which column they are associated with. by @kosak in #38
  • Bump com.diffplug.spotless from 6.5.2 to 6.6.1 by @dependabot in #40
  • Bump jackson-dataformat-csv from 2.13.2 to 2.13.3 by @dependabot in #41
  • Use setup-java v3 in publish workflow by @devinrsmith in #44

Full Changelog: v0.4.0...v0.5.0

v0.4.0

18 Apr 18:02
Compare
Choose a tag to compare

What's Changed

  • Bump actions/upload-artifact from 2 to 3 by @dependabot in #31
  • Bump com.diffplug.spotless from 6.4.1 to 6.4.2 by @dependabot in #29
  • Variety of changes: null literals, throttle writer, GC, etc. by @kosak in #30
  • Split CSV tutorial into two files: README.md and ADVANCED.md by @kosak in #32
  • Annotate java code blocks by @devinrsmith in #33

Full Changelog: v0.3.0...v0.4.0

v0.3.0

30 Mar 20:05
Compare
Choose a tag to compare

What's Changed

  • A variety of changes to make the library more friendly to the new user. by @kosak in #20
  • Alter logic so we don't call tryEnsureMore() after finish(). by @kosak in #27
  • Add config flags: skipRows, numRows, ignoreEmptyLines, allowMissingColumns, ignoreExcessColumns. by @kosak in #25
  • Bump com.diffplug.spotless from 6.3.0 to 6.4.1 by @dependabot in #28

Full Changelog: v0.2.0...v0.3.0

v0.2.0

18 Mar 15:38
Compare
Choose a tag to compare

Notes

Version 0.2.0 brings Java 8+ compatibility (instead of Java 11+). The fast double parser has been broken out into two modules - one with Java 8+ compatibility, and the other with Java 11+ compatibility. See README.md for more information.

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

07 Feb 22:41
Compare
Choose a tag to compare

What's Changed

  • CsvReader cleanups: Immutables, fix Executor cleanup, shrink dependencies by @kosak in #1
  • Added publishing logic. Includes javadoc fixes necessary for building. by @devinrsmith in #5
  • Small SinkFactory changes and moved comments. by @kosak in #8
  • Add CsvSpecs.Builder.from by @devinrsmith in #10
  • JMH benchmarks for comparison with other libraries. by @kosak in #9
  • Add jmhTest source set for unit testing of benchmark implementations by @devinrsmith in #11
  • Add publish workflow. by @devinrsmith in #7

New Contributors

Full Changelog: https://github.com/deephaven/deephaven-csv/commits/v0.1.0