Skip to content

Commit

Permalink
release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Mar 28, 2024
1 parent 4b18b6d commit 5a4ce81
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

+ Docker image snapshots are built and pushed on dockerhub at each commit
+ new Dockerfile.local that does not clone from github
+ End 2 end evaluation using MeasEVAL #164

### Changed

+ Updated to Grobid version 0.8.0
+ Updated to Dropwizard version 4.x (from version 1.x)
+ Updated training data, removed some leftover callout references that were partially removed
+ Updated models and evaluations

### Fixed
+ Fixed and improved the word2number that now supports also fractions and other constructs #176, #110, #91
+ Fixed the segmentation issue for the quantified object. Now the spurious characters from PDF documents are removed #158



Expand Down
9 changes: 7 additions & 2 deletions doc/gettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@
## Upgrade

### 0.7.3 to 0.8.0

#### Grobid models

In version 0.8.0, we have updated all ML models which needs to be updated by running `./gradlew copyModels`.

### 0.7.2 to 0.7.3

#### Grobid models

In version 0.7.3, we have updated the DeLFT models. The DL models must
be updated by running `./gradlew copyModels`.
In version 0.7.3, we have updated the DeLFT models. The DL models must be updated by running `./gradlew copyModels`.

#### JDK Update

Expand Down

0 comments on commit 5a4ce81

Please sign in to comment.