From 5a4ce817f29da26be1ec448b5096832cfd681a95 Mon Sep 17 00:00:00 2001 From: Luca Foppiano Date: Thu, 28 Mar 2024 15:54:25 +0900 Subject: [PATCH] release preparation --- CHANGELOG.md | 7 +++++++ doc/gettingStarted.md | 9 +++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1b4526c..ec85478d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/doc/gettingStarted.md b/doc/gettingStarted.md index 42a22cfc..9a93a2c8 100644 --- a/doc/gettingStarted.md +++ b/doc/gettingStarted.md @@ -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