Skip to content

Commit

Permalink
Release notes for v0.39.0 (#1996)
Browse files Browse the repository at this point in the history
  • Loading branch information
lintool authored Sep 28, 2024
1 parent a51380b commit 07f04d4
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ Additional reproduction guides below provide detailed step-by-step instructions.

## 📜️ Release History

+ v0.39.0 (w/ Anserini v0.38.0): September 27, 2024 [[Release Notes](docs/release-notes/release-notes-v0.39.0.md)]
+ v0.38.0 (w/ Anserini v0.38.0): September 11, 2024 [[Release Notes](docs/release-notes/release-notes-v0.38.0.md)]
+ v0.37.0 (w/ Anserini v0.37.0): August 26, 2024 [[Release Notes](docs/release-notes/release-notes-v0.37.0.md)]
+ v0.36.0 (w/ Anserini v0.36.1): June 17, 2024 [[Release Notes](docs/release-notes/release-notes-v0.36.0.md)]
Expand Down
54 changes: 54 additions & 0 deletions docs/release-notes/release-notes-v0.39.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Pyserini Release Notes (v0.39.0)

+ **Release date:** September 27, 2024
+ **Anserini dependency:** v0.38.0
+ **Lucene dependency:** v9.9.1

## Summary of Changes

+ Added bindings to Lucene HNSW indexes for MS MARCO V1 Passage.
+ Switched from using `jtrec_eval` to `trec_eval` included in Anserini.

## Contributors

### This Release

Sorted by number of commits:

+ Jimmy Lin ([lintool](https://github.com/lintool))
+ Amirkia ([Amirkia1998](https://github.com/Amirkia1998))
+ Hossein Molaeian ([Hossein-Molaeian](https://github.com/Hossein-Molaeian))
+ Krish Patel ([krishh-p](https://github.com/krishh-p))
+ Patrick Yi ([pjyi2147](https://github.com/pjyi2147))
+ andrewxucs ([andrewxucs](https://github.com/andrewxucs))

### 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))
+ Xinyu (Crystina) Zhang ([crystina-z](https://github.com/crystina-z))
+ Yuqi Liu ([yuki617](https://github.com/yuki617))
+ Johnson Han ([x65han](https://github.com/x65han))
+ Stephanie Hu ([stephaniewhoo](https://github.com/stephaniewhoo))
+ Jasper Xian ([jasper-xian](https://github.com/jasper-xian))
+ Arthur Chen ([ArthurChen189](https://github.com/ArthurChen189))
+ Manveer Tamber ([manveertamber](https://github.com/manveertamber))
+ Jack Lin ([jacklin64](https://github.com/jacklin64))
+ Sahel Sharifymoghaddam ([sahel-sh](https://github.com/sahel-sh))
+ Jheng-Hong Yang ([justram](https://github.com/justram))
+ Mofe Adeyemi ([Mofetoluwa](https://github.com/Mofetoluwa))
+ Minghan Li ([alexlimh](https://github.com/alexlimh))
+ Ronak Pradeep ([ronakice](https://github.com/ronakice))
+ Hang Li ([hanglics](https://github.com/hanglics))
+ Ogundepo Odunayo ([ToluClassics](https://github.com/ToluClassics))
+ Catherine Zhou ([Cathrineee](https://github.com/Cathrineee))
+ 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))
+ Zeynep Akkalyoncu Yilmaz ([zeynepakkalyoncu](https://github.com/zeynepakkalyoncu))
+ Xinyu Mavis Liu ([x389liu](https://github.com/x389liu))
+ Ehsan ([ehsk](https://github.com/ehsk))
+ Pepijn Boers ([PepijnBoers](https://github.com/PepijnBoers))

0 comments on commit 07f04d4

Please sign in to comment.