Skip to content

Releases: humemai/arcadedb-embedded-python

26.6.1

Choose a tag to compare

@tae898 tae898 released this 15 Jun 21:42
26.6.1

26.5.1.post1

Choose a tag to compare

@tae898 tae898 released this 12 May 19:34

Full Changelog: 26.4.2...26.5.1.post1

26.4.2

Choose a tag to compare

@tae898 tae898 released this 12 May 17:20

26.3.2

Choose a tag to compare

@tae898 tae898 released this 12 May 17:18

26.3.1

Choose a tag to compare

@tae898 tae898 released this 10 Mar 19:58

26.2.1

Choose a tag to compare

@tae898 tae898 released this 17 Feb 10:44

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.1 for 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

Choose a tag to compare

@tae898 tae898 released this 28 Jan 08:50

πŸŽ‰ 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

πŸ” Release strategy

From here on, each upstream ArcadeDB (Java) release will be followed by updated Python bindings and a matching release.