Skip to content

Commit

Permalink
Add entry to ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
antonwolfy committed Dec 5, 2024
1 parent b9a35b9 commit 024394d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.16.1] - 12/XX/2024
## [0.16.1] - 12/05/2024

This is a bug-fix release.

Expand All @@ -18,6 +18,7 @@ This is a bug-fix release.

* Resolved an issue with Compute Follows Data inconsistency in `dpnp.extract` function [#2172](https://github.com/IntelPython/dpnp/pull/2172)
* Resolves an import error when using `dpnp` in virtual environment on Linux [#2199](https://github.com/IntelPython/dpnp/pull/2199)
* Fixed incorrect result produced by `dpnp.fft.fft` function when input array has negative strides [#2202](https://github.com/IntelPython/dpnp/pull/2202)
* Resolved a compilation error when building with DPC++ 2025.1 compiler [#2211](https://github.com/IntelPython/dpnp/pull/2211)

## [0.16.0] - 10/14/2024
Expand Down

0 comments on commit 024394d

Please sign in to comment.