iceberg 0.10.2-x86_64-darwin

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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: ab4e6f6fd16aff71eae69ee847aa1c55211f2c8f95391d6754fc5dc175d206ad
4
+ data.tar.gz: 44ea5c030a3854b7353beda3c85898d7a43afe16e79a783d8f43ac4522ba91d4
5
+ SHA512:
6
+ metadata.gz: 5a51ae4e9d80adde36d683cb90a71026c501052bbfb8c98d051cdb7c8958b86c0296da42946643265fa113fbf2547e0c0612f6d0c1a56202dd70cf5fd22e4274
7
+ data.tar.gz: 7a3cfc98e281a3c42c0a5e6ff5cf30625be43ce9934e40903c3b6eac06446ceb1e913f060e6e91b5d99aa41a494d8db790b5613e42676ba84c6353b3c2400de0
data/CHANGELOG.md ADDED
@@ -0,0 +1,13 @@
1
+ ## 0.10.2 (2025-08-28)
2
+
3
+ - Added precompiled gems
4
+
5
+ ## 0.10.1 (2025-08-27)
6
+
7
+ - Added `if_not_exists` option to `create_namespace` method
8
+ - Added `snapshot_id` and `storage_options` options to `to_polars` method
9
+ - Fixed installation error
10
+
11
+ ## 0.10.0 (2025-08-27)
12
+
13
+ - First release