Releases: sisl/GridInterpolations.jl
Releases · sisl/GridInterpolations.jl
v1.2.1
GridInterpolations v1.2.1
Merged pull requests:
- Remove redundant interpolate method for matrixes (#49) (@ctessum)
- Modify the input data type from DenseArray to AbstractArray in interpolate function (#52) (@himanshugupta1009)
v1.2.0
v1.1.2
GridInterpolations v1.1.2
Closed issues:
Merged pull requests:
- any(isnan.(x)) -> any(isnan, x) (#27) (@zsunberg)
- added size function for RectangleGrid (#29) (@mattuntergassmair)
- Install TagBot as a GitHub Action (#30) (@JuliaTagBot)
- Improved benchmarking using BenchmarkTools (#31) (@mattuntergassmair)
- Allow StaticArray 1.0 and later (#36) (@rejuvyesh)
v1.1.1
- add iterator over the grid
- add Cartesian indexing
Release v1.0.0 for Julia 1.0
Updating Julia reqd version
Supports AbstractArrays
Additionally provides a vertices()
method to access a list of the grid vertices in order.
minor tag change upgrade to julia 0.6
Merge pull request #16 from MaximeBouton/0_6 Update to julia 0.6