Skip to content

Releases: caltechlibrary/eprinttools

Maintenance release

26 Feb 23:48
Compare
Choose a tag to compare

Updated to Go 1.22 and various package updates.

Dependency updates

15 Sep 17:43
Compare
Choose a tag to compare

v1.3.6 now requires simplified package v0.0.21 do to integration of ROR into Funder struct.

Maintenance release

31 Jul 19:26
Compare
Choose a tag to compare

This release brings uses the simplified package v0.0.19 in the crosswalk functionality.

Bug fixes, crossrefapi update

06 Jun 22:06
Compare
Choose a tag to compare

This release includes some bug fixes and now uses crossrefapi v1.0.4. Article numbers should map correctly from CrossRef.

Documentation cleanup, fixed version bug in doi2eprintxml

16 May 16:19
Compare
Choose a tag to compare

This release is primarily documentation improvements to explain the new installation procedure for macOS and Linux. A few bugs were fixed along the way.

Full Changelog: v1.3.0...v1.3.1

Simplified records now separate package

13 Apr 18:12
Compare
Choose a tag to compare

This minor release reflects splitting the simple record handling into it's own package. When you use the -json and -simple options in doi2eprintxml you now get different record structures, the first is a JSON representation of the EPrint XML and the latter reflects the simplified record model shared with the irdmtools package and tools. EPrinttools now depends on simplified v0.0.3 or better to compile.

Full Changelog: v1.2.5...v1.3.0

identifier handling and role mapping

10 Mar 23:28
Compare
Choose a tag to compare

This release changes are focused on improvement of the simple record model and crosswalk for migrating content from EPrints to Invenio-RDM. This has involved some minor mapping of values as URI to simple strings and adjust the model to more closely reflect what can be imported directly into Invenio-RDM.

refining simple records

04 Mar 00:12
Compare
Choose a tag to compare
Pre-release

This release features changes around the simple record JSON support. The model is being brought closer to that which can be easily imported into InvenioRDM with minor fixups.

simple record improvements

03 Mar 00:51
Compare
Choose a tag to compare
Pre-release

This release focus on fixes for migrating EPrint records to Invenio-RDM using an intermediate "simple" record format.

Full Changelog: v1.2.2...v1.2.3

Bug fixes, crosswalk signature changes

02 Feb 22:16
Compare
Choose a tag to compare
Pre-release

This release focuses on cleaning and allowing for migration of the simplified (largely Invenio-RDM 11 compatible) data model into it own package. The crosswalk function's signature has changed as a result of that eventual migration. The simplified record model to support the current record structure of Invenio-RDM 11 as much as is clear.