Skip to content

Releases: JuliaClimate/Drifters.jl

v0.2.2

18 Nov 13:10
Compare
Choose a tag to compare

IndividualDisplacements v0.2.2

Diff since v0.2.1

Closed issues:

  • Installation of 0.2.1 (#34)

Merged pull requests:

  • CompatHelper: bump compat for "CSV" to "0.8" (#33) (@github-actions[bot])
  • dependency & CI updates (#35) (@gaelforget)

v0.2.1

07 Nov 18:10
Compare
Choose a tag to compare

IndividualDisplacements v0.2.1

Diff since v0.2.0

  • get grids, velocities for examples and test via Pkg.Artifacts
  • call getifneeded* functions preemptively during CI
  • add Artifacts.toml for flt_example
  • add and test in-place 3D dxyz_dt!
  • use NetCDF.open more lazily

Merged pull requests:

  • use Pkg.Artifacts for grids etc + add in-place 3D dxyz_dt! (#31) (@gaelforget)

v0.2.0

01 Oct 03:12
Compare
Choose a tag to compare

IndividualDisplacements v0.2.0

Diff since v0.1.17

Merged pull requests:

v0.1.17

29 Sep 01:21
Compare
Choose a tag to compare

IndividualDisplacements v0.1.17

Diff since v0.1.16

Merged pull requests:

v0.1.16

09 Sep 06:13
Compare
Choose a tag to compare

IndividualDisplacements v0.1.16

Diff since v0.1.15

  • update examples to new API
  • add Pluto.jl notebook example
  • add ▽ = postprocess_default to struct
  • add dependency to MITgcmTools
  • streamline global example via helper functions
  • new API.jl < Individuals, displace!, reset!, start!
  • demo new set_up_𝑃, update_𝑃! Individuals, displace!, reset!
  • embed update function as 🔄 in 𝑃
  • introduce Individuals data structure
  • improve time loop, 𝑃.𝑇, id, reset, iter
  • standardize postprocessing vs time, add ioSize in 𝑃
  • define iter!(df,𝑃,u0) using update_uvetc
  • split read_uvetc (update_uvetc) replace 𝑃.t0,t1 w 𝑃.𝑇
  • speed up postprocess_lonlat using new add_lonlat!
  • use NamedTuple for parameters instead of Dict

Merged pull requests:

  • CompatHelper: bump compat for "CyclicArrays" to "0.4" (#26) (@github-actions[bot])
  • first steps towards API & data structure (#27) (@gaelforget)

v0.1.15

20 Aug 02:11
Compare
Choose a tag to compare

IndividualDisplacements v0.1.15

Diff since v0.1.14

Merged pull requests:

v0.1.14

21 Jul 21:08
Compare
Choose a tag to compare

IndividualDisplacements v0.1.14

Diff since v0.1.13

  • improve docs & binder links (now use web1 branch)

v0.1.13

17 Jul 20:09
Compare
Choose a tag to compare

IndividualDisplacements v0.1.13

Diff since v0.1.12

  • rm Manifest.toml from git
  • temporarily skip mac ci
  • add initialize_lonlat (src) & get_grid_if_needed
  • replace initialize_randn w. initialize_lonlat + randn_lonlat
  • add get_flt_ex_if_needed & update get_grid_if_needed
  • improve folder paths handling in examples
  • add legends
  • upgrade examples, now handled via literate & documenter
    • add literate in docs
    • add dependencies for docs / literate
    • re-organize examples
    • add global_ocean_circulation to docs but no execute

Merged pull requests:

  • CompatHelper: bump compat for "DataFrames" to "0.21" (#16) (@github-actions[bot])
  • CompatHelper: bump compat for "StatsBase" to "0.33" (#17) (@github-actions[bot])
  • doc pages & simpler function names (#18) (@gaelforget)
  • use MeshArrays.simple_periodic_domain and rectangular domain (#20) (@gaelforget)
  • CompatHelper: bump compat for "CSV" to "0.7" (#21) (@github-actions[bot])
  • add test2 & document test1 (#22) (@gaelforget)
  • initialize_lonlat (new), examples, and documentation (#23) (@gaelforget)
  • upgrade examples >> literate and documenter (#24) (@gaelforget)

v0.1.12

15 Jun 19:05
Compare
Choose a tag to compare

IndividualDisplacements v0.1.12

Diff since v0.1.11

Merged pull requests:

v0.1.11

04 Jun 16:06
Compare
Choose a tag to compare

IndividualDisplacements v0.1.11

Diff since v0.1.10

Merged pull requests:

  • fixes, updates, and additions (#14) (@gaelforget)

  • update SolidBody, RandomFlow, GlobalDomain examples; add slideshow option

  • add subset reinitialization & bug fix

  • add time variable velocity input / monthly loop

  • update initialize function names

  • (new) initialize_random_locations, randn_lonlat : define initial condition (u0,du) using randomly distributed longitude,latitude positions on the sphere

  • (new) add drifter data read function read_drifters

  • update dependencies & consolidate reads

  • examples/myread -> data_wrangling/read_mds

  • update documentation & notations in examples

  • fix bug in postprocess_ODESolution & RelocationFunctions_cs