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

Merge latest bug fixes from release/1.3.x into main #1314

Merged
merged 38 commits into from
Jan 3, 2024

Conversation

ClaudiaComito
Copy link
Contributor

@ClaudiaComito ClaudiaComito commented Dec 22, 2023

Due Diligence

  • General:
    • base branch must be main for new features, latest release branch (e.g. release/1.3.x) for bug fixes
    • title of the PR is suitable to appear in the Release Notes
  • Implementation:
    • unit tests: all split configurations tested
    • unit tests: multiple dtypes tested
    • documentation updated where needed

Description

Self-explanatory.

Issue/s resolved: #

Changes proposed:

  • merge latest bug fixes and workflow changes into main
  • update version to 1.4.0-dev

Type of change

Bug fix (non-breaking change which fixes an issue)

Memory requirements

NA

Performance

NA

Does this change modify the behaviour of other functions? If so, which?

no

ClaudiaComito and others added 29 commits March 28, 2023 20:04
The copy of tzdata was originally intended to be used from the root
of the repository. The documentation states building docker images
from the docker directory. This had to be aligned.

Moreover, each RUN line in a Dockerfile represents the building of
another intermediate image. This has to be taken into account when
writing the files. Commands such as "cd" will not work on separate
lines.
* upgrade checkout action & use default token

* increase tolerance for single-prec torch.inv comparison

* fix typo

---------

Co-authored-by: Claudia Comito <39374113+ClaudiaComito@users.noreply.github.com>
…-hiccup

Increase tolerance for `ht.allclose` on `ht.inv` operations for all torch versions
…e-commit-config

Sync `pre-commit` configuration with `main` branch
…o_does_not_work_on_GPU

Bug-fix for lasso on GPU
* fix diff axis size one

* fix diff() axis along split

* remove debug code

---------

Co-authored-by: Claudia Comito <39374113+ClaudiaComito@users.noreply.github.com>
* update version to 1.3.1 before release

* revert

* update version before release
* Update pytorch-latest-release.yml

* Update latest-pytorch-support.yml

* Delete .github/workflows/pytorch-latest-main.yml

* Update checkout version

---------

Co-authored-by: Claudia Comito <39374113+ClaudiaComito@users.noreply.github.com>
pinning setup-mpi action to version 1.2.0

---------

Co-authored-by: Michael Tarnawa <m.tarnawa@fz-juelich.de>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
@ghost
Copy link

ghost commented Dec 22, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

Copy link
Contributor

Thank you for the PR!

mtar
mtar previously approved these changes Dec 22, 2023
Copy link
Contributor

Thank you for the PR!

mtar
mtar previously approved these changes Dec 22, 2023
mtar
mtar previously approved these changes Dec 22, 2023
Copy link
Contributor

Thank you for the PR!

mtar
mtar previously approved these changes Dec 22, 2023
Copy link
Contributor

Thank you for the PR!

Copy link
Contributor

Thank you for the PR!

@ClaudiaComito
Copy link
Contributor Author

OK @mtar I've expanded the tests as much as I could. What's still uncovered is either actually covered by the output shape checks (comparison with numpy outputs), or it is only checked with pytorch < 1.11. I can't do much else here.

Thanks and happy holidays!

heat/fft/fft.py Outdated Show resolved Hide resolved
heat/fft/fft.py Outdated Show resolved Hide resolved
heat/fft/fft.py Outdated Show resolved Hide resolved
Copy link
Contributor

github-actions bot commented Jan 3, 2024

Thank you for the PR!

@mtar mtar merged commit 23036bc into main Jan 3, 2024
46 checks passed
@mtar mtar deleted the workflows/merge-release-into-main branch January 3, 2024 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants