Skip to content

Commit

Permalink
release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrohnv committed Oct 25, 2024
1 parent b17786d commit 5d7aeee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ 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).

## [Unreleased]
## [0.2.1]

### Fixed

- variable `Npairs` to `Npoles` in `recommended_init_poles`
- InexactError if `f` or `poles` were `Float`
- prevent InexactError if `f` or `poles` were `Float`

## [0.2.0] - 2024-10-08

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "RationalVectorFitting"
uuid = "52b1e31a-230f-50d6-be04-0f5494ddfff6"
authors = ["Pedro H. N. Vieira <phnvieira@proton.me>"]
version = "0.2.0"
version = "0.2.1"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down

0 comments on commit 5d7aeee

Please sign in to comment.