From 3d8c4731507c3f30e6a88243e26443c681a5c826 Mon Sep 17 00:00:00 2001 From: Jimmy Lin Date: Fri, 16 Dec 2022 20:57:33 -0500 Subject: [PATCH] Release notes for v0.19.2 (#1388) --- README.md | 1 + docs/release-notes/release-notes-v0.19.2.md | 52 +++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 docs/release-notes/release-notes-v0.19.2.md diff --git a/README.md b/README.md index f84899b7c..bcc3e4cd7 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/release-notes/release-notes-v0.19.2.md b/docs/release-notes/release-notes-v0.19.2.md new file mode 100644 index 000000000..74f1d8855 --- /dev/null +++ b/docs/release-notes/release-notes-v0.19.2.md @@ -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))