Releases: TREEcg/extract-cbd-shape
Releases · TREEcg/extract-cbd-shape
v0.1.10
v0.1.6
What's Changed
- Update CBDShapeExtractor.ts: actually use fetch by @ajuvercr in #19
- feat: add 1000 members extraction benchmark. by @xdxxxdx in #21
- use debug for logging by @ajuvercr in #24
- add logging information to readme by @ajuvercr in #25
- rewrite into extract instance by @ajuvercr in #26
- Shape to mermaid by @pheyvaer in #30
New Contributors
Full Changelog: v0.1.1...v0.1.6
V0.1.1: fetch plug-in
Allow to plug-in a custom fetch function
V0.1.0: rdf-stores
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
- 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
Named graphs can now be used together with shapes
v0.0.2
- 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