Skip to content

Commit

Permalink
chore: update changelog and bump version to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed Feb 9, 2024
1 parent 9b9415c commit f098dc0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## v0.9.0

### Added

- New unified `edspdf.data` api (pdf files, pandas, parquet) and LazyCollection object
to efficiently read / write data from / to different formats & sources. This API is
has been heavily inspired by the `edsnlp.data` API.
- New unified processing API to select the execution backend via `data.set_processing(...)`
to replace the old `accelerators` API (which is now deprecated, but still available).
- `eds.huggingface-embedding` now supports quantization and other `AutoModel.from_pretrained` kwargs

### Fixed

- `eds.huggingface-embedding` now resize bbox features for large PDFs, instead of making the model crash

## v0.8.1

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion edspdf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

from . import utils # isort:skip

__version__ = "0.8.1"
__version__ = "0.9.0"

0 comments on commit f098dc0

Please sign in to comment.