From 821125900c3a60349b8fdbeeffe0757abf383142 Mon Sep 17 00:00:00 2001 From: "David P. Sanders" Date: Sat, 18 May 2024 18:28:38 -0500 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12243f2..1286678 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ -# IntervalBoxes +# IntervalBoxes.jl [![Build Status](https://github.com/dpsanders/IntervalBoxes.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/dpsanders/IntervalBoxes.jl/actions/workflows/CI.yml?query=branch%3Amain) + + +Multi-dimensional interval boxes in Julia. + +These are Cartesian products of `Interval`s (actually `BareInterval`s) defined in [IntervalArithmetic.jl](https://github.com/JuliaIntervals/IntervalArithmetic.jl). + +[This code was originally in that repo but was removed. The git history can be found there.] + +## Authors +Copyright by JuliaIntervals contributors 2017–2024