Skip to content

Releases: petermr/ami3

ami v2021.09.27_15.49.34

27 Sep 15:50
Compare
Choose a tag to compare

Summary

  • [#67] Fixed NullPointer in EPMCResult.json dues to getInteger() assuming field exists

ami v2020.08.09_09.54.10

09 Aug 09:55
Compare
Choose a tag to compare

Summary

AMISummary

Changes in this Release

  • ami summary uses globs to extract leaf nodes into List.
  • leafNode lists can be aggregated as a subtree (directories are preserved) or flattened into single directory for interfacing to machine-earning tools
  • at alpha level.

ami v2020.08.07_07.13.18

07 Aug 07:14
Compare
Choose a tag to compare

Summary

AMI summary: Aggregating sections over corpus

Changes in this Release

  • ami summary accepts --glob to identify (sub)sections
  • ami summary creates a new toplevel directory _summary with aggregated subtrees. The
    directory structure tries to mirror the original structures. See AMISummaryTest for
    example.

ami v2020.08.06_07.01.42

06 Aug 07:03
Compare
Choose a tag to compare

Summary

Enhancement to Dictionaries

Changes in this Release

  • amidict can submit SPARQL queries to Wikidata
  • amidict translates wikidataAltLabel to synonyms
  • DSL for transforming dictionaries (EXTRACT, DELETE, etc.)

ami v2020.08.03_12.52.50

03 Aug 12:53
Compare
Choose a tag to compare

Summary

Fixed bug in `ami section --extract

Changes in this Release

  • changed table to tab in org.contentmine.ami.tools.AMISectionTool.FloatType
  • continued to add tests and checking results
  • [#58] Ensure ANSI colors when running ami in Windows Command Prompt.

ami v2020.07.31_13.04.35

31 Jul 13:05
Compare
Choose a tag to compare

Summary

Added WikidataSparql queries to amidict

Changes in this Release

  • Added WikidataSparql queries to amidict
  • slowly linking picocli help to Wiki

ami v2020.07.31_12.59.11

31 Jul 13:00
Compare
Choose a tag to compare

Summary

Addition of amidict create from Wikidata SPARQL

Changes in this Release

  • added submission of Wikidata queries the retrieve dictionary items and their labels
  • added AbstractAMITest.writeOutputAndCompare( XML comparison test (mainly regression test)

ami v2020.07.28_20.33.15

28 Jul 20:34
Compare
Choose a tag to compare

Summary

This is a template and should be replaced by actual release notes...

Changes in this Release

  • [#57] Add RELEASE-NOTES.md in the distribution
  • Second Change

ami v2020.07.27_01.47.40

27 Jul 01:50
Compare
Choose a tag to compare

Summary

The workflow has been improved to automatically create a GitHub Release with Release Notes when the release.bash script is run.

No user-oriented changes in this release.

Changes in this Release

  • [#55] Publish GitHub Release from release.bash script
  • DOC update BUILDING.md documentation and associated image files
  • CLEAN remove outdated GitHub Action workflow files; remove outdated comments from workflow configs

ami v2020.07.26_11.27.57

26 Jul 11:30
Compare
Choose a tag to compare

Summary

This release is another test release for the combined Create Release and Publish Packages action.