Recent Releases of https://github.com/axiom-data-science/extract_model

https://github.com/axiom-data-science/extract_model - v1.4.4

What's Changed

  • trying to fix imports again by @kthyng in https://github.com/axiom-data-science/extract_model/pull/107

Full Changelog: https://github.com/axiom-data-science/extract_model/compare/v1.4.3...v1.4.4

- Python
Published by kthyng 11 months ago

https://github.com/axiom-data-science/extract_model - v1.4.3

What's Changed

  • Bump codecov/codecov-action from 4 to 5 by @dependabot[bot] in https://github.com/axiom-data-science/extract_model/pull/104
  • demoting xoak so quit getting deprecation warning everywhere by @kthyng in https://github.com/axiom-data-science/extract_model/pull/106

Full Changelog: https://github.com/axiom-data-science/extract_model/compare/v1.4.2...v1.4.3

- Python
Published by kthyng 11 months ago

https://github.com/axiom-data-science/extract_model - v1.4.2

What's Changed

  • Bump actions/setup-python from 4 to 5 by @dependabot[bot] in https://github.com/axiom-data-science/extract_model/pull/103
  • Bump mamba-org/setup-micromamba from 1 to 2 by @dependabot[bot] in https://github.com/axiom-data-science/extract_model/pull/101
  • updates: by @kthyng in https://github.com/axiom-data-science/extract_model/pull/105
    • update Python test versions
    • update dependencies
    • some fixes in extract_model to keep things working with ocean-model-skill-assessor

Full Changelog: https://github.com/axiom-data-science/extract_model/compare/v1.4.1...v1.4.2

- Python
Published by kthyng 11 months ago

https://github.com/axiom-data-science/extract_model - v1.4.1

What's Changed

  • Bump codecov/codecov-action from 3 to 4 by @dependabot in https://github.com/axiom-data-science/extract_model/pull/99
  • Bump pre-commit/action from 3.0.0 to 3.0.1 by @dependabot in https://github.com/axiom-data-science/extract_model/pull/100
  • Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/axiom-data-science/extract_model/pull/98
  • Small updates by @kthyng in https://github.com/axiom-data-science/extract_model/pull/102

Full Changelog: https://github.com/axiom-data-science/extract_model/compare/v1.4.0...v1.4.1

- Python
Published by kthyng over 1 year ago

https://github.com/axiom-data-science/extract_model - v1.4.0

What's Changed

  • small changes so that using xESMF as horizontal interpolator works by @kthyng in https://github.com/axiom-data-science/extract_model/pull/97

Full Changelog: https://github.com/axiom-data-science/extract_model/compare/v1.3.0...v1.4.0

- Python
Published by kthyng over 2 years ago

https://github.com/axiom-data-science/extract_model - v1.3.0

What's Changed

  • controlled selections for em.select by @kthyng in https://github.com/axiom-data-science/extract_model/pull/96

Full Changelog: https://github.com/axiom-data-science/extract_model/compare/v1.2.2...v1.3.0

- Python
Published by kthyng almost 3 years ago

https://github.com/axiom-data-science/extract_model - v1.2.2

What's Changed

  • preprocessing updates for roms by @kthyng in https://github.com/axiom-data-science/extract_model/pull/95

Full Changelog: https://github.com/axiom-data-science/extract_model/compare/v1.2.1...v1.2.2

- Python
Published by kthyng almost 3 years ago

https://github.com/axiom-data-science/extract_model - v1.2.1

What's Changed

  • preprocessing accounts for more by @kthyng in https://github.com/axiom-data-science/extract_model/pull/94

Full Changelog: https://github.com/axiom-data-science/extract_model/compare/v1.2.0...v1.2.1

- Python
Published by kthyng almost 3 years ago

https://github.com/axiom-data-science/extract_model - v1.2.0

What's Changed

  • pdf download of docs and last version by @kthyng in https://github.com/axiom-data-science/extract_model/pull/90
  • Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/axiom-data-science/extract_model/pull/92
  • Updates select interp by @kthyng in https://github.com/axiom-data-science/extract_model/pull/93

Full Changelog: https://github.com/axiom-data-science/extract_model/compare/v1.1.4...v1.2.0

- Python
Published by kthyng almost 3 years ago

https://github.com/axiom-data-science/extract_model - v1.1.4

What's New

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

- Python
Published by kthyng over 3 years ago

https://github.com/axiom-data-science/extract_model - v1.1.3

What's New

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

- Python
Published by kthyng over 3 years ago

https://github.com/axiom-data-science/extract_model - v1.1.2

Hopeful fix for release that works with PyPI.

- Python
Published by kthyng over 3 years ago

https://github.com/axiom-data-science/extract_model - v1.1.1

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

- Python
Published by kthyng over 3 years ago

https://github.com/axiom-data-science/extract_model - v1.1.0

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).

- Python
Published by kthyng over 3 years ago

