@@ -74,10 +74,10 @@ This project produces two JARs:
7474To depend on Deephaven CSV from Gradle, add the following dependency(s) to your build.gradle file:
7575
7676``` groovy
77- implementation 'io.deephaven:deephaven-csv:0.16 .0'
77+ implementation 'io.deephaven:deephaven-csv:0.18 .0'
7878
7979// Optional dependency for faster double parsing
80- // runtimeOnly 'io.deephaven:deephaven-csv-fast-double-parser:0.16 .0'
80+ // runtimeOnly 'io.deephaven:deephaven-csv-fast-double-parser:0.18 .0'
8181```
8282
8383### Maven
@@ -88,14 +88,14 @@ To depend on Deephaven CSV from Maven, add the following dependency(s) to your p
8888<dependency >
8989 <groupId >io.deephaven</groupId >
9090 <artifactId >deephaven-csv</artifactId >
91- <version >0.16 .0</version >
91+ <version >0.18 .0</version >
9292</dependency >
9393
9494<!-- Optional dependency for faster double parsing -->
9595<!-- <dependency>-->
9696<!-- <groupId>io.deephaven</groupId>-->
9797<!-- <artifactId>deephaven-csv-fast-double-parser</artifactId>-->
98- <!-- <version>0.16 .0</version>-->
98+ <!-- <version>0.18 .0</version>-->
9999<!-- <scope>runtime</scope>-->
100100<!-- </dependency>-->
101101```
@@ -154,11 +154,11 @@ If you prefer, you can run the benchmarks directly via the JMH jar:
154154```
155155
156156``` shell
157- java -jar build/libs/deephaven-csv-0.16 .0-SNAPSHOT-jmh.jar -prof gc -rf JSON
157+ java -jar build/libs/deephaven-csv-0.18 .0-SNAPSHOT-jmh.jar -prof gc -rf JSON
158158```
159159
160160``` shell
161- java -jar build/libs/deephaven-csv-0.16 .0-SNAPSHOT-jmh.jar -prof gc -rf JSON < regex>
161+ java -jar build/libs/deephaven-csv-0.18 .0-SNAPSHOT-jmh.jar -prof gc -rf JSON < regex>
162162```
163163
164164The JMH jar is the preferred way to run official benchmarks, and provides a common bytecode for sharing the benchmarks
0 commit comments