Skip to content

Commit

Permalink
Release 0.10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lintool committed Jan 8, 2021
1 parent 0d0628f commit ec63a1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A low-effort way to try out Pyserini is to look at our [online notebooks](https:
For convenience, we've pre-built a few common indexes, available to download [here](https://git.uwaterloo.ca/jimmylin/anserini-indexes).

Pyserini versions adopt the convention of _X.Y.Z.W_, where _X.Y.Z_ tracks the version of Anserini, and _W_ is used to distinguish different releases on the Python end.
The current stable release of Pyserini is [v0.10.0.1](https://pypi.org/project/pyserini/) on PyPI.
The current stable release of Pyserini is [v0.10.1.0](https://pypi.org/project/pyserini/) on PyPI.
The current experimental release of Pyserini on TestPyPI is behind the current stable release (i.e., do not use).
In general, documentation is kept up to date with the latest code in the repo.

Expand All @@ -23,7 +23,7 @@ If you're looking to work with the [COVID-19 Open Research Dataset (CORD-19)](ht
Install via PyPI:

```
pip install pyserini==0.10.0.1
pip install pyserini==0.10.1.0
```

## Development Installation
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

setuptools.setup(
name="pyserini",
version="0.10.0.1",
version="0.10.1.0",
author="Jimmy Lin",
author_email="jimmylin@uwaterloo.ca",
description="Python interface to the Anserini IR toolkit built on Lucene",
long_description=long_description,
long_description_content_type="text/markdown",
package_data={"pyserini": [
"resources/jars/anserini-0.10.0-fatjar.jar",
"resources/jars/anserini-0.10.1-fatjar.jar",
]},
url="https://github.com/castorini/pyserini",
install_requires=['Cython', 'pyjnius', 'numpy', 'scipy', 'scikit-learn', 'pandas', 'tqdm', 'tensorflow', 'faiss-cpu'],
Expand Down

0 comments on commit ec63a1a

Please sign in to comment.