Skip to content

Commit 82244d2

Browse files
committed
Bumped to version 0.1.2
1 parent a5ae8b9 commit 82244d2

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
66
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.2] - 2022-12-12
9+
10+
### Fixed
11+
- `snf(::SMatrix{D1,D2,T})` now returns its factors as `SMatrix` types.
12+
- The return type of `snf(::SMatrix{D1,D2,T})` is now `Smith{T,SArray{S,T,2}} where S<:Tuple`.
13+
- Removed an extraneous `@info` statement from `NormalForms.snf_ma!()`
14+
815
## [0.1.1] - 2022-11-08
916

1017
### Added

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NormalForms"
22
uuid = "109d20d8-9763-411c-9b60-7eb2a068657f"
33
authors = ["Brandon Flores"]
4-
version = "0.1.1"
4+
version = "0.1.2"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

0 commit comments

Comments
 (0)