Releases: NCATSTranslator/NameResolution
Releases · NCATSTranslator/NameResolution
NameRes v1.6.0
Breaking changes
- #214 can only work on Babel files that include a "taxon_specific" boolean flag for each clique, which is produced in Babel 2025nov4 or Babel v1.14 onwards.
What's Changed
- Added on:push trigger for testing by @gaurav in #207
- Add release notes for NameRes v1.5.1 by @gaurav in #206
- Changed autocomplete default to false by @gaurav in #210
- Use taxon specific flag to make only_taxa optional for non-taxon-specific terms by @gaurav in #214
- Upgraded Solr version to 9.10.0 by @gaurav in #219
Full Changelog: v1.5.1...v1.6.0
NameRes v1.5.1
What's Changed
- This release is primarily to generate new NameResolution packages in the NCATSTranslator repository.
- Split GeneProteinConflated.txt instead of Gene.txt and Protein.txt by @gaurav in #203
Full Changelog: v1.5.0...v1.5.1
NameRes v1.5.0
Bugs fixed
- [MAJOR] Entries with clique_identifier_count=1 were being filtered out of search results because we were boosting with the log of clique_identifier_count, and log(1) = 0. This has now been fixed by using the log of (clique_identifier_count + 1).
What's Changed
- Tweaked exact boosts by @gaurav in #183
- Fix start-end quotes bug and stopped filtering out clique_identifier_count=1 records by @gaurav in #179
- Updated curl to use -T instead of -d to upload file in data-loading by @gaurav in #197
Full Changelog: v1.4.12...v1.5.0
NameRes v1.4.12
- Replace renci-python-image with GitHub Packages (d3f607a).
Full Changelog: v1.4.11...v1.4.12
NameRes v1.4.11
What's Changed
Full Changelog: v1.4.10...v1.4.11
NameRes v1.4.10
What's Changed
Full Changelog: v1.4.9...v1.4.10
NameRes v1.4.9
Incremented version number (forgot to do that in NameRes v1.4.8).
Full Changelog: v1.4.8...v1.4.9
Name Resolution v1.4.8
What's Changed
Full Changelog: v1.4.7...v1.4.8
Name Resolution v1.4.7
What's Changed
- Bugfix: queries ending with whitespace with autocomplete=true searched for everything by @gaurav in #173
Full Changelog: v1.4.6...v1.4.7