Skip to content

Releases: h5jan/h5jan-core

Release adding support for arrow writing.

26 Feb 15:56
Compare
Choose a tag to compare

You currently have to use ArrowIO class or DataFrameWriter, there is no .to_arrow(...) method on DataFrame.

Release 0.7.6 with bug fixes for heterogeneous data

25 Feb 09:22
b29c8d8
Compare
Choose a tag to compare

Release 0.7.6 with bug fixes for heterogeneous data

Updated library path loading.

21 Feb 15:47
2abdcb8
Compare
Choose a tag to compare

Updated library path loading to mean PATH or LD_LIBRARY_PATH is not required to be set.

Fix order CSV records

13 Feb 13:35
Compare
Choose a tag to compare

Fix order CSV records using LinkedHashMap

Fixes to CSV file loading.

13 Feb 12:32
Compare
Choose a tag to compare

Fixes to CSV file loading.

Release with more scisoft mathematics

04 Feb 14:33
6f0cb18
Compare
Choose a tag to compare

Release allows data frames to be filtered during writing using Diamond Light Source scisoft packages released on the DawnScience github repo. https://github.com/dawnscience

0.5.0 Tile writing and change to DataFrame

20 Nov 15:01
526b111
Compare
Choose a tag to compare

Tile writing and change to DataFrame to make internal slicing easier.

0.4.3

12 Nov 11:59
Compare
Choose a tag to compare

Gradle

compile "io.github.h5jan:h5jan-core:0.4.3" 

Maven

<dependency>
	<groupId>io.github.h5jan</groupId>
	<artifactId>h5jan-core</artifactId>
	<version>0.4.3</version>
</dependency>

Set packages to io.github.h5jan

11 Oct 15:40
Compare
Choose a tag to compare

Set packages to io.github.h5jan as this is the organisation name. After release 1.0 things will be backwards compatible on major release.

Set packages to io.github.gerring

09 Oct 09:42
Compare
Choose a tag to compare

Set packages to io.github.gerring for maven publilshing
See https://issues.sonatype.org/browse/OSSRH-52150