Skip to content

Commit a25e80e

Browse files
chore(main): release 1.2.0
1 parent 68cbdc0 commit a25e80e

9 files changed

Lines changed: 22 additions & 8 deletions

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.2"
2+
".": "1.2.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.0](https://github.com/open-meteo/python-omfiles/compare/v1.1.2...v1.2.0) (2026-04-10)
9+
10+
11+
### Features
12+
13+
* Add streaming write support to enable writing larger-than-ram dask-backed arrays and datasets ([#108](https://github.com/open-meteo/python-omfiles/issues/108)) ([9077abb](https://github.com/open-meteo/python-omfiles/commit/9077abb128bd4af0a4695e175db43b26b402d3b5))
14+
15+
16+
### Bug Fixes
17+
18+
* add tests for non contiguous behavior ([#123](https://github.com/open-meteo/python-omfiles/issues/123)) ([10ac68b](https://github.com/open-meteo/python-omfiles/commit/10ac68bea33f9630772c20a45e6abbef7b3f2e85))
19+
* hopefully fix windows test failure because of inaccessible files in psutil ([3491c10](https://github.com/open-meteo/python-omfiles/commit/3491c105c471d9359f6a850e6a81e3b70bb12691))
20+
* improve upstream build script ([#114](https://github.com/open-meteo/python-omfiles/issues/114)) ([43e8496](https://github.com/open-meteo/python-omfiles/commit/43e8496bdf1d07933819ce276b2ea89e4bf306b6))
21+
822
## [1.1.2](https://github.com/open-meteo/python-omfiles/compare/v1.1.1...v1.1.2) (2026-03-11)
923

1024

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "python-omfiles"
3-
version = "1.1.2"
3+
version = "1.2.0"
44
edition = "2021"
55
description = "Python bindings for the rust omfiles library"
66
license = "GPL-2.0-only"

examples/readme_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# /// script
44
# requires-python = ">=3.12"
55
# dependencies = [
6-
# "omfiles[fsspec]>=1.1.2", # x-release-please-version
6+
# "omfiles[fsspec]>=1.2.0", # x-release-please-version
77
# ]
88
# ///
99

examples/regrid_ecmwf_ifs_hres_gaussian_O1280_to_0.1_degree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# /// script
44
# requires-python = ">=3.12"
55
# dependencies = [
6-
# "omfiles[fsspec]>=1.1.2", # x-release-please-version
6+
# "omfiles[fsspec]>=1.2.0", # x-release-please-version
77
# "matplotlib",
88
# "cartopy",
99
# "earthkit-regrid==0.5.0",

examples/regrid_subset_of_projected_domain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# /// script
44
# requires-python = ">=3.12"
55
# dependencies = [
6-
# "omfiles[fsspec, grids]>=1.1.2", # x-release-please-version
6+
# "omfiles[fsspec, grids]>=1.2.0", # x-release-please-version
77
# "matplotlib",
88
# "cartopy",
99
# "scipy",

examples/select_by_coordinates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# /// script
44
# requires-python = ">=3.12"
55
# dependencies = [
6-
# "omfiles[grids,fsspec]>=1.1.2", # x-release-please-version
6+
# "omfiles[grids,fsspec]>=1.2.0", # x-release-please-version
77
# "matplotlib",
88
# ]
99
# ///

examples/spatial_xarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# /// script
44
# requires-python = ">=3.12"
55
# dependencies = [
6-
# "omfiles[fsspec,grids,xarray]>=1.1.2", # x-release-please-version
6+
# "omfiles[fsspec,grids,xarray]>=1.2.0", # x-release-please-version
77
# "matplotlib",
88
# "cartopy",
99
# ]

0 commit comments

Comments
 (0)