Skip to content

Commit

Permalink
Release notes for v0.16.0 (castorini#2002)
Browse files Browse the repository at this point in the history
  • Loading branch information
lintool authored Oct 24, 2022
1 parent 7302032 commit c4a8d00
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ Beyond that, there are always [open issues](https://github.com/castorini/anserin

## Release History

+ v0.16.0: October 23, 2022 [[Release Notes](docs/release-notes/release-notes-v0.16.0.md)]
+ v0.15.0: September 22, 2022 [[Release Notes](docs/release-notes/release-notes-v0.15.0.md)]
+ v0.14.4: July 31, 2022 [[Release Notes](docs/release-notes/release-notes-v0.14.4.md)]
+ v0.14.3: May 9, 2022 [[Release Notes](docs/release-notes/release-notes-v0.14.3.md)]
Expand Down
67 changes: 67 additions & 0 deletions docs/release-notes/release-notes-v0.16.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
# Anserini Release Notes (v0.16.0)

**Release date: October 23, 2022**

+ Implemented `HuggingFaceTokenizerAnalyzer`.
+ Added regressions for MIRACL dev set.
+ Added regressions for Mr. TyDi using `HuggingFaceTokenizerAnalyzer`.
+ Added Telugu analyzer.
+ Added ability to extract pseudo-relevance feedback terms.
+ Fixed `batch_search` for RM3.
+ Refactored BM25prf to make thread-safe.
+ Minor changes to background linking regressions.

## Contributors (This Release)

Sorted by number of commits:

+ Ogundepo Odunayo ([ToluClassics](https://github.com/ToluClassics))
+ Jimmy Lin ([lintool](https://github.com/lintool))
+ Jason Wu ([Jasonwu-0803](https://github.com/Jasonwu-0803))
+ Melody Li ([limelody](https://github.com/limelody))
+ Xinyu (Crystina) Zhang ([crystina-z](https://github.com/crystina-z))

## All Contributors

All contributors with five or more commits, sorted by number of commits, [according to GitHub](https://github.com/castorini/Anserini/graphs/contributors):

+ Jimmy Lin ([lintool](https://github.com/lintool))
+ Peilin Yang ([Peilin-Yang](https://github.com/Peilin-Yang))
+ Ogundepo Odunayo ([ToluClassics](https://github.com/ToluClassics))
+ Ahmet Arslan ([iorixxx](https://github.com/iorixxx))
+ Xueguang Ma ([MXueguang](https://github.com/MXueguang))
+ Edwin Zhang ([edwinzhng](https://github.com/edwinzhng))
+ Rodrigo Nogueira ([rodrigonogueira4](https://github.com/rodrigonogueira4))
+ Emily Wang ([emmileaf](https://github.com/emmileaf))
+ Royal Sequiera ([rosequ](https://github.com/rosequ))
+ Yuqi Liu ([yuki617](https://github.com/yuki617))
+ Tommaso Teofili ([tteofili](https://github.com/tteofili))
+ Chris Kamphuis ([Chriskamphuis](https://github.com/Chriskamphuis))
+ Victor Yang ([Victor0118](https://github.com/Victor0118))
+ Boris Lin ([borislin](https://github.com/borislin))
+ Matt Yang ([justram](https://github.com/justram))
+ Nikhil Gupta ([nikhilro](https://github.com/nikhilro))
+ Stephanie Hu ([stephaniewhoo](https://github.com/stephaniewhoo))
+ Shane Ding ([shaneding](https://github.com/shaneding))
+ Yuhao Xie ([Kytabyte](https://github.com/Kytabyte))
+ Ronak Pradeep ([ronakice](https://github.com/ronakice))
+ Kuang Lu ([lukuang](https://github.com/lukuang))
+ Adam Yang ([adamyy](https://github.com/adamyy))
+ Joel Mackenzie ([JMMackenzie](https://github.com/JMMackenzie))
+ Xinyu Mavis Liu ([x389liu](https://github.com/x389liu))
+ Salman Mohammed ([salman1993](https://github.com/salman1993))
+ Luchen Tan ([LuchenTan](https://github.com/LuchenTan))
+ Xinyu (Crystina) Zhang ([crystina-z](https://github.com/crystina-z))
+ Manveer Tamber ([manveertamber](https://github.com/manveertamber))
+ Matt Yang ([d1shs0ap](https://github.com/d1shs0ap))
+ Kelvin Jiang ([kelvin-jiang](https://github.com/kelvin-jiang))
+ Johnson Han ([x65han](https://github.com/x65han))
+ Hang Cui ([HangCui0510](https://github.com/HangCui0510))
+ Zhiying Jiang ([bazingagin](https://github.com/bazingagin))
+ Michael Tu ([tuzhucheng](https://github.com/tuzhucheng))
+ Dayang Shi ([dyshi](https://github.com/dyshi))
+ Yuqing Xie ([amyxie361](https://github.com/amyxie361))
+ Nandan Thakur ([thakur-nandan](https://github.com/thakur-nandan))
+ Zeynep Akkalyoncu Yilmaz ([zeynepakkalyoncu](https://github.com/zeynepakkalyoncu))
+ Peng Shi ([Impavidity](https://github.com/Impavidity))
+ Ryan Clancy ([ryan-clancy](https://github.com/ryan-clancy))

0 comments on commit c4a8d00

Please sign in to comment.