janusgraph-python
janusgraph-python copied to clipboard
JanusGraph Python Gremlin Language Variant (GLV)
After janusgraph/janusgraph#1295 is implemented, serialization and deserialization of arrays should also be supported in janusgraph-python.
Looks like the file core/attribute/GeoPredicate/geoWithin.py should be renamed GeoWithin. Doing so allows me to use: from janusgraph_python.structure.io.GraphsonReader import JanusGraphSONReader. Otherwise, I get the error: ModuleNotFoundError: No module named 'janusgraph_python.core.attribute.GeoPredicate.GeoWithin'
Currently the package supports Point and Circle geometries. Add support for additional geometry types including Box, Line, Polygon, MultiPoint, MultiLineString, MultiPolygon and GeometryCollection.
The first version of JanusGraph Client drivers shall include the following features: 1: GeoShapes for Point & Circle. 2: GeoPredicate for geoWithin. 3: Test Predicates for textContains, textContainsFuzzy, etc. 4:...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.0 to 3.9.5. Release notes Sourced from aiohttp's releases. 3.9.5 Bug fixes Fixed "Unclosed client session" when initialization of :py:class:~aiohttp.ClientSession fails -- by :user:NewGlad. Related issues and...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 8.2.0. Release notes Sourced from pytest's releases. 8.2.0 pytest 8.2.0 (2024-04-27) Deprecations #12069: A deprecation warning is now raised when implementations of one of the...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0. Changelog Sourced from pytest-cov's changelog. 5.0.0 (2024-03-24) Removed support for xdist rsync (now deprecated). Contributed by Matthias Reichenbach in [#623](https://github.com/pytest-dev/pytest-cov/issues/623) <https://github.com/pytest-dev/pytest-cov/pull/623>_. Switched docs theme...
Bumps [testcontainers](https://github.com/testcontainers/testcontainers-python) from 3.7.1 to 4.4.1. Release notes Sourced from testcontainers's releases. testcontainers: v4.4.1 4.4.1 (2024-05-14) Bug Fixes Add memcached container (#322) (690b9b4) Add selenium video support #6 (#364) (3c8006c)...
Bumps [gremlinpython](https://github.com/apache/tinkerpop) from 3.7.0 to 3.7.2. Changelog Sourced from gremlinpython's changelog. == TinkerPop 3.7.0 (Gremfir Master of the Pan Flute) image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlin-zamfir.png[width=185] [[release-3-7-3]] === TinkerPop 3.7.3 (NOT OFFICIALLY RELEASED YET) This...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.5 to 3.10.0. Release notes Sourced from aiohttp's releases. 3.10.0 Bug fixes Fixed server response headers for Content-Type and Content-Encoding for static compressed files -- by :user:steverep....