From 99a3a7ace487c23bb4cede658a127227dcd16cc4 Mon Sep 17 00:00:00 2001 From: Francesc Verdugo Date: Fri, 9 Feb 2024 15:26:17 +0100 Subject: [PATCH] Moving to 0.4.3 --- CHANGELOG.md | 8 +++++++- Project.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa631104..22e68085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.4.2] - unreleased +## [0.4.3] - 2024-02-09 + +### Added + +- Function `sparse_matrix`, which is is equivalent to `sparse`, but it allows one to pass negative indices (which will be ignored). Useful to handle boundary conditions. + +## [0.4.2] - 2024-02-07 ### Added diff --git a/Project.toml b/Project.toml index 89ed0968..80e3dcb9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PartitionedArrays" uuid = "5a9dfac6-5c52-46f7-8278-5e2210713be9" authors = ["Francesc Verdugo and contributors"] -version = "0.4.2" +version = "0.4.3" [deps] CircularArrays = "7a955b69-7140-5f4e-a0ed-f168c5e2e749"