-
Notifications
You must be signed in to change notification settings - Fork 33
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
Updated CHANGELOG.md for 0.20.1 release. #994
Conversation
mingjie-intel
commented
Apr 7, 2023
- Have you provided a meaningful PR description?
- Have you added a test, reproducer or referred to an issue with a reproducer?
- Have you tested your changes locally for CPU and GPU devices?
- Have you made sure that new changes do not introduce compiler warnings?
- If this PR is a work in progress, are you filing the PR as a draft?
CHANGELOG.md
Outdated
* Added Dockerfile and a manual workflow to publish pre-built packages to the repo.(#973) | ||
|
||
### Changed | ||
* Allowed shape to be a positional only argument when constructing a tensor. (#993) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#993 should go under fixed. (Fixed default dtype derivation when creating a dpnp.ndarray)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reference in new
Moved.
CHANGELOG.md
Outdated
### Changed | ||
* Allowed shape to be a positional only argument when constructing a tensor. (#993) | ||
* Adjusted test_windows step to work with intel-opencl-rt=2023.1.0. (#990) | ||
* Handled the case when arraystruct->meminfo is null to close gh-965. (#972) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should go under fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should go under fixed.
Moved.
CHANGELOG.md
Outdated
* Allowed shape to be a positional only argument when constructing a tensor. (#993) | ||
* Adjusted test_windows step to work with intel-opencl-rt=2023.1.0. (#990) | ||
* Handled the case when arraystruct->meminfo is null to close gh-965. (#972) | ||
* Refactored kernel_builder.py. (#967) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this one worth mentioning?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this one worth mentioning?
Removed.
43c5ac4
to
ba331fb
Compare
Updated CHANGELOG.md for 0.20.1 release. dc25504
Updated CHANGELOG.md for 0.20.1 release. dc25504
Updated CHANGELOG.md for 0.20.1 release. dc25504
Updated CHANGELOG.md for 0.20.1 release.