Tpt
2b6ac5c195
Release v0.4.0-alpha.3
12 months ago
Tpt
ec030fb652
Python: test Pyodide wheel
12 months ago
Tpt
2a81106c34
Python: use rustls by default on anything that is not Windows/macOS/iOS
12 months ago
Tpt
46d3ed3f99
Removes all debuginfo from release build
...
Smaller binaries, most of them where stripped out anyway
12 months ago
Tpt
ef765666be
Serialization: allows to set prefixes
12 months ago
Tpt
0a7cea5e25
Updates dependencies
12 months ago
Yuri Astrakhan
18bf383701
Remove tabs from BNF comments
...
Minor cleanup on the BNF comments - get rid of tabs and align them
12 months ago
Tpt
54489aacfb
oxttl and oxrdfio: improves prefixes and base_iri getters
12 months ago
Yuri Astrakhan
6494ba6e31
keep concrete types
12 months ago
Yuri Astrakhan
185d83838c
Linting: Impl ordering, Self refs
...
For consistency, ordered implementation of a traits the same way as they are declared.
Used `Self::<assoc>` in a few last spots
12 months ago
Tpt
d838d55f02
Uses nightly rustfmt on imports and comments
12 months ago
etiennept
f354bc7546
JS: avoids directory copies during build
12 months ago
Yuri Astrakhan
a976eb3efc
Remove use_self allow clippy
12 months ago
Yuri Astrakhan
522bda2906
Add WKT_LITERAL vocabulary support
12 months ago
Yuri Astrakhan
5be6f55155
A few more self-fixes
...
These are a bit more questionable but still keep things cleaner a bit, at least in some cases?
Most of these were the result of `cargo clippy --fix -- -W clippy::use_self`
12 months ago
Yuri Astrakhan
405b95b4bd
Minor linting fixes
12 months ago
Yuri Astrakhan
5f603bc4fe
Fix CI status badges
12 months ago
Yuri Astrakhan
2b8df24b8b
Use `Self::AssocName` to simplify declarations
...
To keep with DRY principle, I think it makes it a bit less redundant to reuse the Self::<associated_type_name> structure in the well known trait implementations - keeps it consistent with the trait decl too.
12 months ago
Yuri Astrakhan
51941c0dc5
Simplify complex strings with raw literals, readme fix
...
Also add a minor debugging python statement to linter
12 months ago
Yuri Astrakhan
d4bfcd3b24
Add debug print to test_debian_compatibility
12 months ago
Tpt
df040400c5
Turtle: fixes parsing bug with escaped dot at the end of a local name
12 months ago
Tpt
b08c201074
CI: attempt to fix debian compatibility test
12 months ago
Tpt
c2040a30fd
oxttl: Exposes the base IRI
...
Issue #730
12 months ago
Tpt
c2df0b829d
CI: Uploads all Python wheels in one batch
...
Avoids partial releases in Pypi
1 year ago
Tpt
cffc536eb9
Releases v0.4.0-alpha.2
1 year ago
Tpt
5cf8025aec
CI: Fuzzer: Removes unused clone
1 year ago
Tpt
d4eaa3c5ef
Docker: use semver tagging
1 year ago
Tpt
dcabf50ab6
Fixes Docker image
...
Issue #723
1 year ago
Tpt
0d23f4ae48
Architecture diagram
1 year ago
Tpt
d1da94b08b
Runs sphinx-lint in the CI
1 year ago
Tpt
f01796b1a4
Python: Runs doctests as part of the unittests
1 year ago
Tpt
93eab63868
Python: QuerySolution is thread safe
1 year ago
Tpt
42a66f62b9
Enables cargo semver-checks again
1 year ago
Tpt
f2a2bd5b5d
CI: Improves Python build and upload
1 year ago
Tpt
391e8d7662
Fixes and ensures 32bits x86 support
1 year ago
Tpt
a5781d1187
Releases v0.4.0-alpha.1
1 year ago
Tpt
a84b898fda
Parsers: adds "unchecked" option for faster parsing
...
Does not validate IRIs and language tags
1 year ago
Tpt
d170b53609
N3: Fixes stack overflow errors
1 year ago
Tpt
790501e1b3
Setup codspeed and improves benchmarks
1 year ago
Tpt
bdf5d593ee
CI: Share code to setup Rust
1 year ago
Tpt
1761672b41
Upgrades Pyo3
1 year ago
Tpt
bde73e5d72
Updates README
1 year ago
Tpt
4c79e7ee78
Upgrades testsuite
1 year ago
Tpt
5cc3e37876
Upgrades Cargo lock file
1 year ago
Tpt
8104f9e1de
Merge remote-tracking branch 'origin/main' into next
1 year ago
Tpt
ed94f56ab4
Fixes linux aarch64 build
1 year ago
Tpt
025bd2afd2
Uses new cargo lint configuration system
1 year ago
Tpt
4756217787
Adds "since" to the #[deprecated] annotations
1 year ago
Tpt
2e9ac3cc1a
Python Store.backup: allows pathlib
...
Issue #699
1 year ago
Tpt
604d1bbe2e
BulkLoader: rename set_* methods to with_* methods
1 year ago