@@ -7,16 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
## [ 0.17.0] - 2021-11-03
8
8
9
9
### 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
10
20
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
20
25
21
26
## [ 0.16.1] - 2021-10-20
22
27
0 commit comments