Skip to content

Commit

Permalink
update changelog for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
kermitt2 committed Nov 18, 2023
1 parent 432fa9d commit f0f607e
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,29 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Added

+ Extraction of funder and funding information with a specific new model, see https://github.com/kermitt2/grobid/pull/1046 for details
+ Optional consolidation of funder with CrossRef Funder Registry
+ Identification of acknowledged entities in the acknowledgement section
+ Optional coordinates in title elements

### Changed

### Fixed
+ Dropwizard upgrade to 4.0
+ Minimum JDK/JVM requirement for building/running the project is now 1.11
+ Logging now with Logback, removal of Log4j2, optional logs in json format
+ General review of logs
+ Enable Github actions / Disable circleci

### Fixed

+ Set dynamic memory limit in pdfalto_server #1038
+ Logging in files when training models work now as expected
+ Various dependency upgrades
+ Fix #1051 with possible problematic PDF
+ Fix #1036 for pdfalto memory limit
+ fix readthedocs build #1040
+ fix for null equation #1030
+ Other minor fixes

## [0.7.3] – 2023-05-13

Expand Down

0 comments on commit f0f607e

Please sign in to comment.