Skip to content

Commit

Permalink
deps; build sub; doc
Browse files Browse the repository at this point in the history
  • Loading branch information
plandes committed Apr 14, 2024
1 parent d8a6141 commit 312596a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Expand Up @@ -8,13 +8,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]


## [1.11.0] - 2024-04-14
Feature release with significant modification to feature merging document
parsers.

### Added
- A composite parser that combines several parsers, each with their own rules
of copying (or clobbering).

### Changed
- The combiner parser `CombinerFeatureDocumentParser`, and subclasses, are
now optimized to avoid re-parsing for shared parsers. This is the case with
the [zensols.mednlp] parsers that migrate features down to the same parser.
- Fixed some features not copied in combiner parsers after a token clone.


### Removed
Expand Down Expand Up @@ -469,7 +475,8 @@ Data classes are now used so Python 3.7 is now a requirement.


<!-- links -->
[Unreleased]: https://github.com/plandes/nlparse/compare/v1.10.0...HEAD
[Unreleased]: https://github.com/plandes/nlparse/compare/v1.11.0...HEAD
[1.11.0]: https://github.com/plandes/nlparse/compare/v1.10.0...v1.11.0
[1.10.0]: https://github.com/plandes/nlparse/compare/v1.9.2...v1.10.0
[1.9.2]: https://github.com/plandes/nlparse/compare/v1.9.1...v1.9.2
[1.9.1]: https://github.com/plandes/nlparse/compare/v1.9.0...v1.9.1
Expand Down
2 changes: 1 addition & 1 deletion src/python/requirements.txt
Expand Up @@ -4,4 +4,4 @@ msgpack-numpy>=0.4.8
smart-open>=4.0.1
nltk~=3.7
interlap~=0.2.7
zensols.util~=1.14.0
zensols.util~=1.14.3
2 changes: 1 addition & 1 deletion zenbuild

0 comments on commit 312596a

Please sign in to comment.