From b80c182831be8dd4481cfa713390c67c4ffa24cf Mon Sep 17 00:00:00 2001 From: Registrator Date: Mon, 20 Jan 2020 16:51:50 +0530 Subject: [PATCH] New version: PolynomialBases v0.4.2 (#8198) UUID: c74db56a-226d-5e98-8bb0-a6049094aeea Repo: https://github.com/ranocha/PolynomialBases.jl.git Tree: 02e44897d291ce4a96678039583ca5b0e8116feb Registrator tree SHA: f50e50c1d2a1b9694b1d5749fdb25fef2ca4c291 --- P/PolynomialBases/Compat.toml | 14 ++++++++++++-- P/PolynomialBases/Deps.toml | 6 ++++-- P/PolynomialBases/Versions.toml | 3 +++ 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/P/PolynomialBases/Compat.toml b/P/PolynomialBases/Compat.toml index be2eb8180a14262..bad517068ed9e18 100644 --- a/P/PolynomialBases/Compat.toml +++ b/P/PolynomialBases/Compat.toml @@ -1,8 +1,18 @@ -["0.4"] +[0] +julia = ["0.7", "1"] + +["0-0.4.1"] ArgCheck = "0-1" FastGaussQuadrature = "0" FastTransforms = "0.4-0" Parameters = "0" Requires = "0" SpecialFunctions = "0" -julia = ["0.7", "1"] + +["0.4.2-0"] +ArgCheck = "1" +FastGaussQuadrature = "0.4.2-0.4" +FastTransforms = "0.4-0.8" +Parameters = "0.12" +Requires = ["0.5.2-0.5", "1"] +SpecialFunctions = "0.7-0.10" diff --git a/P/PolynomialBases/Deps.toml b/P/PolynomialBases/Deps.toml index 4d612379bcdb34e..122d43396e685f3 100644 --- a/P/PolynomialBases/Deps.toml +++ b/P/PolynomialBases/Deps.toml @@ -1,10 +1,12 @@ -["0.4"] +[0] ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197" FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838" FastTransforms = "057dd010-8810-581a-b7be-e3fc3b93f78c" -InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a" Requires = "ae029012-a4dd-5104-9daa-d747884805df" SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" + +["0-0.4.1"] +InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" diff --git a/P/PolynomialBases/Versions.toml b/P/PolynomialBases/Versions.toml index 12161ebf40b0204..a67ff518411dcaa 100644 --- a/P/PolynomialBases/Versions.toml +++ b/P/PolynomialBases/Versions.toml @@ -3,3 +3,6 @@ git-tree-sha1 = "18f04b642096fc98977d850b2120273e7a6e0c06" ["0.4.1"] git-tree-sha1 = "b7ca40b96953b7475060e18fb334c2bc5f2d0878" + +["0.4.2"] +git-tree-sha1 = "02e44897d291ce4a96678039583ca5b0e8116feb"