Releases: humemai/arcadedb-embedded-python
Releases Β· humemai/arcadedb-embedded-python
Release list
26.6.1
26.5.1.post1
Full Changelog: 26.4.2...26.5.1.post1
26.4.2
26.3.2
26.3.1
26.2.1
ArcadeDB Embedded Python 26.2.1
This release publishes the Python bindings for ArcadeDB 26.2.1.
Highlights
- Release branch:
release/26.2.1 - Release tag:
26.2.1 - Python bindings and docs updates included from the fork release branch
- CI/CD workflows for Python packaging/docs included
Notes
- This release is aligned to ArcadeDB
26.2.1for versioning. - Install from PyPI using version
26.2.1.
Full Changelog: https://github.com/humemai/arcadedb-embedded-python/commits/26.2.1
Core ArcadeDB 26.2.1 release: https://github.com/ArcadeData/arcadedb/releases/tag/26.2.1
26.1.1.post3
π ArcadeDB Embedded for Python β 26.1.1.post3
π First public release
This is the first official release of arcadedb-embedded! After a ton of work, you can finally install ArcadeDB Embedded directly from Python:
uv pip install arcadedb-embeddedβ Whatβs included
- β No Java installation required (bundled Java 25 runtime)
- π 3 platforms supported: Linux (x86_64, ARM64), macOS (ARM64)
- π Embedded mode: inβprocess database (no network)
- π Server mode: optional HTTP + Studio UI
- π Multiβmodel: Graph, Document, Key/Value, Vector, Time Series
- π Query languages: SQL, OpenCypher, MongoDB
- β‘ High performance via JPype + JVM
- π ACID transactions
- π― Vector search with HNSW (JVector)
- π₯ Import tools (CSV + ArcadeDB JSONL)
π¦ Package details
- Wheel size (compressed): ~116MB
- ArcadeDB JARs: ~32MB (uncompressed)
- Bundled JRE: ~249MB (uncompressed)
- Total uncompressed size: ~281MB
- Python: 3.10β3.14 (tested on 3.12)
π§ͺ Quality
- β 252 tests + example scripts passing across all 3 platforms
- β Production ready
π Links
- π Docs: https://docs.humem.ai/arcadedb/
- π PyPI: https://pypi.org/project/arcadedb-embedded/
- π¬ Issues: https://github.com/humemai/arcadedb-embedded-python/issues
π Release strategy
From here on, each upstream ArcadeDB (Java) release will be followed by updated Python bindings and a matching release.