Skip to content

Releases: Alipsa/data-utils

Ver 1.0.6

11 Oct 13:40
Compare
Choose a tag to compare
  • 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

04 Jul 09:01
Compare
Choose a tag to compare
  • move Tablesaw stuff to matrix-tablesaw
  • add support for getting a db type for a java class
  • remove dependency on log4j to slim down the library further and be logging agnostic

Ver 1.0.4

06 Aug 09:50
Compare
Choose a tag to compare
  • 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

24 Dec 11:58
Compare
Choose a tag to compare

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.

Ver 1.0.2

17 Aug 18:18
Compare
Choose a tag to compare
  • Add TableUtil with support for frequency tables

Ver 1.0.1

25 Jul 20:28
Compare
Choose a tag to compare
  • Upgrade to Groovy 4.0.4
  • Build script fixes

Ver 1.0.0

15 Jul 17:15
Compare
Choose a tag to compare

Initial release.
Available om maven central using

<dependency>
    <groupId>se.alipsa.groovy</groupId>
    <artifactId>data-utils</artifactId>
    <version>1.0.0</version>
 </dependency>

or 'se.alipsa.groovy:data-utils:1.0.0' from Gradle and @grab