Releases: Alipsa/data-utils
Releases · Alipsa/data-utils
Ver 1.0.6
- Change github repo references from perNyfelt to Alipsa
- Add support for ConnectionInfo as param to Sql factory methods
- upgrade test dependencies and gradle version
- fix bug in determining the DataBaseProvider from a URL
- Add support for handling java.sql.Types and a jdbcType in SqlTypeMapper
that returns the Types int corresponding to the Java class
Ver 1.0.5
Ver 1.0.4
- upgrade to jdk17
- add conversions to/from Tablesaw and Matrix
- add wrappers to Gtable for all Table methods returning a Table
- move most of Normalization code to the Matrix-stats package and adjust accordingly
- upgrade dependencies for groovy, tablesaw, SODS, dom4j
Ver 1.0.3
Minor upgrade that addresses some dependency issues:
- upgrade transient dependencies with cve issues
- upgrade to groovy 4.0.6
- change groovy dependencies to compileOnly so that consumers of this library
can use whatever compatible version of Groovy that they want without conflicts.