Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heat 1.4.2 preparation #1562

Merged
merged 4 commits into from
Jul 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update CHANGELOG.md
  • Loading branch information
mtar authored Jul 10, 2024
commit 7a85b0d1867965e01436688af5e564cd3d73c6ce
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 - Maintenence release
mtar marked this conversation as resolved.
Show resolved Hide resolved

## Changes

### Maintenence
mtar marked this conversation as resolved.
Show resolved Hide resolved

- [#1467](https://github.com/helmholtz-analytics/heat/pull/1467)/[#1512](https://github.com/helmholtz-analytics/heat/pull/1512), [#1525](https://github.com/helmholtz-analytics/heat/pull/1525)/[#1526](https://github.com/helmholtz-analytics/heat/pull/1526) Support PyTorch 2.3.1 (by @mtar)
- [#1535](https://github.com/helmholtz-analytics/heat/pull/1535)/[#1537](https://github.com/helmholtz-analytics/heat/pull/1537) Address test failures after netCDF4 1.7.1, numpy 2 releases (by @ClaudiaComito)
mtar marked this conversation as resolved.
Show resolved Hide resolved

# 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