Skip to content

Commit

Permalink
Bump to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Oct 10, 2024
1 parent 1640873 commit 26d64cd
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 17 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

<a name="v4.0.0"></a>
## [v4.0.0](https://github.com/comunica/comunica-feature-hdt/compare/v3.0.3...v4.0.0) - 2024-10-10

### BREAKING CHANGES
* [Update to Comunica v4](https://github.com/comunica/comunica-feature-hdt/commit/164087356698e9a3bcb22cc07170a2e7868dc5c0)
* Learn more on https://github.com/comunica/comunica/blob/master/CHANGELOG.md

<a name="v3.0.3"></a>
## [v3.0.3](https://github.com/comunica/comunica-feature-hdt/compare/v3.0.2...v3.0.3) - 2024-08-07

Expand Down
2 changes: 1 addition & 1 deletion engines/config-query-sparql-hdt/config/config-default.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql/^4.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-hdt/^3.0.0/components/context.jsonld"
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-hdt/^4.0.0/components/context.jsonld"
],
"import": [
"ccqs:config/bindings-aggregator-factory/actors.json",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-hdt/^3.0.0/components/context.jsonld"
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-hdt/^4.0.0/components/context.jsonld"
],
"import": [
"ccqsh:config/query-source-identify/actors/hdt.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/runner/^4.0.0/components/context.jsonld",

"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-query-source-identify-hdt/^3.0.0/components/context.jsonld"
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-query-source-identify-hdt/^4.0.0/components/context.jsonld"
],
"@id": "urn:comunica:default:Runner",
"@type": "Runner",
Expand Down
2 changes: 1 addition & 1 deletion engines/config-query-sparql-hdt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comunica/config-query-sparql-hdt",
"version": "3.0.3",
"version": "4.0.0",
"description": "default configuration files for Comunica SPARQL HDT",
"lsd:module": true,
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion engines/query-sparql-hdt/config/config-default.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-hdt/^3.0.0/components/context.jsonld"
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/config-query-sparql-hdt/^4.0.0/components/context.jsonld"
],
"import": [
"ccqsh:config/config-default.json"
Expand Down
4 changes: 2 additions & 2 deletions engines/query-sparql-hdt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comunica/query-sparql-hdt",
"version": "3.0.3",
"version": "4.0.0",
"description": "A Comunica engine for query evaluation over HDT files",
"lsd:module": true,
"license": "MIT",
Expand Down Expand Up @@ -228,7 +228,7 @@
"@comunica/actor-query-result-serialize-stats": "4.0.1-alpha.48.0",
"@comunica/actor-query-result-serialize-table": "4.0.1-alpha.48.0",
"@comunica/actor-query-result-serialize-tree": "4.0.1-alpha.48.0",
"@comunica/actor-query-source-identify-hdt": "^3.0.3",
"@comunica/actor-query-source-identify-hdt": "^4.0.0",
"@comunica/actor-query-source-identify-hypermedia": "4.0.1-alpha.48.0",
"@comunica/actor-query-source-identify-hypermedia-none": "4.0.1-alpha.48.0",
"@comunica/actor-query-source-identify-hypermedia-qpf": "4.0.1-alpha.48.0",
Expand Down
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"packages/*",
"performance/*"
],
"version": "3.0.3",
"version": "4.0.0",
"loglevel": "success",
"registry": "https://registry.npmjs.org/",
"npmClient": "yarn",
"npmClientArgs": [
"--frozen-lockfile"
],
"lerna-script-tasks": "./node_modules/@comunica/utils-monorepo/lib/depCheck.js"
}
}
2 changes: 1 addition & 1 deletion packages/actor-query-source-identify-hdt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comunica/actor-query-source-identify-hdt",
"version": "3.0.3",
"version": "4.0.0",
"description": "A hdt query-source-identify actor",
"lsd:module": true,
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion performance/benchmark-bsbm-hdt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "benchmark-bsbm-hdt",
"version": "3.0.3",
"version": "4.0.0",
"private": true,
"scripts": {
"jbr": "cross-env NODE_OPTIONS=--max-old-space-size=8192 jbr",
Expand Down
2 changes: 1 addition & 1 deletion performance/benchmark-watdiv-hdt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "benchmark-watdiv-hdt",
"version": "3.0.3",
"version": "4.0.0",
"private": true,
"scripts": {
"jbr": "cross-env NODE_OPTIONS=--max-old-space-size=8192 jbr",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4127,16 +4127,16 @@
"@comunica/core" "4.0.1-alpha.48.0"
"@rdfjs/types" "*"

"@comunica/[email protected]", "@comunica/config-query-sparql@~4.0.1-alpha.48.0":
version "4.0.1-alpha.48.0"
resolved "https://registry.yarnpkg.com/@comunica/config-query-sparql/-/config-query-sparql-4.0.1-alpha.48.0.tgz#1425647956be4cf8ef9e77479b426f95a5e75bd6"
integrity sha512-ClQvBa+lcPgmG8whqHwD/PgxhMqj//S8Owhel7FcpJVEYABcH/mJ347+uF07MjQx2dYN/lRGrBRN9BPS7KVaCQ==

"@comunica/config-query-sparql@^2.0.1":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@comunica/config-query-sparql/-/config-query-sparql-2.7.0.tgz#1030ee76d5532bc6a09a6c8af26a06c7311a5861"
integrity sha512-rMnFgT7cz9+0z7wV4OzIMY5qM9/Z0mTGrR8y2JokoHyyTcBGOSajFmy61XCSLMCsLLG8qDXsJ4ClCCky3TGfqA==

"@comunica/config-query-sparql@~4.0.1-alpha.48.0":
version "4.0.1-alpha.48.0"
resolved "https://registry.yarnpkg.com/@comunica/config-query-sparql/-/config-query-sparql-4.0.1-alpha.48.0.tgz#1425647956be4cf8ef9e77479b426f95a5e75bd6"
integrity sha512-ClQvBa+lcPgmG8whqHwD/PgxhMqj//S8Owhel7FcpJVEYABcH/mJ347+uF07MjQx2dYN/lRGrBRN9BPS7KVaCQ==

"@comunica/[email protected]":
version "4.0.1-alpha.48.0"
resolved "https://registry.yarnpkg.com/@comunica/context-entries/-/context-entries-4.0.1-alpha.48.0.tgz#5a47df43e3845dd3f4fd207b1da730cdfff26c84"
Expand Down

2 comments on commit 26d64cd

@rubensworks
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmarks total results

Benchmark suite Current: 26d64cd Previous: 1640873 Ratio
WatDiv-HDT 3215 ms 2988 ms 1.08
BSBM-HDT 424 ms 413 ms 1.03

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Performance benchmarks succeeded! 🚀

[Summarized results] [Detailed results]

Please sign in to comment.