Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicGrobol committed Nov 16, 2023
1 parent 7aa621d commit 4efca26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,25 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

## [0.7.1] - 2023-11-16

[Unreleased]: https://github.com/hopsparser/hopsparser/compare/v0.7.1...HEAD
[0.7.1]: https://github.com/hopsparser/hopsparser/compare/v0.7.0...v0.7.1

### Fixed

- Update to pydantic 2 to fix breaking changes and pin it.

## [0.7.0] - 2023-03-09

[Unreleased]: https://github.com/hopsparser/hopsparser/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/hopsparser/hopsparser/compare/v0.6.0...v0.7.0

### Added

- HOPS now provides custom spaCy component to use in spaCy pipelines.
- Options for using weighted multitask losses, including the adaptative strategy used in Candito
([2022](https://aclanthology.org/2022.findings-acl.190)).
- HOPS will learn and predict token-level labels encoded in the MISC column (as `key=value` if you
- HOPS will learn and predict token-level labels encoded in the MISC column (as `key=value`) if you
give it the name of the key in the `extra_annotations` part of the config. See the example
mDeBERTa-polyglot
[config](https://github.com/hopsparser/hopsparser/blob/main/examples/mdeberta-polyglot.yaml) for
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ license = { text = "MIT" }
name = "hopsparser"
readme = "README.md"
requires-python = ">=3.8"
version = "0.7.0"
version = "0.7.1"

[project.urls]
"Bug Tracker" = "https://github.com/hopsparser/hopsparser/issues"
Expand Down

0 comments on commit 4efca26

Please sign in to comment.