Releases: SwissDataScienceCenter/calamus
Releases · SwissDataScienceCenter/calamus
v0.4.2
Fixes
- Fix IRI serialization when
add_value_types
is True
.
v0.4.1
Fixes
- Remove usage of fields deprecated by marshmallow and don't forward calamus specific fields to
prevent warnings.
v0.4.0
Features
- Add support for marshmallow Meta properties on annotated classes (such as
exclude
).
- Allow controlling rdf_type inheritance on annotated classes using the
inherit_parent_types
boolean flag.
- Support defining marshmallow hooks on annotated classes.
v0.3.14
Fixes
- Fix schema inheritance not following class inheritance when using JsonLDAnnotation.
v0.3.13
Fixes slow python import due to rdflib