Releases: meom-group/jaxparrow
Releases · meom-group/jaxparrow
v0.2.2
- add
cyclogeostrophic_imbalance
function
- ease a posteri evaluation of the loss per grid cell
v0.2.1
- Better handling of nan/land value #67
v0.2.0
- fix mask init
- fully jit.able & rev-mode diff.able
v0.1.4
- internal implementation changes in order to ease/optimize the jit operations graph generation
- add some missing docstring
v0.1.2
- uses
lax.cond
and lax.while_loop
(in place of if/else
and for
statements) in order to jit
the whole cyclogeostrophy functions
- adds DUACS demo notebook
v0.1.1
Merge pull request #55 from meom-group/v0.1.1
v0.1.1
v0.1.0
Merge pull request #51 from meom-group/v0.1.0
v0.1.0
v0.0.4
Implementation is now in pure jax
, allowing the use of vmap
on (cyclo)geostrophy
functions
v0.0.3
- improves executable outputs metadata
- fixes some auto documentation (rtd releated) bugs
- updates notebooks figures
- JOSS paper version