Tpt
2d19a19320
Fixes TriG serialization
2 years ago
Tpt
7fcf9e1051
Sponsors: + Magnus Bakken
2 years ago
Tpt
6375481a80
Testsuite: makes format detection more strict
2 years ago
Tpt
323ad73831
Testsuite: do not run rejected tests
2 years ago
Tpt
6cabf6da15
Oxrdf: adds NamedOrBlankNode to GraphName conversion functions
2 years ago
Tpt
575bb8d253
Reduces source code archive by removing .git
2 years ago
Tpt
ca415ec044
Reduces RocksDB file size
...
Creates smaller source-code archives
2 years ago
Tpt
f47b2b1a7b
Fixes oxsdatatypes keywords
2 years ago
Tpt
44fc4eef1a
Releases v0.3.11
2 years ago
Tpt
54356f5273
Updates dependencies
2 years ago
Tpt
3d9cbc5d14
Migrates to pyO3 0.18
2 years ago
Tpt
0c23589187
Upgrades to RocksDB 7.9.2
2 years ago
Tpt
47e5ef329e
Adds a script to add RDF4J to the benchmark
2 years ago
Thomas Tanon
c71f2d66b1
Increases fuzzer pruning timeout
2 years ago
Tpt
22a3c21c4e
Improves oxsdatatypes documentation
2 years ago
Tpt
20928b82fa
SPARQL smith: adds more functions
2 years ago
Tpt
f969a66d05
Uses "ParseDecimalError" naming just like "ParseFloatError"
...
Improves and simplifies tests
2 years ago
Thomas Tanon
ea0b4e22e7
Increases fuzzer pruning timeout
2 years ago
Tpt
07e105e1be
Property path: faster eval for closed path
2 years ago
Tpt
0a78eacfcd
SPARQL: Makes sure there are no duplicates when evaluating (a|b) property paths
2 years ago
Tpt
a7bc31b446
SPARQL regex: compile ahead of time if possible
2 years ago
Tpt
5c055e0d12
Removes Eq derive on query plan
...
Unused anywhere
2 years ago
Tpt
9fe5436f94
SPARQL smith: removes Debug derives
...
Unused because we already use Display to properly print the query
2 years ago
Tpt
1fa0633db3
Library: adds basic WASI support
...
Adds tests for WASM+JS and WASI to the CI
2 years ago
Tpt
f6e9ceccc1
Add back oxrocksdb-sys to the main workspace
...
Having it separated was failing fuzz tests for some unknown reason
This reverts commit d97eb9eb31
.
This reverts commit 4927b3148e
.
2 years ago
Tpt
d97eb9eb31
Properly exclude oxrocksdb-sys from the main workspace
2 years ago
Tpt
4927b3148e
Moves oxrocksdb-sys out of the workspace
...
It changes not very often and does not contain Rust code
2 years ago
Tpt
54ce7410d2
CI: Adds dependency caching
2 years ago
Tpt
d453721e8b
Python: Uses typing.io for I/O types annotations
2 years ago
Tpt
719cde2eac
Implements SEP-0002 ADJUST function
...
ADJUST is now only implemented when a new timezone is given. I am not sure "" for no timezone is the best way to go.
It is behind a sep-0002 feature in spargebra and sparql-smith and enabled by default in oxigraph.
2 years ago
Tpt
3485833875
Makes Datetime.checked_sub return DayTimeDuration
...
Allows to be consistent with XPath and SPARQL 1.2 SEP 0002
This change is not replicated yet into the SPARQL evaluator to avoid a breaking change
https://www.w3.org/TR/xpath-functions/#func-subtract-dateTimes
https://github.com/w3c/sparql-12/blob/main/SEP/SEP-0002/sep-0002.md
2 years ago
Tpt
78c4e750ae
Improves TimezoneOffset API
2 years ago
Tpt
fe2b7c2e76
Attempt to setup clusterfuzzlite
2 years ago
Tpt
6539f0a72e
SPARQL test: displays query results diffs
...
Makes debugging easier
2 years ago
Tpt
76dd879ea6
Implements LATERAL join
...
Follows SPARQL 1.2 SEP 0006. It is behind a sep-0006 feature in spargebra and sparql-smith and enabled by default in oxigraph.
Apache Jena tests are passing.
SEP 0006: https://github.com/w3c/sparql-12/blob/main/SEP/SEP-0006/sep-0006.md
2 years ago
Tpt
3f3523963d
Maturin: fails if manylinux tag is not properly added
2 years ago
Tpt
14121b21f4
Upgrades RocksDB to v7.8.3
2 years ago
Tpt
854e29ee38
Makes XSD datatypes a standalone crate
...
Allows other crates to reuse Oxigraph XSD datatypes implementation
2 years ago
Tpt
027da6d639
Python: Makes abi3 optional
...
Prebuilt wheels are still using abi3 except for Linux where target-specific builds are also available
2 years ago
Tpt
53913b7e96
CI: Removes test on push
...
We always test on PR
2 years ago
Tpt
de4c5abd9c
Simplifies test manifest parser
2 years ago
Tpt
7fdd045516
Improves error handling code in testsuite and server
2 years ago
Tpt
1ded5ac4b4
SPARQL eval: Makes sure to avoid overflow when estimating result size upper bound
2 years ago
Tpt
be3b009f5d
CI: Validates Python 3.7 compatibility
2 years ago
Tpt
92feec7e98
CI: Validates Rust 1.60 compatibility
2 years ago
Tpt
686e1edc8e
Set Rust MSRV to 1.60
...
It is the actual MSRV of the last released version
2 years ago
Tpt
808c9db007
String formatting: uses inline syntax
2 years ago
Tpt
f21ab0ea6a
Python macOS: Do not build universal2 wheels anymore
...
We already publish both aarch64 and a amd64 wheels
2 years ago
Tpt
e055c7b5f8
Releases v0.3.10
2 years ago
Tpt
59359b13d9
Manylinux wheels: install rustup "by hand"
2 years ago