Skip to content

Commit

Permalink
chore: bump version to 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed Jan 29, 2024
1 parent f82221e commit 5fd2789
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ Check out our interactive [demo](https://aphp.github.io/edsnlp/demo/) !
You can install EDS-NLP via `pip`. We recommend pinning the library version in your projects, or use a strict package manager like [Poetry](https://python-poetry.org/).

```shell
pip install edsnlp
pip install edsnlp==0.10.5
```

or if you want to use the trainable components (using pytorch)

```shell
pip install "edsnlp[ml]"
pip install "edsnlp[ml]==0.10.5"
```

### A first pipeline
Expand Down
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## Unreleased
## v0.10.5

### Fixed

Allow non-url paths when parquet filesystem is given
- Allow non-url paths when parquet filesystem is given

## v0.10.4

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Check out our interactive [demo](https://aphp.github.io/edsnlp/demo/) !
You can install EDS-NLP via `pip`. We recommend pinning the library version in your projects, or use a strict package manager like [Poetry](https://python-poetry.org/).

```{: data-md-color-scheme="slate" }
pip install edsnlp==0.10.4
pip install edsnlp==0.10.5
```

or if you want to use the trainable components (using pytorch)

```{: data-md-color-scheme="slate" }
pip install "edsnlp[ml]==0.10.4"
pip install "edsnlp[ml]==0.10.5"
```

### A first pipeline
Expand Down

0 comments on commit 5fd2789

Please sign in to comment.