Skip to content

Releases: TREEcg/extract-cbd-shape

v0.1.10

03 Dec 18:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.8...v0.1.10

v0.1.6

06 May 09:58
66e3978
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.6

V0.1.1: fetch plug-in

22 Feb 16:04
Compare
Choose a tag to compare

Allow to plug-in a custom fetch function

V0.1.0: rdf-stores

17 Feb 08:48
Compare
Choose a tag to compare

Instead of N3.Store, we now use RdfStore from the npm package rdf-stores. This allows one to tweak the indexes available on the store and design systems for lower memory usage when processing big files.

Switching to rdf-stores immediately also came with a better performance over N3.Store.

v0.0.4: performance and bulk extractor

15 Feb 08:07
Compare
Choose a tag to compare
  • Performance tests have been added
  • Rewrite of @ajuvercr to raise overall performance
  • Hidden flag to force named graph members for experimentation
  • Bulk extractor added

In NPM this is the same as version 0.0.5

v0.0.3: named graphs

20 Nov 14:35
Compare
Choose a tag to compare

Named graphs can now be used together with shapes

v0.0.2

12 Oct 11:44
Compare
Choose a tag to compare
  • Better linting
  • Focus node’s ID of the shape itself can now also be a blank node
  • Total rewrite of SHACL path classes
  • Add blank node test for marine regions (missing shape node for mr:hasGeometry in data though)
  • Move to rdfjs types instead of using N3 and using strict type checking