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
feat: update version handling and cleanup in example scripts
- Removed the `--arcadedb-version` and `--duckdb-version` arguments from various scripts to simplify version management.
- Updated the way versions are retrieved for `arcadedb`, `duckdb`, `ladybug`, and `graphqlite` to use the module's `__version__` attribute directly.
- Adjusted Docker run commands to remove unnecessary version specifications.
- Modified matrix scripts to handle version reporting more efficiently, replacing specific version strings with "auto" where applicable.
- Improved memory limits and batch sizes in several scripts for better performance.
0 commit comments