Skip to content

Commit c28cc2b

Browse files
committed
Added NameRes v1.5.0 changelog.
1 parent d5775b1 commit c28cc2b

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

releases/v1.5.0.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# NameRes v1.5.0 Release
2+
- Babel: [2025sep1](https://stars.renci.org/var/babel_outputs/2025sep1/)
3+
([Babel 2025sep1](https://github.com/TranslatorSRI/Babel/blob/master/releases/2025sep1.md))
4+
- NameRes: [v1.5.0](https://github.com/TranslatorSRI/NameResolution/releases/tag/v1.5.0)
5+
Next release: _None as yet_
6+
Previous release: [NameRes v1.4.7](./v1.4.7.md)
7+
8+
## Bugfixes
9+
- [MAJOR] Entries with clique_identifier_count=1 were being filtered out of search results because we were boosting
10+
with the log of clique_identifier_count, and log(1) = 0. This has now been fixed by using the log of
11+
(clique_identifier_count + 1). ([PR #179](https://github.com/TranslatorSRI/NameResolution/pull/179))
12+
- Fixed bug in NameRes Loading Docker image generation (d3f607af95e3fb254298d7f0a637a63ccb63fd6b).
13+
14+
## New Features
15+
- [MAJOR] This NameRes has GeneProtein conflation turned on. If you need to know the protein and gene identifiers for
16+
a particular NameRes result, you can normalize the identifier with the corresponding NodeNorm instance with
17+
`individual_types` set to true ([example](https://nodenormalization-sri.renci.org/1.5/get_normalized_nodes?curie=NCBIGene%3A1756&conflate=true&drug_chemical_conflate=false&description=false&individual_types=true)).
18+
- Added Babel version and version URL to the `/status` endpoint ([PR #180](https://github.com/TranslatorSRI/NameResolution/pull/180)).
19+
- Added instructions and script for running NameRes locally ([PR #186](https://github.com/TranslatorSRI/NameResolution/pull/186)).
20+
21+
## Improvements
22+
- [MAJOR] Update exact boosts ([PR #183](https://github.com/TranslatorSRI/NameResolution/pull/183)).
23+
- Exactish (case-insensitive exact) matches are now boosted by ~100x non-exactish matches.
24+
- Increased the basic boost by ~10x so that they override low clique_identifier_count matches.
25+
- Updated curl to use -T instead of -d to upload file in data-loading ([PR #183](https://github.com/TranslatorSRI/NameResolution/pull/197)).
26+
- Fix start-end quotes bug (i.e. "smart" quotes) ([PR #179](https://github.com/TranslatorSRI/NameResolution/pull/179)).
27+
28+
## Babel updates (from [Babel 2025sep1](https://github.com/TranslatorSRI/Babel/blob/master/releases/2025sep1.md))
29+
30+
31+
## Releases since [NameRes v1.4.7](./v1.4.7.md)
32+
- [NameRes v1.4.8](https://github.com/TranslatorSRI/NameResolution/releases/tag/v1.4.8)
33+
- Added NameRes release information for November 2024 and January 2025 by @gaurav in #177
34+
- [NameRes v1.4.9](https://github.com/TranslatorSRI/NameResolution/releases/tag/v1.4.9)
35+
- Incremented version number (forgot to do that in NameRes v1.4.8).
36+
- [NameRes v1.4.10](https://github.com/TranslatorSRI/NameResolution/releases/tag/v1.4.10)
37+
- Added Babel version and Babel version URL by @gaurav in #180
38+
- [NameRes v1.4.11](https://github.com/TranslatorSRI/NameResolution/releases/tag/v1.4.11)
39+
- Add instructions and script for running NameRes locally by @gaurav in #186
40+
- [NameRes v1.4.12](https://github.com/TranslatorSRI/NameResolution/releases/tag/v1.4.12)
41+
- Replace renci-python-image with GitHub Packages (d3f607a).
42+
- [NameRes v1.5.0](https://github.com/TranslatorSRI/NameResolution/releases/tag/v1.5.0)
43+
- [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) in #179.
44+
- [MAJOR] Tweaked exact boosts by @gaurav in #183
45+
- Updated curl to use -T instead of -d to upload file in data-loading by @gaurav in #197
46+
- Fix start-end quotes bug and stopped filtering out clique_identifier_count=1 records by @gaurav in #179

0 commit comments

Comments
 (0)