Releases: FormalLanguageConstrainedPathQuerying/CFPQ_PyAlgo
Releases · FormalLanguageConstrainedPathQuerying/CFPQ_PyAlgo
v1.0.1
ARM64 support and GraphBLAS update.
Key Features:
- Supported ARM64 architecture
- Updated GraphBLAS package to version 8.2.1.0
Installation Instructions:
docker pull cfpq/py_algo:1.0.1
docker run -it cfpq/py_algo:1.0.1
Docker Image Platforms:
- Linux/x64 (usable on any OS with Docker support)
- Linux/arm64 (usable on any OS with Docker support)
For more details, please refer to our README and documentation.
v1.0.0
The first stable release of the fast matrix-based all-pairs context-free path querying (CFPQ) solver with relational query semantics.
Key Features:
- Significantly improved all-pairs relational CFPQ performance
- Improved usability through a command-line interface
- Simplified installation with a pre-built Docker image
Installation Instructions:
docker pull cfpq/py_algo:1.0.0
docker run -it cfpq/py_algo:1.0.0
Docker Image Platforms:
- Linux/x64 (usable on any OS with Docker support)
For more details, please refer to our README and documentation.