-
Notifications
You must be signed in to change notification settings - Fork 371
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# Pyserini Release Notes (v0.19.2) | ||
|
||
+ **Release date:** December 16, 2022 | ||
+ **Anserini dependency:** v0.16.2 | ||
|
||
## Summary of Changes | ||
|
||
+ Added bindings for Huggingface tokenizer. | ||
+ Added option to configure efSearch parameter in `pyserini.search.faiss`. | ||
+ Added initial implementation of `LuceneIndexer` that provides bindings to `SimpleIndexer` for on-the-fly indexing (i.e., no need to write jsonl output first). | ||
+ Refactored code to match Arg classes refactoring in Anserini. | ||
+ Improved parsing of key type (`str` or `int`) in query sets. | ||
+ Installed pre-built BEIR indexes (Lucene 9). | ||
|
||
## Contributors | ||
|
||
### This Release | ||
|
||
Sorted by number of commits: | ||
|
||
+ Jimmy Lin ([lintool](https://github.com/lintool)) | ||
+ Chuan Meng ([ChuanMeng](https://github.com/ChuanMeng)) | ||
+ Xinyu (Crystina) Zhang ([crystina-z](https://github.com/crystina-z)) | ||
+ Ogundepo Odunayo ([ToluClassics](https://github.com/ToluClassics)) | ||
+ Xueguang Ma ([MXueguang](https://github.com/MXueguang)) | ||
+ j762liu ([ljatca](https://github.com/ljatca)) | ||
+ minconszhang ([minconszhang](https://github.com/minconszhang)) | ||
|
||
### All Time | ||
|
||
All contributors with five or more commits, sorted by number of commits, [according to GitHub](https://github.com/castorini/pyserini/graphs/contributors): | ||
|
||
+ Jimmy Lin ([lintool](https://github.com/lintool)) | ||
+ Xueguang Ma ([MXueguang](https://github.com/MXueguang)) | ||
+ Yuqi Liu ([yuki617](https://github.com/yuki617)) | ||
+ Xinyu (Crystina) Zhang ([crystina-z](https://github.com/crystina-z)) | ||
+ Johnson Han ([x65han](https://github.com/x65han)) | ||
+ Stephanie Hu ([stephaniewhoo](https://github.com/stephaniewhoo)) | ||
+ Manveer Tamber ([manveertamber](https://github.com/manveertamber)) | ||
+ Arthur Chen ([ArthurChen189](https://github.com/ArthurChen189)) | ||
+ Jack Lin ([jacklin64](https://github.com/jacklin64)) | ||
+ Hang Li ([hanglics](https://github.com/hanglics)) | ||
+ Ronak Pradeep ([ronakice](https://github.com/ronakice)) | ||
+ Matt J. H. Yang ([justram](https://github.com/justram)) | ||
+ Ogundepo Odunayo ([ToluClassics](https://github.com/ToluClassics)) | ||
+ Chris Kamphuis ([Chriskamphuis](https://github.com/Chriskamphuis)) | ||
+ Habeeb Shopeju ([HAKSOAT](https://github.com/HAKSOAT)) | ||
+ Shengyao Zhuang ([ArvinZhuang](https://github.com/ArvinZhuang)) | ||
+ Sailesh Nankani ([saileshnankani](https://github.com/saileshnankani)) | ||
+ Xinyu Mavis Liu ([x389liu](https://github.com/x389liu)) | ||
+ Zeynep Akkalyoncu Yilmaz ([zeynepakkalyoncu](https://github.com/zeynepakkalyoncu)) | ||
+ Pepijn Boers ([PepijnBoers](https://github.com/PepijnBoers)) |