From 2cd297b075ce6df5e89899a6cba977b63bcec61e Mon Sep 17 00:00:00 2001 From: Jeremy L Thompson Date: Wed, 5 Jan 2022 15:28:54 -0700 Subject: [PATCH] release - prepare for v0.5.0 --- CITATION.cff | 4 ++-- Project.toml | 2 +- docs/src/release_notes.md | 12 ++++++++++++ 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 216413d00..c396c6927 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,8 +1,8 @@ cff-version: 1.1.0 title: "LFAToolkit.jl" message: "Please cite the following works when using this software." -version: 0.4.1 -date-released: 2021-07-02 +version: 0.5.0 +date-released: 2022-01-05 license: BSD-2-Clause authors: - family-names: Thompson diff --git a/Project.toml b/Project.toml index 11b0dde12..47325507f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LFAToolkit" uuid = "3f92b583-c0aa-4596-8bdf-f02f6c0a52df" authors = ["Jeremy L Thompson "] -version = "0.4.1" +version = "0.5.0" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" diff --git a/docs/src/release_notes.md b/docs/src/release_notes.md index 596845202..471b67141 100644 --- a/docs/src/release_notes.md +++ b/docs/src/release_notes.md @@ -6,6 +6,18 @@ Current development includes: Enhancements: +Bugfixes: + +## v0.5.0 + +This release include some minor fixes and some convenience utilities. + +Breaking change: + +* Kkeyword argument indicating quadrature point placement for Basis convenience constructors renamed. + +Enhancements: + * Added `computesymbolsoverrange` to facilitate common analysis. Bugfixes: