Skip to content

Commit

Permalink
Updated changelog to reflect abs, abs2, and normalize changes a…
Browse files Browse the repository at this point in the history
…long with `scalar_product` implementation
  • Loading branch information
brainandforce committed Sep 20, 2024
1 parent e3280e2 commit 1e829e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Changed
- Geometric products of `BitIndex` objects are faster.
- `scalar_product` is implemented with a generated function independent of `CliffordNumbers.mul`.
- `normalize` returns `x` if `abs2(x)` is zero.

### Fixed
- `scalar_product` had no method to handle mismatched scalar types.
- `abs` now returns a `Real` result: it is equal to `sqrt(abs(abs2(x)))`.

## [0.1.7] - 2024-09-11

Expand Down

0 comments on commit 1e829e8

Please sign in to comment.