From 577703d67394b404ac8c6bdf1b838950a32fbf9f Mon Sep 17 00:00:00 2001 From: Sebastian Stock <42280794+sostock@users.noreply.github.com> Date: Wed, 2 Nov 2022 17:41:24 +0100 Subject: [PATCH] Remove UnitfulIntegration.jl from README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 20b81e442..17921fcff 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ mathematical operations and collections that are found in Julia base. ### Feature additions -- [UnitfulIntegration.jl](https://github.com/PainterQubits/UnitfulIntegration.jl): Enables use of Unitful quantities with [QuadGK.jl](https://github.com/JuliaMath/QuadGK.jl). PRs for other integration packages are welcome. - [UnitfulEquivalences.jl](https://github.com/sostock/UnitfulEquivalences.jl): Enables conversion between equivalent quantities of different dimensions, e.g. between energy and wavelength of a photon. - [UnitfulLatexify.jl](https://github.com/gustaphe/UnitfulLatexify.jl): Pretty print units and quantities in LaTeX format. - [UnitfulBuckinghamPi.jl](https://github.com/rmsrosa/UnitfulBuckinghamPi.jl): Solves for the adimensional Pi groups in a list of Unitful parameters, according to the Buckingham-Pi Theorem.