Recent Releases of https://github.com/sun-data/regridding

https://github.com/sun-data/regridding - v0.1.4

What's Changed

  • Modified the behavior of 1D multilinear interpolation to use numpy.searchsorted to search for the indices. by @byrdie in https://github.com/sun-data/regridding/pull/11
  • Added the start to an example gallery to the readme. by @byrdie in https://github.com/sun-data/regridding/pull/12

Full Changelog: https://github.com/sun-data/regridding/compare/v0.1.3...v0.1.4

- Jupyter Notebook
Published by byrdie 11 months ago

https://github.com/sun-data/regridding - v0.1.3

What's Changed

  • Turn on caching for all Numba-compiled functions. by @byrdie in https://github.com/sun-data/regridding/pull/10

Full Changelog: https://github.com/sun-data/regridding/compare/v0.1.2...v0.1.3

- Jupyter Notebook
Published by byrdie 11 months ago

https://github.com/sun-data/regridding - v0.1.2

What's Changed

  • Unpin Numpy by @byrdie in https://github.com/sun-data/regridding/pull/9

Full Changelog: https://github.com/sun-data/regridding/compare/v0.1.1...v0.1.2

- Jupyter Notebook
Published by byrdie 11 months ago

https://github.com/sun-data/regridding - v0.1.1

What's Changed

  • Fixed a warning from numba.prange regarding implicit conversion from uint64 to int64. by @byrdie in https://github.com/sun-data/regridding/pull/8

Full Changelog: https://github.com/sun-data/regridding/compare/v0.1.0...v0.1.1

- Jupyter Notebook
Published by byrdie over 1 year ago

https://github.com/sun-data/regridding - v0.1.0

What's Changed

  • Broadcasting Fixes by @jacobdparker in https://github.com/sun-data/regridding/pull/4
  • Numpy 2.0 support by @byrdie in https://github.com/sun-data/regridding/pull/6
  • Test Python 3.12 by @byrdie in https://github.com/sun-data/regridding/pull/7

New Contributors

  • @jacobdparker made their first contribution in https://github.com/sun-data/regridding/pull/4

Full Changelog: https://github.com/sun-data/regridding/compare/v0.0.4...v0.1.0

- Jupyter Notebook
Published by byrdie over 1 year ago

https://github.com/sun-data/regridding - v0.0.4

What's Changed

  • Added regridding.fill() function to fill in missing data using interpolation by @byrdie in https://github.com/sun-data/regridding/pull/3

Full Changelog: https://github.com/sun-data/regridding/compare/v0.0.3...v0.0.4

- Jupyter Notebook
Published by byrdie almost 2 years ago

https://github.com/sun-data/regridding - v0.0.3

What's Changed

  • Added implementation for 1D linear interpolation to regridding.regrid() by @byrdie in https://github.com/sun-data/regridding/pull/1
  • Fixed benchmarks for regridding.regrid(). by @byrdie in https://github.com/sun-data/regridding/pull/2

Full Changelog: https://github.com/sun-data/regridding/compare/v0.0.2...v0.0.3

- Jupyter Notebook
Published by byrdie about 2 years ago

https://github.com/sun-data/regridding - v0.0.2

- Jupyter Notebook
Published by byrdie over 2 years ago

https://github.com/sun-data/regridding - Initial version of regridding.regrid()

- Jupyter Notebook
Published by byrdie over 2 years ago

https://github.com/sun-data/regridding - Initial release

First release, with very basic implementation of scipy.ndimage.map_coordinates().

- Jupyter Notebook
Published by byrdie over 2 years ago