diff --git a/README.md b/README.md index 9479854..7c0df1c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # NRRD +[![NRRD](http://pkg.julialang.org/badges/NRRD_0.4.svg)](http://pkg.julialang.org/?pkg=NRRD) +[![NRRD](http://pkg.julialang.org/badges/NRRD_0.5.svg)](http://pkg.julialang.org/?pkg=NRRD) [![Build Status](https://travis-ci.org/JuliaIO/NRRD.jl.svg?branch=master)](https://travis-ci.org/JuliaIO/NRRD.jl) [![codecov.io](http://codecov.io/github/JuliaIO/NRRD.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaIO/NRRD.jl?branch=master) -Package for reading NRRD files. +Package for reading NRRD files. Implements the [FileIO](https://github.com/JuliaIO/FileIO.jl) interface. Originally located in [Images.jl](https://github.com/timholy/Images.jl) diff --git a/REQUIRE b/REQUIRE index 521078a..53d458e 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,7 +1,7 @@ -julia 0.3 +julia 0.4 Images SIUnits -Compat +Compat 0.8.7 Zlib FixedPointNumbers FileIO