Skip to content

Commit

Permalink
Release notes for v0.16.1 (castorini#1170)
Browse files Browse the repository at this point in the history
  • Loading branch information
lintool authored May 12, 2022
1 parent ef05b61 commit 563f5c0
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,7 @@ We provide a number of [pre-built indexes](docs/prebuilt-indexes.md) that direct

## Release History

+ v0.16.1: May 12, 2022 [[Release Notes](docs/release-notes/release-notes-v0.16.1.md)]
+ v0.16.0: March 1, 2022 [[Release Notes](docs/release-notes/release-notes-v0.16.0.md)]
+ v0.15.0: January 21, 2022 [[Release Notes](docs/release-notes/release-notes-v0.15.0.md)]
+ v0.14.0: November 8, 2021 [[Release Notes](docs/release-notes/release-notes-v0.14.0.md)]
Expand Down
63 changes: 63 additions & 0 deletions docs/release-notes/release-notes-v0.16.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# Pyserini Release Notes (v0.16.1)

**Release date: May 12, 2022**

+ Installed pre-built indexes:
+ BEIR (v1.0.0): "flat" baseline, "multfield" baseline, and SPLADE-distill CoCodenser-medium.
+ MS MARCO V1/V2 segmented doc condition (updated indexes).
+ MS MARCO V1 doc/passage uniCOIL noexp.
+ Created initial repro-matrix for MS MARCO V1/V2 doc/passage.
+ Improved indexing util for encoding a corpus.
+ Added util to dump out BM25 document vectors from a corpus.
+ Added bindings to new Anserini feature: multi-threaded method to fetch raw documents from index in batch.
+ Added option in `trec_eval` to compute metrics with unjudged docs removed and to computed judged@k.
+ Added IRST retrieval model, with integration tests.
+ Added `SimpleGeoSearcher`.
+ Refactored LTR pipeline, improved documentation.
+ Refactored `IndexReader`, moved from `pyserini.index` to `pyserini.index.lucene`.
+ Refactored Vector-PRF implementation and added negative PRF passages for Rocchio.
+ Refactored code for loading topics and qrels.
+ Updated documentation for dense encoding.

## Contributors (This Release)

Sorted by number of commits:

+ Jimmy Lin ([lintool](https://github.com/lintool))
+ Xueguang Ma ([MXueguang](https://github.com/MXueguang))
+ Xinyu (Crystina) Zhang ([crystina-z](https://github.com/crystina-z))
+ Stephanie Hu ([stephaniewhoo](https://github.com/stephaniewhoo))
+ Habeeb Shopeju ([HAKSOAT](https://github.com/HAKSOAT))
+ Manveer Tamber ([manveertamber](https://github.com/manveertamber))
+ Yuqi Liu ([yuki617](https://github.com/yuki617))
+ Jasper Xian ([jasper-xian](https://github.com/jasper-xian))
+ Nandan Thakur ([NThakur20](https://github.com/NThakur20))
+ Shengyao Zhuang ([ArvinZhuang](https://github.com/ArvinZhuang))
+ Yuqing Xie ([amyxie361](https://github.com/amyxie361))
+ Matt Yang ([d1shs0ap](https://github.com/d1shs0ap))
+ Ji Xi Yang ([jx3yang](https://github.com/jx3yang))
+ Vivian Liu ([vivianliu0](https://github.com/vivianliu0))
+ vjeronymo2 ([vjeronymo2](https://github.com/vjeronymo2))
+ xiaoyu ([XY2323819551](https://github.com/XY2323819551))

## All Contributors

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))
+ Johnson Han ([x65han](https://github.com/x65han))
+ Stephanie Hu ([stephaniewhoo](https://github.com/stephaniewhoo))
+ Xinyu (Crystina) Zhang ([crystina-z](https://github.com/crystina-z))
+ Arthur Chen ([ArthurChen189](https://github.com/ArthurChen189))
+ Ronak Pradeep ([ronakice](https://github.com/ronakice))
+ Jack Lin ([jacklin64](https://github.com/jacklin64))
+ Hang Li ([hanglics](https://github.com/hanglics))
+ Chris Kamphuis ([Chriskamphuis](https://github.com/Chriskamphuis))
+ Manveer Tamber ([manveertamber](https://github.com/manveertamber))
+ Zeynep Akkalyoncu Yilmaz ([zeynepakkalyoncu](https://github.com/zeynepakkalyoncu))
+ Xinyu Mavis Liu ([x389liu](https://github.com/x389liu))
+ Sailesh Nankani ([saileshnankani](https://github.com/saileshnankani))
+ Pepijn Boers ([PepijnBoers](https://github.com/PepijnBoers))
+ Habeeb Shopeju ([HAKSOAT](https://github.com/HAKSOAT))

0 comments on commit 563f5c0

Please sign in to comment.