Skip to content

Releases: caltechlibrary/datatools

Stable release

22 Jul 23:39
Compare
Choose a tag to compare

Added codemeta2cff cli. Improving codemeta structured data support.

bug fixes, codemeta2cff

16 Jul 00:55
Compare
Choose a tag to compare

This is a bug fix release. The initial pass at codemeta2cff didn't write the version string.

Added codemeta2cff

16 Jul 00:43
Compare
Choose a tag to compare

Add a new command line tool, codemeta2cff which will convert the codemeta.json file to a CITATION.cff file. This tool is a proof of concept and will likely change in upcoming releases.

Bug fix in reldate

29 Jun 23:33
Compare
Choose a tag to compare

The command line tool reldate confused Monday and Month. This has been corrected.

go1.16 support

18 Feb 21:29
Compare
Choose a tag to compare

Updated to support compiling with go1.16. Updated templates, version and copyright year. Added experimental M1 compiled binaries.

Stability Release

17 Feb 21:36
Compare
Choose a tag to compare

Minor additions to support compilation with go1.16. This library of command line tools has been stable since 2019, time to make this version 1.

Maintenance release, compiled with go v1.12, four new commands

12 Jun 17:41
Compare
Choose a tag to compare

This is primarily a maintenance release. It is compiled using Go v1.12.4. It includes four new commands toml2json, yaml2json, json2toml, json2yaml adding support for working with TOML and YAML content.

Updates for conference talk

01 Jun 15:50
Compare
Choose a tag to compare

Minor bug fixes. This release is packaged so that the demos at OR 2018 in Bozenman, MT have a release number on the cli.

Big fixes

18 Jan 21:38
Compare
Choose a tag to compare
Big fixes Pre-release
Pre-release

New version should be compiled using cli package version v0.0.8 or better as there was a bug fix in cli.
Various bug fixes in string command.

csv tools normalization, bug fixes

13 Dec 20:47
Compare
Choose a tag to compare
Pre-release

Fixed issues #1, #2 in this release. Normalized CSV utilities options support lazy quotes and trimming leading space for CSV inputs.

Updated docs and added quoting example in how-to/csvcols/index.md.