v0.3.2
- Add ellipsoid distance in 2D and 3D as a way of modeling anisotropy.
- Add haversine distance between two latitude/longitude pairs.
- Replace
immutable
bystruct
andtype
bymutable struct
in Julia v0.7.
immutable
by struct
and type
by mutable struct
in Julia v0.7.