Skip to content

Releases: dkpro/dkpro-cassis

cassis 0.9.1

29 Feb 20:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

cassis 0.9.0

04 Feb 11:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

cassis 0.8.0

05 Oct 13:21
Compare
Choose a tag to compare

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

30 Apr 20:01
Compare
Choose a tag to compare

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

09 Feb 10:32
Compare
Choose a tag to compare

What's Changed

  • πŸš€ #217 - Use types in selects by @reckart in #275
  • πŸ› #276 - Cannot deserialize from JSON Cas if child type comes before super type by @jcklie in #277

Full Changelog: v0.7.4...v0.7.5

cassis 0.7.4

31 Jan 15:25
Compare
Choose a tag to compare

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

Full Changelog: v0.7.3...v0.7.4

cassis 0.7.3

25 Oct 13:40
Compare
Choose a tag to compare

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

  • πŸ› #259 - Wrong entities are removed when iterating through CAS by @reckart in #260

Full Changelog: v0.7.2...v0.7.3

Also thanks to all issue reporters, testers, feature suggesters, and users!

cassis 0.7.2

08 Jul 16:25
Compare
Choose a tag to compare

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

Full Changelog: v0.7.1...v0.7.2

Also thanks to all issue reporters, testers, feature suggesters, and users!

cassis 0.7.1

25 Mar 12:39
Compare
Choose a tag to compare

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

17 Dec 16:47
Compare
Choose a tag to compare

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

Full Changelog: v0.6.1...v0.7.0

Also thanks to all issue reporters, testers, feature suggesters, and users!