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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@
2
2
3
3
Notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4
4
5
+
## [1.1.6] - 2026-02-27
6
+
7
+
### Cartesian
8
+
9
+
- Added a `GT4PY_CARTESIAN_ENABLE_OPENMP` environment variable to disable OpenMP, which allows to support compilers (e.g. `apple-clang`) not shipping with OpenMP by default.
10
+
- Fixed issue in the `numpy` backend related to `K`-query expressions, where an internal variable was shadowing any user-provided `k_mask` variable.
0 commit comments