Releases: dkpro/dkpro-cassis
Releases Β· dkpro/dkpro-cassis
cassis 0.10.1
cassis 0.10.0
What's Changed
- #308 - Make type system iterable by @reckart in #309
- #310 - Add short_name property to type by @reckart in #311
- #312 - Ability to retrieve a type by its short name by @reckart in #313
- #318 - Address linter issues by @reckart in #319
- #316 - Switch to using plain pyproject.toml by @reckart in #317
- #314 - Switch to poetry by @reckart in #315
Full Changelog: v0.9.1...v0.10.0
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!