Skip to content

Commit

Permalink
Release notes for v0.19.2 (#1388)
Browse files Browse the repository at this point in the history
  • Loading branch information
lintool committed Dec 17, 2022
1 parent 6e68175 commit 3d8c473
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,7 @@ The following guides provide step-by-step instructions:

## Release History

+ v0.19.2 (w/ Anserini v0.16.2): December 16, 2022 [[Release Notes](docs/release-notes/release-notes-v0.19.2.md)]
+ v0.19.1 (w/ Anserini v0.16.1): November 12, 2022 [[Release Notes](docs/release-notes/release-notes-v0.19.1.md)]
+ v0.19.0 (w/ Anserini v0.16.1): November 2, 2022 [[Release Notes](docs/release-notes/release-notes-v0.19.0.md)] [[Known Issues](docs/release-notes/known-issues-v0.19.0.md)]
+ v0.18.0 (w/ Anserini v0.15.0): September 26, 2022 [[Release Notes](docs/release-notes/release-notes-v0.18.0.md)] (First release based on Lucene 9)
Expand Down
52 changes: 52 additions & 0 deletions docs/release-notes/release-notes-v0.19.2.md
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))

0 comments on commit 3d8c473

Please sign in to comment.