Releases: humemai/arcadedb-embedded-python
Releases · humemai/arcadedb-embedded-python
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.