https://github.com/axiom-data-science/extract_model - v1.0.0

Refined requirements and other small updates.

What's New

  • Simplified dependencies
  • Now available on PyPI!

- Python
Published by kthyng over 3 years ago

https://github.com/axiom-data-science/extract_model - v0.9.0

What's New

  • An optional subsetting option that enables subsetting directly on the target dataset's dimensions. For remote datasets, this ensures that remote requests ask for minimal slices. em.sub_grid(..., naive=True).
  • Adds preload argument for unstructured grid subsetting. Radically improves xarray resolution times after subsetting.

- Python
Published by kthyng almost 4 years ago

https://github.com/axiom-data-science/extract_model - v0.8.1

What's New:

  • Support for SELFE datasets is now incorporated into em.sub_grid() em.sub_bbox() and em.filter().
  • Support for numba and numpy implementations of index_of_sorted().

- Python
Published by kthyng almost 4 years ago

https://github.com/axiom-data-science/extract_model - v0.8.0

What's New

  • extract_model has a backend that will support reading in FVCOM model output which has previously not been possible when using xarray without dropping the vertical grid coordinates.
  • em.sub_bbox() supports subsetting FVCOM model output.
  • A new jupyter notebook demonstrating subsetting of FVCOM model output is now available in docs.
  • em.sub_grid() supports subsetting FVCOM model output.
  • em.filter() will not discard any unstructured coordinate information in the auxiliary coordinate variables.

- Python
Published by kthyng almost 4 years ago

https://github.com/axiom-data-science/extract_model - v0.7

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.

- Python
Published by kthyng almost 4 years ago

https://github.com/axiom-data-science/extract_model - v0.6.1

Hopefully improved reliability of tests running on CI. Also separated out xESMF into another installation file so that package will be installable from conda-forge for all operating systems, but then xESMF is installed subsequently for non-Windows users with the conda-requirements.txt file.

- Python
Published by kthyng about 4 years ago

https://github.com/axiom-data-science/extract_model - v0.6

extract_model can now be installed on Windows. If installing on Windows, horizontal interpolation will not work since xESMF will not work properly since ESMPy cannot be installed on Windows. Tests will run on Windows because those that use horizontal interpolation will not error out.

- Python
Published by kthyng about 4 years ago

https://github.com/axiom-data-science/extract_model - v0.5.3

filter: can be used to easily filter a Dataset down to certain variables by their standard names, but also looks for the variables necessary to decode vertical depth coordinates.

sub_grid hadn't been written to account for both cases of dimensions and coordinates with the same name vs. not. Now it works for both scenarios.

Also cf-xarray is now available on conda-forge with the necessary changes so can integrate that.

- Python
Published by kthyng over 4 years ago

https://github.com/axiom-data-science/extract_model - v0.5.2: Improved subset function

Now subset function has been split into sub_bbox and sub_grid.

- Python
Published by kthyng over 4 years ago

https://github.com/axiom-data-science/extract_model - v0.5.1

Added another notebook of docs for time series examples.

- Python
Published by kthyng over 4 years ago

https://github.com/axiom-data-science/extract_model - v0.5: Added functionality for nearest point selection

Can select nearest point to input lon/lat location, and do basic interpolation or selection in time and vertical.

Added preprocessing functions for ROMS, HYCOM, and POM, and placeholders for others.

Also added more docs for more examples.

- Python
Published by kthyng over 4 years ago

https://github.com/axiom-data-science/extract_model - v0.4

With this release, Datasets are no longer input into extract_model — instead, DataArrays (in which the desired variable to be interpolated has already been selected) should be input. All of the docs and tests have been updated accordingly.

- Python
Published by kthyng almost 5 years ago

https://github.com/axiom-data-science/extract_model - Package dependencies still

Pinned version required for cf-xarray which should fix the problem that has been on-going.

- Python
Published by kthyng about 5 years ago

https://github.com/axiom-data-science/extract_model - Removed pandas from reqs lists

Wasn't actually being used.

- Python
Published by kthyng about 5 years ago

https://github.com/axiom-data-science/extract_model - Improved logic

This version integrates a new capability in cf-xarray to identify variables using custom attributes criteria. It cleans up the code in this package.

- Python
Published by kthyng about 5 years ago

https://github.com/axiom-data-science/extract_model - Update docs

- Python
Published by kthyng about 5 years ago

https://github.com/axiom-data-science/extract_model - Ready for conda-forge

- Python
Published by kthyng about 5 years ago

https://github.com/axiom-data-science/extract_model - Adjustment in versioning and setup.py

Hopefully this will fix some versioning issues.

- Python
Published by kthyng about 5 years ago

https://github.com/axiom-data-science/extract_model - Small updates for docs

- Python
Published by kthyng about 5 years ago

https://github.com/axiom-data-science/extract_model - Initial release

Basic functionality works currently.

- Python
Published by kthyng about 5 years ago