From 2c93462fee74525e403f5e72d0b54289f5a58500 Mon Sep 17 00:00:00 2001 From: Sheehan Olver Date: Thu, 12 Dec 2024 15:32:41 +0000 Subject: [PATCH] RecurrenceRelationships v0.2 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 73e8e69..61a87f6 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RecurrenceRelationshipArrays" uuid = "b889d2dc-af3c-4820-88a8-238fa91d3518" authors = ["Sheehan Olver "] -version = "0.1.2" +version = "0.1.3" [deps] ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" @@ -19,7 +19,7 @@ DynamicPolynomials = "0.6.1" FillArrays = "1" InfiniteArrays = "0.14, 0.15" LazyArrays = "2" -RecurrenceRelationships = "0.1" +RecurrenceRelationships = "0.1, 0.2" SpecialFunctions = "1, 2" julia = "1.10"