From ec996ec98d17eb0d31b4cbba98a2e5eddef30228 Mon Sep 17 00:00:00 2001 From: Sebastian Stock <42280794+sostock@users.noreply.github.com> Date: Wed, 2 Nov 2022 18:15:39 +0100 Subject: [PATCH 1/2] Add deprecation note to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2044383..8f5d6c5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ [![Coverage Status](https://coveralls.io/repos/ajkeller34/UnitfulIntegration.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/ajkeller34/UnitfulIntegration.jl?branch=master) [![codecov.io](http://codecov.io/github/ajkeller34/UnitfulIntegration.jl/coverage.svg?branch=master)](http://codecov.io/github/ajkeller34/UnitfulIntegration.jl?branch=master) +**This package is deprecated. It is not compatible with [Unitful.jl](https://github.com/ajkeller34/Unitful.jl) versions 1.0 and above. [QuadGK.jl](https://github.com/JuliaMath/QuadGK.jl) supports Unitful quantities out-of-the-box since version 2.1.0** + This package enables integration of physical quantity-valued functions, using the Quantity types implemented in [Unitful.jl](https://github.com/ajkeller34/Unitful.jl). From aef8734f99ac3693fafd49db46d124b5cc42d43b Mon Sep 17 00:00:00 2001 From: Sebastian Stock <42280794+sostock@users.noreply.github.com> Date: Thu, 2 Feb 2023 08:49:01 +0100 Subject: [PATCH 2/2] Improve deprecation note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f5d6c5..d123ace 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Coverage Status](https://coveralls.io/repos/ajkeller34/UnitfulIntegration.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/ajkeller34/UnitfulIntegration.jl?branch=master) [![codecov.io](http://codecov.io/github/ajkeller34/UnitfulIntegration.jl/coverage.svg?branch=master)](http://codecov.io/github/ajkeller34/UnitfulIntegration.jl?branch=master) -**This package is deprecated. It is not compatible with [Unitful.jl](https://github.com/ajkeller34/Unitful.jl) versions 1.0 and above. [QuadGK.jl](https://github.com/JuliaMath/QuadGK.jl) supports Unitful quantities out-of-the-box since version 2.1.0** +**This package is deprecated. It is not compatible with [Unitful.jl](https://github.com/PainterQubits/Unitful.jl) versions 1.0 and above. [QuadGK.jl](https://github.com/JuliaMath/QuadGK.jl) supports Unitful quantities out of the box since version 2.7.0.** This package enables integration of physical quantity-valued functions, using the Quantity types implemented in [Unitful.jl](https://github.com/ajkeller34/Unitful.jl).