Skip to content

Commit 06756c7

Browse files
committed
Merge branch 'release0.17' into main
2 parents 90a9a68 + 8bf6513 commit 06756c7

File tree

2 files changed

+38
-9
lines changed

2 files changed

+38
-9
lines changed

.github/release.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
categories:
6+
- title: Added
7+
labels:
8+
- enhancement
9+
- feature
10+
- title: Changed
11+
labels:
12+
- feature-change
13+
- title: Fixed
14+
labels:
15+
- bug
16+
- title: Removed
17+
labels:
18+
- removed-feature
19+
- title: Deprecated
20+
labels:
21+
- deprecated-feature
22+
- title: Other Changes
23+
labels:
24+
- "*"

CHANGELOG.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [0.17.0] - 2021-11-03
88

99
### Added
10+
* Use Python 3.9 [public CI] by @PokhodenkoSA in https://github.com/IntelPython/numba-dppy/pull/574
11+
* Use `NUMBA_DPPY_DEBUG` for debugging GDB tests by @PokhodenkoSA in https://github.com/IntelPython/numba-dppy/pull/578
12+
* Preliminary support Numba 0.55 (master branch) by @PokhodenkoSA in https://github.com/IntelPython/numba-dppy/pull/583
13+
* Workflow for manually running tests using Numba PRs by @PokhodenkoSA in https://github.com/IntelPython/numba-dppy/pull/586
14+
* Add public CI trigger on tags by @1e-to in https://github.com/IntelPython/numba-dppy/pull/589
15+
* Upload packages for `release*` branches by @1e-to in https://github.com/IntelPython/numba-dppy/pull/593
16+
* Update to dpctl 0.11 by @PokhodenkoSA in https://github.com/IntelPython/numba-dppy/pull/595
17+
* Update to dpnp 0.9 by @PokhodenkoSA in https://github.com/IntelPython/numba-dppy/pull/599
18+
* Improve the documenatation landing page by @diptorupd in https://github.com/IntelPython/numba-dppy/pull/601
19+
* Clean up README by @diptorupd in https://github.com/IntelPython/numba-dppy/pull/604
1020

11-
* Update to dpnp 0.9 (#599, #606)
12-
* Update to dpctl 0.11 (#595)
13-
* Clean up README. (#604)
14-
* Improve the documenatation landing page. (#601)
15-
* Upload packages for release* branches (#593, #596)
16-
* Manual run tests w/ Numba PR (#586)
17-
* Preliminary support Numba 0.55 (master branch) (#583)
18-
* Use Python 3.9 in public CI (#574)
19-
* Use NUMBA_DPPY_DEBUG for debugging GDB tests (#578)
21+
### Fixed
22+
* Restrict dpctl to 0.10.* for release 0.16 by @1e-to in https://github.com/IntelPython/numba-dppy/pull/590
23+
* Fix upload from release branch by @1e-to in https://github.com/IntelPython/numba-dppy/pull/596
24+
* Unskip tests passing with dpnp 0.9.0rc1 by @PokhodenkoSA in https://github.com/IntelPython/numba-dppy/pull/606
2025

2126
## [0.16.1] - 2021-10-20
2227

0 commit comments

Comments
 (0)