Skip to content

Releases: emdb-empiar/noid

Fixes for Windows

31 Aug 06:11
Compare
Choose a tag to compare
v1.1.3

v1.1.3: bugfix to run correctly on Windows

Now works with Python 3.10

13 Oct 11:03
Compare
Choose a tag to compare
v1.1.2

fix python version name

Inserted missing valid character for character space

01 Oct 14:35
Compare
Choose a tag to compare

Because of the expanded character range, all noid created using prior releases will not validate with this release. In the future, we will add an external configuration that allows users to specify the character range for noids independent of the release.

new option to compute check digit on CLI

23 Aug 11:16
Compare
Choose a tag to compare
compute a check digit for a noid

* new option `-d/--check-digit`
* reassigned `-v` for verbose; now `-V` for validate
* better test coverage
* extended documentation

v1.0.1: feature complete

19 Aug 14:34
Compare
Choose a tag to compare
* bugfix: scheme and naa were affecting check digit
* config works but simple utility will be needed to copy config
* config bundled
* updated documentation to include illustration on how to use config file