Releases: caltechlibrary/iga
CFF Updating
This release adds CFF updating as part of the example workflow.
Workflow bugfix and documentation release
Bug fix release for automatic CodeMeta updating workflow. Also updates the documentation build process.
Workflow bug fix release
Bug fix release for automatic CodeMeta updating workflow
Workflow bugfix release
Bug fix release for automatic CodeMeta updating workflow
Add automatic CodeMeta updating
Changes in this release
- Adds support for automatically updating a CodeMeta.json file when used on GitHub actions
- Fixes bug #39 that impacted RDM repositories with no records
- Un-pins dependencies so iga will work better with other python installs, and pins rich-click to avoid bug #40
- Switches to the v1 branch instead of master
- Simplifies release workflow
Release 1.3.0
Changes in this release:
- Fix issue: when we have a parent id for a record, records should not go through the community review workflow. (Fix implemented by @tmorrell.)
- Fix issue #14: try to make better guesses at person names containing CJK characters.
- Updated the IGA workflow to use the latest versions of GitHub Actions dependencies; this avoids runtime warnings about the version of Node being used by GitHub runners.
- Updated Python dependencies.
- Added a new GitHub Actions workflow for linting the Markdown files.
- Added a new GitHub Actions workflow to check URLs in Markdown files and reports invalid or broken links.
- Edited the README file to follow the Markdown lint rules and to add alt text to images.
- Minor other internal code changes have been made.
- Updated copyright year.
- Updated miscellaenous repository files to match current Library template versions of those files.
Release 1.2.2
Changes in this release:
- Fixed issue #28: catch and report the case where a repo has no releases.
- Fixed a bug that manifested when the GitHub access token was invalid.
- Fixed a syntax bug in the Makefile.
- Improved (hopefully) the caching of python dependencies to actually work this time.
- Improved (hopefully) some of the diagnostic error messages.
- Added Tom Morrell to the CITATION.cff file.
Release 1.2.1
Changes in this release:
- Fixed
setup.cfg
, which had some garbled content. - Fixed the GitHub Action for building the IGA documentation pages to avoid needlessly running it on every push.
- The GitHub Actions workflow (
action.yml
) for IGA now caches Python package dependencies for a slight speed up in run times on GitHub. - Added a GitHub Actions workflow to lint the code on pushes & pull requests.
Release 1.2.0
This version fixes problems with handling Invenio Communities. First, an internal bug in IGA would cause an exception if the user attempted to list communities in an InvenioRDM server that defined more than one community. Second, a bug in InvenioRDM itself meant that community links were broken. (Thanks to @tmorrell for a fix via PR #23.)
Additional changes in this version:
- Switched to using
codemeta.json
as the main source of truth for version info. Thesetup.cfg
file is now updated fromcodemeta.json
, not the other way around. - With respect to how the InvenioRDM metadata field
related_identifiers
is handled, the IGA documentation and the Google spreadsheet describing how IGA maps fields both omitted the use of CodeMeta fieldsdownloadUrl
andinstallUrl
and CFF fieldrepository-artifact
. These fields are now in the documentation. - The Makefile has been updated in various ways based on experiences with other projects.
Release 1.1.0
New features:
- New option
--print-doi
makes IGA print the DOI of a published record in addition to printing the URL. (Without the option, IGA only prints the URL.)
Changes:
- The color of text messages printed to the terminal has been changed slightly in an effort to improve readability.
- The versions of some dependencies in
requirements.txt
have been updated. - Documentation has been updated and expanded.