You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated mkdocs.yml to improve navigation structure and added examples section.
- Revised README.md in tests to reflect updated test counts and results.
- Introduced comprehensive tests for rich data types and SQL features in test_core.py.
- Enhanced test_server_patterns.py with realistic CRUD operations benchmark and performance comparison between HTTP and Java APIs.
Copy file name to clipboardExpand all lines: bindings/python/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Native Python bindings for ArcadeDB - the multi-model database that supports Graph, Document, Key/Value, Search Engine, Time Series, and Vector models.
4
4
5
-
**Status**: ✅ Production Ready | **Tests**: 42/42 Passing (100%)
5
+
**Status**: ✅ Production Ready | **Tests**: 44/44 Passing (100%)
**Requirements**: Java 11+ must be installed ([details](https://humemai.github.io/arcadedb/latest/getting-started/installation/#java-runtime-environment-jre))
40
+
**Requirements**: Java 21+ must be installed ([details](https://humemai.github.io/arcadedb/latest/getting-started/installation/#java-runtime-environment-jre))
41
41
42
42
### 5-Minute Example
43
43
@@ -95,7 +95,7 @@ All use the same import: `import arcadedb_embedded as arcadedb`
**Note**: Version is automatically extracted from `pom.xml` by `extract_version.py` during build. The `-SNAPSHOT` suffix is converted to `.dev0` for PEP 440 compliance.
@@ -73,9 +73,9 @@ Instead of pushing tags manually, create a GitHub Release which automatically cr
73
73
74
74
## Test Results
75
75
76
-
- Headless: 35/42 passed (7 skipped)
77
-
- Minimal: 39/42 passed (3 skipped)
78
-
- Full: 42/42 passed
76
+
- Headless: 37/44 passed (7 skipped)
77
+
- Minimal: 41/44 passed (3 skipped)
78
+
- Full: 44/44 passed
79
79
```
80
80
81
81
6. Click **Publish release** (or **Save as draft** to test first)
0 commit comments