Skip to content

Commit

Permalink
Release notes for v0.10.1.0 (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
lintool committed Jan 8, 2021
1 parent ec63a1a commit aeec31f
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ The previous error was documented in [this notebook](https://github.com/castorin

## Release History

+ v0.10.1.0: January 8, 2021 [[Release Notes](docs/release-notes/release-notes-v0.10.1.0.md)]
+ v0.10.0.1: December 2, 2020 [[Release Notes](docs/release-notes/release-notes-v0.10.0.1.md)]
+ v0.10.0.0: November 26, 2020 [[Release Notes](docs/release-notes/release-notes-v0.10.0.0.md)]
+ v0.9.4.0: June 26, 2020 [[Release Notes](docs/release-notes/release-notes-v0.9.4.0.md)]
Expand Down
48 changes: 48 additions & 0 deletions docs/release-notes/release-notes-v0.10.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Pyserini Release Notes (v0.10.1.0)

**Release date: January 8, 2021**

+ Added initial (experimental) support for TCT_ColBERT from [Lin et al. (2020)](https://arxiv.org/abs/2010.11386): both dense and hybrid retrieval.
+ Refactored support for pre-built indexes and added more pre-built indexes.
+ Improvements to `pyserini.search` CLI: added support for passage retrieval, automatically sets BM25 parameters.

## Contributors (This Release)

Sorted by number of commits:

+ Jimmy Lin ([lintool](https://github.com/lintool))
+ Xueguang Ma ([MXueguang](https://github.com/MXueguang))
+ Dahlia Chehata ([Dahlia-Chehata](https://github.com/Dahlia-Chehata))
+ Hector (Xinhai) Wei ([HEC2018](https://github.com/HEC2018))
+ Jiarui Zhang ([jrzhang12](https://github.com/jrzhang12))
+ Rakeeb Hossain ([rakeeb123](https://github.com/rakeeb123))
+ Yuqi Liu ([yuki617](https://github.com/yuki617))

## All Contributors

Sorted by number of commits, [according to GitHub](https://github.com/castorini/pyserini/graphs/contributors):

+ Jimmy Lin ([lintool](https://github.com/lintool))
+ Johnson Han ([x65han](https://github.com/x65han))
+ Yuqi Liu ([yuki617](https://github.com/yuki617))
+ Stephanie Hu ([stephaniewhoo](https://github.com/stephaniewhoo))
+ Zeynep Akkalyoncu Yilmaz ([zeynepakkalyoncu](https://github.com/zeynepakkalyoncu))
+ Chris Kamphuis ([Chriskamphuis](https://github.com/Chriskamphuis))
+ Xinyu Mavis Liu ([x389liu](https://github.com/x389liu))
+ Pepijn Boers ([PepijnBoers](https://github.com/PepijnBoers))
+ Tommaso Teofili ([tteofili](https://github.com/tteofili))
+ Qing Guo ([qguo96](https://github.com/qguo96))
+ Xueguang Ma ([MXueguang](https://github.com/MXueguang))
+ Hang Cui ([HangCui0510](https://github.com/HangCui0510))
+ Marko Arezina ([mrkarezina](https://github.com/mrkarezina))
+ Rodrigo Nogueira ([rodrigonogueira4](https://github.com/rodrigonogueira4))
+ Dahlia Chehata ([Dahlia-Chehata](https://github.com/Dahlia-Chehata))
+ Tim Hatch ([thatch](https://github.com/thatch))
+ Rakeeb Hossain ([rakeeb123](https://github.com/rakeeb123))
+ Yue Zhang ([nsndimt](https://github.com/nsndimt))
+ Jiarui Zhang ([jrzhang12](https://github.com/jrzhang12))
+ Jerry Huang ([jhuang265](https://github.com/jhuang265))
+ Alireza Mirzaeiyan ([amirzaeiyan](https://github.com/amirzaeiyan))
+ Adam Yang ([adamyy](https://github.com/adamyy))
+ Jeffrey Chen ([JeffreyCA](https://github.com/JeffreyCA))
+ Hector (Xinhai) Wei ([HEC2018](https://github.com/HEC2018))

0 comments on commit aeec31f

Please sign in to comment.