arraymorph 0.2.0b2__tar.gz → 0.2.0b3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. arraymorph-0.2.0b3/CHANGELOG.md +15 -0
  2. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/PKG-INFO +1 -1
  3. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/lib/include/arraymorph/s3vl/initialize.h +8 -1
  4. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/.actrc +0 -0
  5. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/.github/ISSUE_TEMPLATE/bug_report.yaml +0 -0
  6. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/.github/ISSUE_TEMPLATE/config.yaml +0 -0
  7. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/.github/workflows/build.yaml +0 -0
  8. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/.gitignore +0 -0
  9. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/.python-version +0 -0
  10. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/CONAN-INTEGRATION.md +0 -0
  11. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/LICENSE +0 -0
  12. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/README.md +0 -0
  13. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/env-example.txt +0 -0
  14. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/examples/python/read.py +0 -0
  15. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/examples/python/write.py +0 -0
  16. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/justfile +0 -0
  17. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/lib/.clangd +0 -0
  18. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/lib/CMakeLists.txt +0 -0
  19. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/lib/README.md +0 -0
  20. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/lib/include/arraymorph/core/constants.h +0 -0
  21. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/lib/include/arraymorph/core/logger.h +0 -0
  22. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/lib/include/arraymorph/core/operators.h +0 -0
  23. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/lib/include/arraymorph/core/utils.h +0 -0
  24. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/lib/include/arraymorph/s3vl/chunk_obj.h +0 -0
  25. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/lib/include/arraymorph/s3vl/dataset_callbacks.h +0 -0
  26. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/lib/include/arraymorph/s3vl/dataset_obj.h +0 -0
  27. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/lib/include/arraymorph/s3vl/file_callbacks.h +0 -0
  28. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/lib/include/arraymorph/s3vl/group_callbacks.h +0 -0
  29. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/lib/include/arraymorph/s3vl/vol_connector.h +0 -0
  30. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/lib/justfile +0 -0
  31. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/lib/meta.yaml +0 -0
  32. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/lib/scripts/extract_perspective.py +0 -0
  33. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/lib/src/CMakeLists.txt +0 -0
  34. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/lib/src/core/constants.cc +0 -0
  35. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/lib/src/core/operators.cc +0 -0
  36. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/lib/src/core/utils.cc +0 -0
  37. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/lib/src/s3vl/chunk_obj.cc +0 -0
  38. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/lib/src/s3vl/dataset_callbacks.cc +0 -0
  39. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/lib/src/s3vl/dataset_obj.cc +0 -0
  40. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/lib/src/s3vl/file_callbacks.cc +0 -0
  41. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/lib/src/s3vl/group_callbacks.cc +0 -0
  42. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/lib/src/s3vl/vol_connector.cc +0 -0
  43. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/lib/vcpkg.json +0 -0
  44. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/main.py +0 -0
  45. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/pyproject.toml +0 -0
  46. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/release.yaml +0 -0
  47. {arraymorph-0.2.0b2 → arraymorph-0.2.0b3}/src/arraymorph/__init__.py +0 -0
@@ -0,0 +1,15 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ ## [Unreleased]
6
+
7
+ > **⚠️ Pre-release** — API may change. Feedback welcome via [GitHub Issues](https://github.com/ICICLE-ai/ArrayMorph/issues).
8
+
9
+ ### Added
10
+ - **Python Package & API**: ArrayMorph is now available via `pip install arraymorph`. You can now dynamically configure AWS S3, Azure Blob Storage, or any S3-compatible endpoints directly from Python (`arraymorph.configure_s3(...)` and `arraymorph.configure_azure(...)`).
11
+ - **Pre-built Binaries**: Pre-compiled binaries of `lib_arraymorph` are now attached to GitHub releases for Linux (x86_64, aarch64) and macOS (Apple Silicon).
12
+ - **Expanded Documentation**: The README has been overhauled with comprehensive How-To guides, tutorials, and a detailed explanation of ArrayMorph's chunked storage model and async I/O.
13
+
14
+ ### Changed
15
+ - **Simplified Build System**: The build system has been revamped. It now leverages `uv` for Python environments and `vcpkg` for fetching C++ SDK dependencies, making building from source much smoother.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: arraymorph
3
- Version: 0.2.0b2
3
+ Version: 0.2.0b3
4
4
  Summary: HDF5 VOL connector for cloud object storage (AWS S3, Azure Blob)
5
5
  Author: ruochenj123, wangtg2013
6
6
  License: MIT
@@ -28,9 +28,16 @@ inline herr_t S3VLINITIALIZE::s3VL_initialize_init(hid_t vipl_id) {
28
28
  // Aws::SDKOptions options; // Changed to use global sdk options for proper
29
29
  // shutdown
30
30
  g_sdk_options.loggingOptions.logLevel = Aws::Utils::Logging::LogLevel::Off;
31
+ // curl_global_init/cleanup is not re-entrant and must be called exactly once
32
+ // per process. Python (or another loaded library) may already own that
33
+ // lifecycle. Delegating HTTP init/cleanup to the SDK causes a double-free /
34
+ // use-after-free inside Aws::Http::CleanupHttp() at process exit, resulting
35
+ // in a SIGSEGV from the HDF5 VOL terminate callback. Disabling SDK-managed
36
+ // HTTP init/cleanup avoids the crash while leaving curl usable for the SDK.
37
+ g_sdk_options.httpOptions.initAndCleanupCurl = false;
31
38
  std::set_terminate([]() {
32
39
  _exit(0);
33
- }); // Shutdown conflicts with Python's interpretor shutdown on MacOS.
40
+ }); // Shutdown conflicts with Python's interpreter shutdown on macOS.
34
41
  // Terminate handler catches this and exits cleanly.
35
42
  Aws::InitAPI(g_sdk_options);
36
43
  Logger::log("------ Init VOL");
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes