Releases: allenai/papermage
Releases · allenai/papermage
v.0.18.0
What's Changed
In all, the biggest change is cleaning up some buggy behavior in magelib
, particularly around layers
and entities
and how cross-referencing them works in cases where entities
are missing certain fields, like spans
.
- Format and update decontext by @bnewm0609 in #37
- Add validation to trainer by @bnewm0609 in #20
- Upgrading to python 3.11 by @bnewm0609 in #10
- add text recipe; cleanup core recipe; remove unneeded Field dependenc… by @kyleclo in #46
- dedupe two implementations of same merging function; add tests by @kyleclo in #47
- Kylel/cleanup predictors by @kyleclo in #48
- Kylel/layers by @kyleclo in #50
- add slots by @kyleclo in #51
- rename layer stuff by @kyleclo in #53
- Update push_to_pypi.sh by @eltociear in #58
- update readme by @kyleclo in #68
- Remove Restriction on Pandas Version by @mdr223 in #71
- bugfix! figures missing? by @kyleclo in #73
- Make Entity.layers a little more magical by checking if spans and boxes exist on both layers by @josephcc in #74
New Contributors
- @eltociear made their first contribution in #58
- @mdr223 made their first contribution in #71
- @josephcc made their first contribution in #74
Full Changelog: v0.11.1...v0.18.0
v0.11.1
What's Changed
- Add code for training and running inference with huggingface predictors by @bnewm0609 in #6
- Kylel/2023 08/layoutparser by @kyleclo in #11
- Span QA predictor by @bnewm0609 in #15
- Add LP predictor by @bnewm0609 in #17
- Add recipes by @bnewm0609 in #18
- move files around by @kyleclo in #19
- Grobid parser for papermage by @amanpreet692 in #21
- Grobid parser for papermage by @amanpreet692 in #22
- Kylel/2023/box query by @kyleclo in #23
- ff by @soldni in #26
- Kylel/2023/box query doc by @kyleclo in #27
- ff by @soldni in #28
- add i-vila example by @kyleclo in #30
- add ws pred by @kyleclo in #31
- ff by @soldni in #33
- add word predictor by @kyleclo in #32
- Return evidences as separate annotations by @bnewm0609 in #34
- sent predict by @kyleclo in #35
- Kylel/add tests by @kyleclo in #36
- Adding tests by @soldni in #25
- Kylel/2023/wrappers by @kyleclo in #38
- ff by @soldni in #40
- Fixes for grobid eval by @soldni in #39
- oops bugfix by @kyleclo in #41
- adding vila sections in recipe by @soldni in #42
- demo by @soldni in #43
New Contributors
- @amanpreet692 made their first contribution in #21
- @soldni made their first contribution in #26
Full Changelog: v0.0.1...v0.11.1