Skip to content

Releases: morph-kgc/morph-kgc

2.7.0

01 Apr 15:16
3363f2d
Compare
Choose a tag to compare

This release features support for Apache Kafka which allows to materialize triples to a Kafka topic.

Changes

Acknowledgements

  • Horizon Europe aerOS: Autonomous, scalablE, tRustworthy, intelligent European meta Operating System for the IoT edge-cloud continuum. Grant agreement 101069732.
  • SNS Horizon Europe ROBUST-6G: Smart, Automated, and Reliable Security Service Platform for 6G. Grant agreement 101139068.
  • UNICO 5G I+D 6G-DATADRIVEN: Redes de próxima generación (B5G y 6G) impulsadas por datos para la fabricación sostenible y la respuesta a emergencias. Ministerio de Asuntos Económicos y Transformación Digital. European Union NextGenerationEU.
  • UNICO 5G I+D 6G-CHRONOS: Arquitectura asistida por IA para 5G-6G con red determinista para comunicaciones industriales. Ministerio de Asuntos Económicos y Transformación Digital. European Union NextGenerationEU.

2.6.4

21 Nov 12:05
722f199
Compare
Choose a tag to compare

This is a bug fix release. There are no new features.

2.6.3

05 Sep 09:39
06d8819
Compare
Choose a tag to compare

This release upgrades to Pandas 2.0 and fixes YARRRML bugs.

Changes

2.6.2

23 Jun 11:16
65b56b8
Compare
Choose a tag to compare

This is a bug fix release. There are no new features.

2.6.1

22 Jun 12:19
c5bead3
Compare
Choose a tag to compare

This is a bug fix release. There are no new features.

Changes

  • #176: processing function maps defined in the subjects of YARRRML mappings.
  • #177: correct output for deeply nested star maps with multiple predicate-object maps.

2.6.0

14 Jun 17:14
e230ae7
Compare
Choose a tag to compare

This release features support for YARRRML, a user-friendly serialization of RML (also for RML-star and RML-FNML). Compliance with RML-Core has also been implemented.

Changes

2.5.1

25 Apr 12:44
534961c
Compare
Choose a tag to compare

This is a bug fix release. Queries for @databricks are now correctly generated.

2.5.0

14 Apr 15:54
f6c57ad
Compare
Choose a tag to compare

This release features in-memory data structures, by @TheRazorace. It enables the transformation of DataFrames and Python Dicts to RDF.

Changes

  • #160: Support for in-memory data structures, by @TheRazorace.
  • #159: Support for additional database configuration parameters enabling @databricks.
  • #132: Bug fix for JSON path not working for iterations over lists, by @KappaGi.

2.4.0

01 Mar 09:49
5af2fb3
Compare
Choose a tag to compare

This release of Morph-KGC features declarative data transformations with RML+FnO. In addition to a set of built-in functions, Python user-defined functions are also supported.

Changes

#117: RML+FnO support.
#119: Fixed bug where file_path was not being correctly processed.
#96: Upgrading the project settings file to pyproject.toml.
#118: Namespaces in XML files are now properly handled, kudos @mielvds.
#124: Implementation of RML-star normalization to allow star maps referencing triples maps with multiple predicate-object maps.

2.3.1

02 Dec 16:47
21de161
Compare
Choose a tag to compare

This is a bug fix release solving issue #113 introduced in v2.3.0 which was causing Morph-KGC to fail when executed via command line.