Skip to content

Releases: jbisits/StaircaseShenanigans.jl

v0.6.1

05 Dec 04:00
cfc6cfe
Compare
Choose a tag to compare

What's Changed

  • Background state that is a step function by @jbisits in #95

Full Changelog: v0.6.0...v0.6.1

v0.6.0

05 Dec 01:00
a9d88c2
Compare
Choose a tag to compare

What's Changed

  • Use NamedTuple instead Tuple for noise in both tracers and velocities by @jbisits in #84
  • Bring variables onto CPU by @jbisits in #87
  • Fix TracerNoise setting on GPU by @jbisits in #89
  • Don't override methods plus better dispatching for setting a background state and interface smoothing by @jbisits in #90
  • Simplify initial condition setting by @jbisits in #94

Full Changelog: v0.5.0...v0.6.0

v0.5.0

25 Nov 23:47
b70cad8
Compare
Choose a tag to compare

What's Changed

  • Seperate examples by @jbisits in #74
  • Initial conditions for triple periodic domain that is not just noise by @jbisits in #78
  • Only set initial salt and temperature for periodic if smoothing function is passed by @jbisits in #80
  • set_staircase_initial_conditions! -> set_staircase_initial_conditions! by @jbisits in #81
  • Noise in both tracer and velocity fields by @jbisits in #82
  • S-T animation function by @jbisits in #83
  • CompatHelper: bump compat for Oceananigans to 0.94, (keep existing compat) by @github-actions in #69

Full Changelog: v0.4.4...v0.5.0

v0.4.4

15 Nov 09:56
cb9291b
Compare
Choose a tag to compare

What's Changed

  • Export new plotting functions by @jbisits in #71
  • Move some arguments in simulation to kwargs by @jbisits in #73

Full Changelog: v0.4.3...v0.4.4

v0.4.3

15 Nov 00:50
78cc878
Compare
Choose a tag to compare

What's Changed

  • Fix update_parameters! for BackgroundLienar + move to GPU before indexing by @jbisits in #64
  • Ensure data that is being saved is Array on CPU by @jbisits in #67
  • Specify NamedTuple type in struct +show fixes by @jbisits in #68

Full Changelog: v0.4.2...v0.4.3

v0.4.2

14 Nov 04:12
e8c65ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

11 Nov 03:18
00e5eda
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

08 Nov 05:14
51aa789
Compare
Choose a tag to compare

What's Changed

  • CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) by @github-actions in #42
  • CompatHelper: bump compat for Oceananigans to 0.93, (keep existing compat) by @github-actions in #43
  • Breaking: rename initial conditions + add single interface option by @jbisits in #46
  • Setup reentrant plus triply periodic models to avoid model run down. by @jbisits in #47

Full Changelog: v0.3.1...v0.4.0

v0.3.1

23 Oct 05:07
83c2a2f
Compare
Choose a tag to compare

What's Changed

  • CompatHelper: bump compat for JLD2 to 0.5, (keep existing compat) by @github-actions in #32
  • CompatHelper: bump compat for Oceananigans to 0.92, (keep existing compat) by @github-actions in #33
  • Begin to make restoring more general by @jbisits in #35
  • Rename steps -> interfaces + update Julia CI version by @jbisits in #38
  • Add tracer content restoring within a layer of a staircase simulation by @jbisits in #40

Full Changelog: v0.3.0...v0.3.1

v0.3.0

16 Aug 06:15
ba27d5e
Compare
Choose a tag to compare

What's Changed

  • Plotting for initial density by @jbisits in #24
  • Update to R_rho + correctly set coefficients in linear eos by @jbisits in #25
  • Add option for Relaxation to scalar fields by @jbisits in #27
  • Correct sign in CustomLinearEquationOfState plus single R_rho calculation by @jbisits in #29
  • Add simple velocity noise by @jbisits in #30

Full Changelog: v0.2.1...v0.3.0