Skip to content

Commit

Permalink
Heat 1.4.2 preparation (#1562)
Browse files Browse the repository at this point in the history
* Update version.py

* Update CHANGELOG.md

* Apply suggestions from code review

Co-authored-by: Claudia Comito <[email protected]>

* Update CHANGELOG.md

---------

Co-authored-by: Claudia Comito <[email protected]>
  • Loading branch information
mtar and ClaudiaComito authored Jul 12, 2024
1 parent e82dac9 commit 421da62
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# v1.4.2 - Maintenance release

## Changes

### Maintenance

- [#1467](https://github.com/helmholtz-analytics/heat/pull/1467), [#1525](https://github.com/helmholtz-analytics/heat/pull/1525) Support PyTorch 2.3.1 (by @mtar)
- [#1535](https://github.com/helmholtz-analytics/heat/pull/1535) Address test failures after netCDF4 1.7.1, numpy 2 releases (by @ClaudiaComito)

# v1.4.1 - Bug fix release

## Changes

### Bug fixes
- #1472 DNDarrays returned by `_like` functions default to same device as input DNDarray (by @mrfh92, @ClaudiaComito)

### Maintenance
- #1441 added names of non-core members in citation file (by @mrfh92)

# v1.4.0 - Interactive HPC tutorials, distributed FFT, batch-parallel clustering, support PyTorch 2.2.2

## Changes
Expand Down
2 changes: 1 addition & 1 deletion heat/core/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""Indicates Heat's main version."""
minor: int = 4
"""Indicates feature extension."""
micro: int = 1
micro: int = 2
"""Indicates revisions for bugfixes."""
extension: str = None
"""Indicates special builds, e.g. for specific hardware."""
Expand Down

0 comments on commit 421da62

Please sign in to comment.