Skip to content

Commit

Permalink
prepare release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kermitt2 committed Apr 16, 2022
1 parent df80445 commit 910777d
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,34 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.7.1] – 2022-04-16

### Added

+ Web services for training models (#778)
+ Some additional training data for bibliographical references from arXiv
+ Add a web service to process a list of reference strings, see https://grobid.readthedocs.io/en/processcitationlist/Grobid-service/#apiprocesscitationlist
+ Extended processHeaderDocument to get result in bibTeX

### Changed

+ Update to DeLFT version to 0.3.1 and TensorFlow 2.7, with many improvements, see https://github.com/kermitt2/delft/releases/tag/v0.3.0
+ Update of Deep Learning models
+ Update of JEP and add install script
+ Update to new biblio-glutton version 0.2, for improved and faster bibliographical reference matching
+ circleci to replace Travis
+ Update of processFulltextAssetDocument service to use the same parameters as processFulltextDocument
+ Pre-compile regex if not already done
+ Review features for header model

### Fixed

+ Improved date normalization (#760)
+ Fix possible issue with coordinates related to reference markers (#908) and sentence (#811)
+ Fix path to bitmap/vector graphics (#836)
+ Fix possible catastrophic regex backtracking (#867)
+ Other minor fixes

## [0.7.0] – 2021-07-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2008-2021 GROBID's contributors
Copyright 2008-2022 GROBID's contributors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.7.1-SNAPSHOT
version=0.7.1
# Set workers to 1 that even for parallel builds it works. (I guess the shadow plugin makes some trouble)
org.gradle.workers.max=1
org.gradle.caching = true
Expand Down
1 change: 1 addition & 0 deletions grobid-home/config/grobid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ grobid:
delft:
# deep learning parameters
architecture: "BidLSTM_CRF_FEATURES"
useELMo: false
runtime:
# parameters used at runtime/prediction
max_sequence_length: 3000
Expand Down

0 comments on commit 910777d

Please sign in to comment.