Skip to content

Releases: axiom-data-science/extract_model

v1.4.0

06 Nov 23:29
f7ac168
Compare
Choose a tag to compare

What's Changed

  • small changes so that using xESMF as horizontal interpolator works by @kthyng in #97

Full Changelog: v1.3.0...v1.4.0

v1.3.0

12 Oct 15:31
7070404
Compare
Choose a tag to compare

What's Changed

  • controlled selections for em.select by @kthyng in #96

Full Changelog: v1.2.2...v1.3.0

v1.2.2

04 Oct 23:06
3193646
Compare
Choose a tag to compare

What's Changed

  • preprocessing updates for roms by @kthyng in #95

Full Changelog: v1.2.1...v1.2.2

v1.2.1

22 Sep 22:46
f44cc30
Compare
Choose a tag to compare

What's Changed

  • preprocessing accounts for more by @kthyng in #94

Full Changelog: v1.2.0...v1.2.1

v1.2.0

13 Sep 15:15
cd004a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.2.0

v1.1.4

27 Jan 23:23
bb931c0
Compare
Choose a tag to compare

What's New

  • fixed docs to run fully
  • had to switch back to pre-compiled notebooks to get docs to fully work

v1.1.3

23 Jan 20:39
5fe11e6
Compare
Choose a tag to compare

What's New

  • Updated the docs so that the notebooks are compiled with myst-nb.
  • Updated pull_request_template.md.
  • some changes to get release to work correctly (unlisted versions)

v1.1.2

20 Jan 02:23
8061733
Compare
Choose a tag to compare

Hopeful fix for release that works with PyPI.

v1.1.1

20 Jan 02:13
222120d
Compare
Choose a tag to compare

Small changes but fixes release. Also a few packaging changes along the way.

v1.1.0

20 Jan 00:57
4486d31
Compare
Choose a tag to compare

What's New

Two main changes in sel2d / sel2dcf:

  • a mask can be input to limit the lons/lats from the DataArray/Dataset that are used in searching for the nearest point with xoak, in case the nearest model point is on land but we still want a valid model point returned.
  • incorporating changes from xoak that optional return distance of the model point(s) from the requested point(s).