info
New Version of Morphium available V3.1.3
This release contains some minor fixes and improvements:
- fixing some testcases, adding new tests
- bug in storelist fixed, where it does not honor the
disableBufferedWriterForThread
- improving aggregator, making it more easiy to use (no need to call
end()
on group anymore) - adding aggegator functions
$stdDevPop
and$stdDevSamp
- caching fix for ID-Cache, cache projection fix
- avoiding
ConcurrentModificationException
in whe flushing buffered writer - minor improvements to performance...
You can either get it from github or via maven central:
<dependency>
<groupId>de.caluga</groupId>
<artifactId>morphium</artifactId>
<version>3.1.3</version>
</dependency>
<groupId>de.caluga</groupId>
<artifactId>morphium</artifactId>
<version>3.1.3</version>
</dependency>