Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

45 lines (25 loc) · 1.81 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.3.0] - 2023-06-28

As of this version, the tool can be installed via pip and can be used as a library and not only via the commandline.

Added

  • The possibility to install the tool via pip (#7

Changed

  • The import of the lib module is no longer relative, this means to use the tool without installing it one has to set the PYTHONPATH environment variable, for example export PYTHONPATH=/home/youruser/repo/enrich-authority-csv

0.2.0 - 2023-06-23

In this version the name of the tool changed from enrich-authority-csv-via-isni to the more generic enrich-authority-csv. Mainly because the script was generalized to handle more than just the ISNI SRU API based on a configuration file and new commandline arguments.

Added

  • The possibility to fill datafield gaps from other APIs via a configuration file (#3)

Changed

  • Due to the new features the commandline parameters have been adapted, see README file

Fixed

  • The progress bar had a wrong total and never reached 100%, this was fixed (#2)

0.1.0 - 2023-06-19

Added