Skip to content

Releases: gnames/gnparser

v1.0.11

21 Feb 01:13
Compare
Choose a tag to compare

CHANGELOG

  • Fix [#153]: flags csv=false and with_details=false trigger opposite
    behavior.

v1.0.10

20 Feb 00:31
Compare
Choose a tag to compare

CHANGELOG

  • Add [#152]: change auto-prereleases from nightly to on master submit.
  • Add [#151]: do not parse names with (endo|ecto)?symbiont.
  • Add [#150]: ignore serovar/serotype in bacerital names.
  • Add [#149]: support abbreviated subgenus (Aus (B.) cus).

v1.0.9

17 Feb 15:22
Compare
Choose a tag to compare

CHANGELOG

  • Add [#146]: unordered flag.
  • Add [#145]: better CI/build actions, add nightly binaries.
  • Fix [#144]: remove configuration file as it creates more problems than solves.

v1.0.8

15 Feb 18:55
Compare
Choose a tag to compare

CHANGELOG

  • Add: remove config message for CLI app.
  • Add: ldflags -s -w to decrease binary size.
  • Fix: header does not show in CSV format for stream.

v1.0.7

14 Feb 16:08
Compare
Choose a tag to compare

CHANGELOG

  • Add [#143]: quiet flag to suppress showing progress output.

  • Fix [#142]: stream waits until certain names number is equal the batch size.

  • Fix [#141]: config file is not created.

v1.0.6

04 Feb 12:28
Compare
Choose a tag to compare

CHANGELOG

  • Add: update version handling, readme.
  • Add: remove gnlib package.
  • Add [#140]: remove config package.
  • Add: cleanup constructor methods names.
  • Add [#139]: make package names less abstract.
  • Fix [#137]: add correct VerbatimID for HTML-containing names.
  • Add [#136]: Man page
  • Add [#100]: Switch continuous integration to use GitHub Actions.
  • Add [#129]: Make c-binding usable for biodiversity parser.
  • Fix [#135]: Changes: SubGenus->Subgenus, InfraSpecies->Infraspecies

v1.0.0

19 Jan 14:47
Compare
Choose a tag to compare

CHANGELOG

  • Add [#127]: Update documentation to v1.0.0.
  • Add [#122]: Implement parsing as a stream in addition to batch parsing.
  • Add [#126]: Update c-binging to v1.0.0.
  • Add [#131]: Add parameters "with_details" and "csv" to REST API.
  • Add [#134]: Transofrm "positions" section to "words" section.
  • Add [#128]: Add more examples to OpenAPI specification.
  • Add [#125]: Describe changes from v0.x to 1.x.
  • Add [#132]: Add context.Context to control lifespan of go routines.
  • Add [#115]: Migrate tests from ginkgo to plain tests.
  • Add [#109]: Move web packag to io.
  • Add [#124]: Document warnings for each quality category.
  • Add [#121]: Convert package parser to use interfaces.
  • Add [#120]: CLI app for newly created functionality.
  • Add [#119]: Formatted output for output.Parsed.
  • Add [#117]: Convert failed parsing results to output.Parsed.
  • Add [#114]: Convert parsing result to output.Parsed.
  • Add [#118]: Add Verbatim and Year fields to the root of Authorship.
  • Add [#107]: Move grammar package to entity and rename to parser.
  • Add [#110]: Move stemmer to entity.
  • Add [#113]: Move str package to entity.
  • Add [#112]: Move preprocess package to entity.
  • Add [#105]: Move fs package to io.
  • Add [#111]: Move dict package to io.
  • Add [#106]: Describe main use-case via interface.
  • Add [#104]: Add configuration package.
  • Add [#103]: Create an output.Parsed object that can be used in Go and as JSON.
  • Add [#101]: Start using gnlib where it makes sense.
  • Add [#99]: Move code to GitHub and change links accordingly.
  • Add [#95]: Remove dependency on gRPC and protobuf.

v0.14.4: Close #93 parse 'y' as author separator

04 Jan 23:56
Compare
Choose a tag to compare

CHANGELOG

  • Add [#96]: Do not parse names starting with "Candidatus".
  • Add [#93]: Parse 'y' (Spanish '&') as an author separator.