Add `TriplesBuffer`, a utility class that helps users efficiently add triples in batches.
102.1.0
================
Support rdf-star -------------------------
Add support for rdf-star. Requires Allegrograph 8.0.0 or newer.
102.0.0
================
Drop support for Python 2 -------------------------
Python 2 was created 23 years ago and sunsetted 3 years ago. Python 3 was created 15 years ago and is still current.
The Python 2 compatible code will still exist in the git repo on github and can be checked out and built.
101.0.11
================
use getargspec only for Python 2.7 ----------------------------------
Import "getargspec" and alias it as "getfullargspec" only if it's Python 2.x; if it's Python 3.x, we import "getfullargspec" from "inspect" package directly.
101.0.10
================
rfe16865: support graphql queries in python -------------------------------------------
New method ``evalGraphqlQuery`` has been added to ``RepositoryConnection`` class. It is a thin wrapper over the HTTP API: https://franz.com/agraph/support/documentation/current/http-reference.html#backend-post-catalogs-repositories-graphql
101.0.9
===============
Make loading the module six an installation requirement --------------------------------------------------------