Skip to content

v0.7

Compare
Choose a tag to compare
@kthyng kthyng released this 22 Jul 20:46
· 184 commits to main since this release
cb4b08c

What's New

  • em.sel2d() now uses xoak to find the nearest neighbor grid point on ND grids. Due to this change, em.argsel2d() doesn't exist anymore. Note that vertical functionality that was previously in em.sel2d() is now in em.selZ().
  • Provide more options in em.filter() for keeping different coordinates in a Dataset.
  • Improvement to unit test setup.
  • em.preprocess() will implicitly assign horizontal coordinates longitude and latitude for POM
    datasets, even if the data do not specify coordinates attributes explicitly.