Skip to content

Commit 11f9c1c

Browse files
authored
Bump version to 1.0.2 (#1421)
1 parent d5cfa7d commit 11f9c1c

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.1
2+
current_version = 1.0.2
33
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?
44
serialize =
55
{major}.{minor}.{patch}

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
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/),
44

5+
## [1.0.2] - 2024-01-24
6+
7+
### Cartesian
8+
9+
- Compatibility of `gt4py.next` Fields with `gt4py.cartesian` computations.
10+
- Fixes for DaCe 0.15.1 compatibility.
11+
- Added `log10` as native function.
12+
- Make `scipy` optional: get `scipy` by installing `gt4py[full]` for best performance with `numpy` backend.
13+
14+
### Storage
15+
16+
- Refactored low-level storage allocation.
17+
18+
### Next
19+
20+
See commit history.
21+
522
## [1.0.1] - 2023-02-20
623

724
First version including the experimental `gt4py.next` aka _Declarative GT4Py_. The `gt4py.next` package is excluded from semantic versioning.

src/gt4py/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
__license__: Final = "GPL-3.0-or-later"
3434

3535

36-
__version__: Final = "1.0.1"
36+
__version__: Final = "1.0.2"
3737
__version_info__: Final = pkg_version.parse(__version__)

0 commit comments

Comments
 (0)