Releases: dkpro/dkpro-cassis
cassis 0.9.1
What's Changed
Full Changelog: v0.9.0...v0.9.1
cassis 0.9.0
What's Changed
- #293 - Relaxed dependency on attrs by @DavidHuebner in #294
- #295 - Improve warning message in _add_feature() by @zesch in #296
- #297 - Possible inconsistency in test fixtures by @reckart in #298
- #299 - cassis won't find tokens when doing cas.select(...TOP) by @reckart in #300
- #301 - Make better use of type constants in code by @reckart in #302
- #249 - Set sofa string and document language in Cas constructor by @reckart in #303
- #250 - Convenience for setting the document language by @reckart in #304
New Contributors
Full Changelog: v0.8.0...v0.9.0
cassis 0.8.0
What's Changed
- π #290 - Speedup load_cas_from_xmi by improving offset mapping by @DavidHuebner in #291
- βοΈ #288 - Add lenient loading and type system merging to load_cas_from_json by @timbmg in #288
New Contributors
Full Changelog: v0.7.6...v0.8.0
cassis 0.7.6
What's Changed
- π #280 - JSON CAS parsing does not handle DocumentAnnotation properly by @reckart in #282
- π #281 - Types with array range break JSON typesystem parsing by @reckart in #286
- βοΈ #283 - Allow reading JSON CASes with out-of-order SofaFSes by @reckart in #284
Full Changelog: v0.7.5...v0.7.6
cassis 0.7.5
cassis 0.7.4
What's Changed
- π #266 - Caching typesystem.is_instance_of(..., TYPE_NAME_STRING_ARRAY) by @DavidHuebner in #267
- π #268 - GitHub Actions builds do not run due to missing Python version by @reckart in #269
- π #265 - Error parsing certain JSONs with embedded type system by @reckart in #271
- π #270 - Merging type systems breaks consistency by @reckart in #273
New Contributors
- @DavidHuebner made their first contribution in #267
Full Changelog: v0.7.3...v0.7.4
cassis 0.7.3
We are pleased to announce the release of cassis 0.7.3.
DKPro cassis provides a pure-Python implementation of the Common Analysis System (CAS) as defined by the UIMA framework.
What's Changed
Full Changelog: v0.7.2...v0.7.3
Also thanks to all issue reporters, testers, feature suggesters, and users!
cassis 0.7.2
We are pleased to announce the release of cassis 0.7.2.
DKPro cassis provides a pure-Python implementation of the Common Analysis System (CAS) as defined by the UIMA framework.
What's Changed
- π Fixed a typo in README by @shabie in #256
- π Added example of populating an array feature to the documentation by @reckart in a39e29e
- π #258 Empty string arrays are not supported by @simonmeoni in #257
New Contributors
- @shabie made their first contribution in #256
- @simonmeoni made their first contribution in #257
Full Changelog: v0.7.1...v0.7.2
Also thanks to all issue reporters, testers, feature suggesters, and users!
cassis 0.7.1
We are pleased to announce the release of cassis 0.7.1.
DKPro cassis provides a pure-Python implementation of the Common Analysis System (CAS) as defined by the UIMA framework.
Notable changes since cassis 0.7.0
- π #248 - Type system serialization now adds XML header by @jcklie
- π #252 - Better printing of types and feature structures by @jcklie in #254
- π #253 - Do not emit warnings about redefine features during merge by @jcklie in #255
Full Changelog: v0.7.0...v0.7.1
Also thanks to all issue reporters, testers, feature suggesters, and users!
cassis 0.7.0
We are pleased to announce the release of cassis 0.7.0.
DKPro cassis provides a pure-Python implementation of the Common Analysis System (CAS) as defined by the UIMA framework.
Notable changes since cassis 0.6.1
- π» #168 - Experimental JSON CAS support by @reckart in #169
- π» #244 - Update dependencies by @jcklie in #245
- π» #162 - Handling of Invalid sofa indexes by @reckart in #246
- π #234 - cas_to_comparable_text fails with null arrays by @reckart in #235
- π #236 - Long output when printing type by @jcklie in #237
- π #238 - Error parsing FSList in cTAKES xmi by @reckart in #239
- π #242 - Array features are wrapped in extra array by @reckart in #243
Full Changelog: v0.6.1...v0.7.0
Also thanks to all issue reporters, testers, feature suggesters, and users!