iceberg 0.7.0 → 0.10.1

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: 2c46a82a7b9d4d9fff982a5b2f0c1f7afe35190be0ce6d10e10bb11aa640bffc
4
+ data.tar.gz: 96d07d2411575116317865ad03bc7ed2ec46afbb578214959a275c16704f8d8f
5
+ SHA512:
6
+ metadata.gz: 6daf12d51dd4a08a16df8c8d69a4f9afff30d8dcf0285214d41427d025065e3c1b9be072d588dd1a5db310c9189c73fd37a7b0fbc698af36007585d5cfc847a2
7
+ data.tar.gz: 12e6a28918d367c4fdeec801bd0c16b8dc2eb3c18b6c9411d6281dc01aa378411cea70168f927c6571075b09e79a0bec6d1012e816d6acea4e9b7e1ba8573e6b
data/CHANGELOG.md ADDED
@@ -0,0 +1,9 @@
1
+ ## 0.10.1 (2025-08-27)
2
+
3
+ - Added `if_not_exists` option to `create_namespace` method
4
+ - Added `snapshot_id` and `storage_options` options to `to_polars` method
5
+ - Fixed installation error
6
+
7
+ ## 0.10.0 (2025-08-27)
8
+
9
+ - First release