Skip to content

Releases: adsabs/SciXPipelineUtils

Add SciX ID Generation to SciXPipelineUtils

10 Oct 18:20
a91bb4e
Compare
Choose a tag to compare

What's Changed

  • Add module to generate SciX public identifiers given input integer. by @tjacovich in #11

Full Changelog: v0.1.0...v0.1.1

SciX UUID7 implementation

03 Nov 14:32
79d7d7c
Compare
Choose a tag to compare

Adds class to expand python uuid module with UUID7 function scix_uuid.uuid7()

Updated AVRO Serializer

30 Jun 12:55
b87b99a
Compare
Choose a tag to compare
Pre-release

Updated the avro_serializer module to accept separate serialization and de-serialization schemas.

Pre-release: First version of SciXPipelineUtils

18 May 19:38
c6d6f14
Compare
Choose a tag to compare
Added avro_serializer (#4)

* Added avro_serializer.

* Removed unsued sys call from avro_serializer.

* Bringing in line with isort formatting.