Releases: Alipsa/matrix
Releases · Alipsa/matrix
Matrix Json v2.1.1
- Upgrade dependencies
- com.fasterxml.jackson.core:jackson-core [2.18.3 -> 2.20.0]
- com.fasterxml.jackson.core:jackson-databind [2.18.3 -> 2.20.0]
- org.jsoup:jsoup [1.21.1 -> 1.21.2]
Matrix GSheets 0.0.1
Initial release, see the readme.md for details.
Matrix Core v3.5.0
- enhance plus() to return clone if (matrix + null) instead of forcing users to do a null check.
- add a split method to Matrix taking a integer as parma to split the matrix into chunks
- ListConverter: add support for converting to a list of Short, LocalTime, and Bytes
- ValueConverter: add support for ZonedDateTime
- Change Matrix.convert(Converter[] converters) to Matrix.convert(Converter... converters) to allow for simpler usage.
Jar available at maven central
Matrix Bom 2.3.0
Pom file available at maven central
Matrix BigQuery v0.4.0
- Change saveToBigQuery to use the BigQuery Write API instead of the older
load job api. This should be faster and more reliable for larger datasets. - upgrade dependencies
- com.google.cloud:google-cloud-bigquerystorage [3.16.0 -> 3.16.3]
- com.google.auth:google-auth-library-bom [1.37.1 -> 1.38.0]
- com.google.cloud:google-cloud-bigquery [2.53.0 -> 2.54.2]
- com.google.cloud:google-cloud-resourcemanager [1.70.0 -> 1.75.0]
- Improve type mapping, especially for date/time types
Jar available at maven central
Matrix Tablesaw v0.2.1
- Upgrade dependencies
- com.github.miachm.sods:SODS [1.6.7 -> 1.6.8]
- org.apache.poi:poi-ooxml [5.4.0 -> 5.4.1]
- org.dom4j:dom4j [2.1.4 -> 2.2.0]
Matrix Spreadsheet v2.2.1
- Upgrade dependencies
- com.github.javaparser:javaparser-core [3.26.4 -> 3.27.0]
- org.apache.logging.log4j:log4j-api [2.24.3 -> 2.25.1]
- Remove log4j impl and just use log4j api (it's a library should not have logging implementations).
Jar available at maven central
Matrix Datasets v2.1.1
- Upgrade dependencies
- org.jsoup:jsoup [1.20.1 -> 1.21.1]
Matrix Core v3.4.1
Jar available at maven central
- ValueConverter
- return null value when converting a blank string to LocalDate or LocalDateTime
- Return null value if converting an empty string to a BigInteger
- Overload ListConverter.convert with an option for passing a Locale
Matrix Charts 0.3.1
- Upgrade dependencies
- org.jfree:jfreechart [1.5.5 -> 1.5.6]
Jar available at maven central