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