From 5d7aeee8d3a495dddf9b6709828126e2ae09b646 Mon Sep 17 00:00:00 2001 From: "Pedro H. N. Vieira" Date: Fri, 25 Oct 2024 11:47:50 -0300 Subject: [PATCH] release 0.2.1 --- CHANGELOG.md | 4 ++-- Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1cc15b..a5c739d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Project.toml b/Project.toml index 613a667..e8df7ac 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RationalVectorFitting" uuid = "52b1e31a-230f-50d6-be04-0f5494ddfff6" authors = ["Pedro H. N. Vieira "] -version = "0.2.0" +version = "0.2.1" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"