You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 7.1.4 pre-release
* fix namespace prefixes in longturtle serialization (#3134)
Co-authored-by: Daan de Schepper <[email protected]>
* Fix failing webtest (#3194)
* test: fix failing webtest
Fixes#3192
* Revert "remove old hacks against 2to3 (#3076)" (#3195)
This reverts commit b74c657.
* Specify `Optional` parameters in `Graph.triples_choices` (#3075)
* Specify `Optional` parameters in `Graph.triples_choices`
The two non-list parameters can be `None`, but this is not reflected in
the type hint.
Also introduces a type alias to simplify method signatures.
* style: remove unused imports
---------
Co-authored-by: Nicholas Car <[email protected]>
Co-authored-by: Edmond Chuc <[email protected]>
Co-authored-by: Edmond Chuc <[email protected]>
* feat: canonicalization with longturtle serializer now optional (#3197)
* feat: canonicalization with longturtle serializer now optional
Fixes#3196
* docs: fix docs build error by removing py obj reference to canon
* added n3 test to check for internal float normalization
made as a separate commit to illustrate the old broken behavior priro to
the fix in the next commit
* notation3.py: don't normalize float representation
fix behavior of the n3 parser family to avoid normalizing raw float
string representation which makes it impossible to roundtrip the exact
original string representation of e.g. 1e10
* test: refactor test_float_no_norm to use pytest parametrization
* style: add noqa to sfloat class
* chore: remove unused mypy type ignore
* docs: fix sfloat reference
* fix: sphinx nitpicky reference
---------
Co-authored-by: Nicholas Car <[email protected]>
Co-authored-by: Daan de Schepper <[email protected]>
Co-authored-by: Sigmund Lahn <[email protected]>
Co-authored-by: Nicholas Car <[email protected]>
Co-authored-by: Tom Gillespie <[email protected]>
0 commit comments