Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,37 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.1.0 (2026-04-06)


### Features

* :sparkles: trigger redeploy upon succesful python publish ([2c30ddd](https://github.com/fairdataihub/poster2json/commit/2c30ddde2fc74f47b7bbec49976d91c51526f384))
* add sync_schema.py for canonical schema fetching ([8933b23](https://github.com/fairdataihub/poster2json/commit/8933b238e644731d445954c02cdde5932e27679d))
* add tests ([1e04dc0](https://github.com/fairdataihub/poster2json/commit/1e04dc0706b0efafbc24d3a6898b19232a05ad9b))
* regex identifier extraction and caption ID auto-generation ([a5a3518](https://github.com/fairdataihub/poster2json/commit/a5a3518852b52038c7bcbcc8ad2c811c43f5c741))
* update poster_schema.json to v0.2 (DataCite 4.7) ([11af839](https://github.com/fairdataihub/poster2json/commit/11af839544166ff3d815606bc74e3352f8fbe8a4))


### Bug Fixes

* fix dependencies ([6c6fc67](https://github.com/fairdataihub/poster2json/commit/6c6fc67e1b9c55332fe48321388fcaf4b9643424))
* Prompt updates for title casing and placeholder hallucinations (v0.1.9) ([53b39e6](https://github.com/fairdataihub/poster2json/commit/53b39e64e504a259d671ed02ac4827524fcdcc0f))
* Revert ALTO XML column reordering that caused validation regression (v0.1.12) ([5795520](https://github.com/fairdataihub/poster2json/commit/5795520c83ec9e411812b004343f9f61aa91bdfb))
* Smart title-case for ALL-CAPS poster titles (v0.1.9) ([97f3c4d](https://github.com/fairdataihub/poster2json/commit/97f3c4d8e3c38a02bf30afd70b402e506191ab42))
* stop conference field hallucination at the prompt level ([33289f0](https://github.com/fairdataihub/poster2json/commit/33289f0a0b4a40d73022b4a0d811081a6d591ebb))
* Strip empty-string conference metadata values (v0.1.11) ([22357dc](https://github.com/fairdataihub/poster2json/commit/22357dc57dc7ac082234959ad8540e633411b4f8))
* Strip prompt-placeholder hallucinations from conference metadata ([1a41d29](https://github.com/fairdataihub/poster2json/commit/1a41d2920bbc507cf366cb2f16830d48d533998a))
* update code and docs for poster_schema v0.2 (DataCite 4.7) ([01cc762](https://github.com/fairdataihub/poster2json/commit/01cc762474551be8c0fe487b8955b668cf6c2397))
* update markdownlint configuration and improve README.md content ([f06e74c](https://github.com/fairdataihub/poster2json/commit/f06e74cc83db1c92cae75561c2a5f25f7c5b5f05))
* update README.md by removing unnecessary brackets from URLs ([45e12d0](https://github.com/fairdataihub/poster2json/commit/45e12d0e54d2e046da18c85d115aa4aeea9d74a8))


### Documentation

* add AI-generated image attribution hover to logo ([077617b](https://github.com/fairdataihub/poster2json/commit/077617b8b7dad682e2a9c708e553e1d1be7ecb83))
* add funding section, version to citation, remove acknowledgements ([8223b35](https://github.com/fairdataihub/poster2json/commit/8223b354532662dbaf02d1f5d4ddc3570a29471b))

## [0.1.12] - 2026-03-19

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]

name = "poster2json"
version = "0.2.2"
version = "0.1.0"
description = "Convert scientific posters (PDF/images) to structured JSON metadata using Large Language Models"

packages = [{ include = "poster2json" }]
Expand Down