Skip to content

Releases: OceanBioME/OceanBioME.jl

v0.16.6

11 Dec 14:04
6eef68d

Choose a tag to compare

OceanBioME v0.16.6

Diff since v0.16.5

Merged pull requests:

  • Fix light, LOBSTER, and NPZD constructors to work with Float32 (#324) (@ali-ramadhan)

Closed issues:

  • MethodError when attempting to construct a Float32 LOBSTER (#273)

v0.16.5

10 Dec 16:43
c5e1cfa

Choose a tag to compare

OceanBioME v0.16.5

Diff since v0.16.4

Merged pull requests:

  • Improves damped newton raphson peformance (#316) (@jagoosw)

v0.16.4

09 Dec 16:19
f5352ea

Choose a tag to compare

OceanBioME v0.16.4

Diff since v0.16.3

Merged pull requests:

Closed issues:

  • Consider other profilers to use (#264)
  • Compare GPU and CPU runs (#265)
  • Investigate CPU performance (#296)
  • PISCES model does not run on GPU (#319)

v0.16.3

02 Dec 00:55
4667bd1

Choose a tag to compare

OceanBioME v0.16.3

Diff since v0.16.2

Merged pull requests:

  • CompatHelper: bump compat for Oceananigans to 0.102, (keep existing compat) (#318) (@github-actions[bot])

v0.16.2

25 Nov 20:42
580d8d3

Choose a tag to compare

OceanBioME v0.16.2

Diff since v0.16.1

Merged pull requests:

Closed issues:

  • Bump compat for EnsembleKalmanProcesses for docs (#213)
  • Question: What is maximum_sinking_velocity(bgc) expected behaviour? (#229)
  • Sediment models will not work with hydrostatic RK3 time stepping (#234)

v0.16.1

24 Nov 20:55
a63fede

Choose a tag to compare

OceanBioME v0.16.1

Diff since v0.16.0

Merged pull requests:

  • CompatHelper: bump compat for Oceananigans to 0.101, (keep existing compat) (#311) (@github-actions[bot])

v0.16.0

18 Nov 17:16
5982ee6

Choose a tag to compare

OceanBioME v0.16.0

Diff since v0.15.1

Breaking changes:

  • Changes LOBSTER API to take parameters for each sub-module separatly

Merged pull requests:

  • 0.16.0 Introduces iron limitation to LOBSTER and refactors for modularity (#276) (@jagoosw)

Closed issues:

  • scale_for_negs! kernel performance (#297)

v0.15.1

05 Nov 14:28
b798aef

Choose a tag to compare

OceanBioME v0.15.1

Diff since v0.15.0

  • New method for scale_for_negs! to improve peformance #297

Merged pull requests:

v0.15.0

04 Nov 16:56
961da47

Choose a tag to compare

OceanBioME v0.15.0

Diff since v0.14.10

Fixes a bug in CarbonChemistry

Breaking changes

  • Changes CarbonChemistry API from return_pH = true/false to output = Val(:pHᵗ) etc.

Merged pull requests:

  • 0.15.0 Make CarbonChemistry be able to return pCO2 (#305) (@jagoosw)

v0.14.10

04 Nov 16:04
e0397b7

Choose a tag to compare

OceanBioME v0.14.10

Diff since v0.14.9

Merged pull requests:

  • 0.14.10 Improve root finding (sugar kelp and carbon chem) by computing analytical derivatives and using newton raphson solver (#308) (@jagoosw)