Skip to content

Latest commit

 

History

History
427 lines (317 loc) · 15.2 KB

CHANGELOG.md

File metadata and controls

427 lines (317 loc) · 15.2 KB

Changelog

Unreleased

  • Add #112: documentation describing fuzzy-matching rules.

v1.2.0 - 2024-04-12 Fri

  • Add #111: option to relax fuzzy matching rules.
  • Add #110: TaxonomicStatus to results.

v1.1.8 - 2023-12-23 Sat

  • Add: NZOR link to web GUI.

v1.1.7 - 2023-11-07 Thu

  • Fix: formatting of data-sources in web UI.

v1.1.6 - 2023-11-07 Thu

  • Add: LPSN link to web GUI.

v1.1.5 - 2023-11-03 Fri

  • Fix: wrong match type.

v1.1.4 - 2023-11-03 Fri

  • Add: iNaturalist, VASCAN to the web interface.
  • Add: update modules.

v1.1.3 - 2023-10-10 Tue

  • Add: Wikidata link for the web interface.
  • Add: update modules and Go.

v1.1.2 - 2023-09-27 Wed

  • Add: ent and io are in pkg, so they can be used by other projects.

v1.1.1 - 2023-06-22 Thu

  • Add #105: option for uninomials fuzzy-matching.

v1.1.0 - 2023-05-12 Fri

  • Add #104: name-string widget.
  • Add #103: name-string endpoint.

v1.0.3 - 2023-05-01 Mon

  • Add: Nomenclator Zoologicus data-source.

v1.0.2 - 2023-03-09 Thu

  • Add #101: more data-sources for web-UI.
  • Add #100: refactor to a better file organization.

v1.0.1 - 2022-09-30 Fri

  • Add: update all modules.

v1.0.0 - 2022-08-24 Wed

  • Add: prepare for v1.0.0.

v1.0.0-RC1 - 2022-05-10 Tue

  • Add: update gnmatcher, gnames to v1.0.0-RC1.

v0.9.5 - 2022-05-02 Mon

  • Add: update gnlib to v0.13.7, gnames to v0.13.3.
  • Add: species group option.
  • Add: cardinality score

v0.9.4 - 2022-04-28 Thu

  • Add: update gnlib to v0.13.2

v0.9.3 - 2022-04-09 Sat

  • Add: update gnlib to v0.13.0

v0.9.2 - 2022-04-08 Fri

  • Add: update gnlib to v0.12.0
  • Add: IRMNG data-source to web UI

v0.9.1 - 2022-03-22 Tue

  • Add: update Go (v1.18), modules

v0.9.0 - 2022-03-13 Sun

  • Add #91: provide context to verification and searh methods.
  • Add: PaleoBioDB to Web GUI

v0.8.2 - 2022-02-25 Fri

  • Fix: go.mod bug

v0.8.1 - 2022-02-25 Fri

  • Fix: bug in go.mod

v0.8.0 - 2022-02-24 Thu

  • Add#89: compatibility with gnames v0.8.0

v0.7.3 - 2022-02-14 Mon

  • Add: make gnverifier compatible with gnames v0.7.1

v0.7.2 - 2022-02-10 Thu

  • Add #84: set filters for NSQ logs via config file.

v0.7.1 - 2022-02-08 Tue

  • Add #79: better NSQ logs, switch to zerolog library.
  • Add #77: optional log aggregation by an NSQ-messaging service.
  • Add #76: verification of viruses.
  • Fix #75: faceted search with one letter author without punctuation.
  • Add #73: World Checklist of Vascular Plants for web UI.
  • Add #72: World Flora Online for the web UI.
  • Add #70: add a -q flag to suppress log output.
  • Add #71: Advanced Search n: field support abbreviated specific epithets, year ranges.
  • Add #69: add faceted search to web UI.
  • Add #61: add faceted search to CLI app.
  • Add #67: score details for web-UI.
  • Add #66: migrate old functionality to use gnames-beta (v0.5.6+)
  • Add #58: add all matches/all sources to web interface.
  • Fix: command line and configuration options
  • Add #57: optionally, return all matches per source.
  • Add #48: optionally, return results from all sources.
  • Add #56: add AlgaeBase to web UI
  • Add #54: add TSV format
  • Fix #55: remove empty outputs from web-interface.
  • Add #52: add DOI via Zenodo for citations.
  • Add #51: show import date on web-pages for the verification records.
  • Add #49: avoid possible race conditions by reimplementing GNverifier interface.
  • Add #45: an option to capitalize names with low-case uninomials and genera.
  • rename GNVerify to GNverifier to be consistent with GNparser.
  • Add #42: rename project to gnverifier.
  • Add #40: redirect to GET if names number is small.
  • Add #39: add Wikispecies and Plazi to web-interface.
  • Add #38: move web UI to POST from GET.
  • Add #34: improve tests.
  • Fix #36: correct output for preferred_only CSV files.
  • Add #34: public service at globalnames.org.
  • Add #33: use embed from Go 1.16 and remove rice dependency.
  • Add #32: documenation for web UI.
  • Add #31: install tools via Makefile.
  • Add #30: display data-sources meta-information via web UI.
  • Add #29: CSV, JSON, HTML formats for web UI.
  • Add #28: verify names using preferred data sources in web UI.
  • Add #27: verify names via web GUI.
  • Add #22: cancel timed-out requests locally and on the server.
  • Add #25: 'Error' fields in the csv output.
  • Add #19: Add Homebrew package.
  • Add #15: add jobs option.
  • Add #14: add config file.
  • Add #8: substitute zeroes to empty fields in CSV where it makes sense.
  • Add #5: improve documentation.
  • Add #4: improve architecture.
  • Add #3: verify names from a file or STDIN.
  • Add #2: remote verification with output in JSON and CSV formats.
  • Add #1: command line interface.
  • Fix #9: verification exits too early.

Footnotes

This document follows changelog guidelines