Skip to content

Commit cb406c5

Browse files
authored
Merge pull request #110 from SciML/dpa/readme-remove-outdated-sentence
README: edit an outdated sentence
2 parents 2224ec6 + 2e5d900 commit cb406c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ArrayInterface"
22
uuid = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
3-
version = "2.14.16"
3+
version = "2.14.17"
44

55
[deps]
66
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
[![Build status](https://badge.buildkite.com/a2db252d92478e1d7196ee7454004efdfb6ab59496cbac91a2.svg?branch=master)](https://buildkite.com/julialang/arrayinterface-dot-jl)
66
[![codecov](https://codecov.io/gh/SciML/ArrayInterface.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/SciML/ArrayInterface.jl)
77

8-
Julia has only recently reached v1.0 and the AbstractArray interface is still
9-
quite new. The purpose of this library is to solidify extensions to the current
8+
The AbstractArray interface in Base Julia is still relatively young.
9+
The purpose of this library is to solidify extensions to the current
1010
AbstractArray interface, which are put to use in package ecosystems like
1111
DifferentialEquations.jl. Since these libraries are live, this package will
1212
serve as a staging ground for ideas before they are merged into Base Julia. For this

0 commit comments

Comments
 (0)