Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Sep 14, 2024
1 parent a10a844 commit a95d253
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,39 @@ 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.8.1] - 2024-06-10
## [0.8.1] - 2024-09-14

### Added
- Identified URLs are now added in the TEI output #1099
- Added DL models for patent processing #1082
- Copyright and licence identification models #1078
- Copyrights owner and licenses identification models #1078
- Add research infrastructure recognition for funding processing #1085
- Add paragraphs coordinates in the TEI output #1068
- Specify configuration file with DL models enabled for the full docker image #1117
- Support for biblio-glutton 0.3 #1086

### Changed
- Update affiliation process #1069
- Improved the recognition of URLs using (when available) PDF annotations, such as clickable links
- Updated TEI schema #1084
- Review patent process #1082
- Add Kotlin language to support development and testing #1096

### Fixed
- Sentence segmentation avoids to split sentences with an URL in the middle #1097
- Sentence segmentation is now applied to funding and acknowledgement #1106
- Avoid splitting URLs between sentences #1097
- Add missing sentence segmentation in funding and acknowledgement #1106
- Docker image was optimized to reduce the needed space #1088
- Fixed OOBE when processing large quantities of notes #1075
- Corrected `<title>` coordinate attribute name #1070
- Fix missing coordinates in paragraph continuation #1076
- Fixed JSON log output
- Fixed notes identification #1124
- Fixed extraneous semicolon in the training data #1133
- Reduced security vulnerabilities in the dependencies #1136 #1137

## New Contributors
* @tanaynayak made their first contribution in https://github.com/kermitt2/grobid/pull/1133
* @vipulg13 made their first contribution in https://github.com/kermitt2/grobid/pull/1137

## [0.8.0] - 2023-11-19

Expand Down

0 comments on commit a95d253

Please sign in to comment.