Skip to content

Releases: JuliaClimate/MeshArrays.jl

v0.2.8

14 Apr 04:04
d0b7a90
Compare
Choose a tag to compare

MeshArrays v0.2.8

Diff since v0.2.7

  • new (exported) functions knn, InterpolationFactors, and Tiles (which replaces TilesMap)
  • new dependency to NearestNeighbors.jl

Code follows my earlier gcmfaces implementation used with MITgcm and MITprof

Merged pull requests:

v0.2.7

27 Mar 16:06
7f36bd5
Compare
Choose a tag to compare

MeshArrays v0.2.7

Diff since v0.2.6

  • add meta structure containing unit, position, and names
  • defaultmeta = varmeta(missing,fill(0.5,3),"unknown","unknown")
  • support for non-default varmeta is limited to constructors, similar, read and exchange
  • similar() uses defaultmeta by default -- unless optional argument m is provided (e.g. in read and exchanges)
  • fill in meta data for grid variables at the time when they are defined via read / similar / MeshArray() in GridLoad & GridOfOnes
  • show method now prints out meta for gcmarray
  • Project.toml now depends on Unitful.jl for varmeta data structure
  • rename mygrid,GridVariables as γ,Γ throughout packages
  • GridOfOnes now returns both γ,Γ
  • documentation updates/improvements

Closed issues:

  • stable documentation did not update with v0.2.5; the dev documentation is now up to date though (#36)

Merged pull requests:

v0.2.6

09 Feb 17:06
6713685
Compare
Choose a tag to compare

MeshArrays v0.2.6

Diff since v0.2.5

Merged pull requests:

v0.2.5

27 Jan 11:57
v0.2.5
4042c27
Compare
Choose a tag to compare

v0.2.5 (2020-01-26)

Diff since v0.2.4

Merged pull requests:

  • trim down, clean up, reorganize, update docs, add benchmarks (#33) (gaelforget)

v0.2.4

12 Dec 22:53
v0.2.4
e2ca17e
Compare
Choose a tag to compare

v0.2.4 (2019-12-07)

Diff since v0.2.3

Merged pull requests:

  • Add doubly periodic domain (dpdo) config + TileMap + GridAddWS! + ... (#32) (gaelforget)

v0.2.3

10 Oct 19:24
v0.2.3
81ae23a
Compare
Choose a tag to compare

v0.2.3 (2019-10-10)

Diff since v0.2.2

Closed issues:

  • trigger registrator.jl (#12)

Merged pull requests:

v0.2.2

19 Sep 10:17
v0.2.2
6cacf57
Compare
Choose a tag to compare

v0.2.2 (2019-09-18)

Diff since v0.2.1

Merged pull requests:

v0.2.1

11 Sep 08:30
v0.2.1
c2b488e
Compare
Choose a tag to compare

v0.2.1 (2019-09-10)

Diff since v0.2.0

Merged pull requests:

  • Add features, improve docs, and fixes (#26) (gaelforget)
  • Improve documentation + related simplifications & changes (#25) (gaelforget)

v0.2.0

23 Aug 23:07
v0.2.0
a9609f9
Compare
Choose a tag to compare

v0.2.0 (2019-08-23)

Diff since v0.1.10

Merged pull requests:

  • set MeshArray=gcmarray (new default instead of gcmfaces) (#24) (gaelforget)
  • Documentation updates and improvements (v1) (#23) (gaelforget)

v0.1.10

21 Aug 22:06
v0.1.10
0b9604a
Compare
Choose a tag to compare

v0.1.10 (2019-08-21)

Diff since v0.1.9

Merged pull requests:

  • fix remaining issues with gcmarray (demo3, view, etc) (#22) (gaelforget)
  • Revisit custom types & add potential replacement for gcmfaces (gcmarray) (#21) (gaelforget)