home / github / commits

Menu
  • Search all tables
  • GraphQL API

commits: 783b527b8ed2a79fbb1439c9a87db144edc55cf7

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
783b527b8ed2a79fbb1439c9a87db144edc55cf7 WIP: Feature/interpolate (#1640) * initial interpolate commit first working version of interpolate method/module pep8 after merge master update interpolate, more pandas compat tests add interpolate_na to api encoding fix for py2 in dataarray.py working... checkin, roughed in interpolator classes move tests and some mods to apply_ufunc usage in interp_na add method to kwargs fixes for scipy and some docs cleanup scipy vs numpy interpolator selection cleanups add limit to interpolate_na bfill/ffill parallelized new interface with use_coordinate kwarg use partial function to wrap interpolate class a few fixes for ffill/bfill, placeholder for interpolate_at method add some tests fix test * fix to interpolate wrapper function * remove duplicate limit handling in ffill/bfill * tests are passing * more docs, more tests * backward compat and add benchmarks * skip tests for numpy versions before 1.12 * test fixes for py27 fixture * try reording decorators * minor reorg of travis to make the flake8 check useful * cleanup following @fujiisoup's comments * dataset missing methods, some more docs, and more scipy interpolators * workaround for parameterized tests that are skipped in missing.py module * requires_np112 for dataset interpolate test * remove req for np 112 * fix typo in docs * @requires_np112 for methods that use apply_ufunc in missing.py * reuse type in apply over vars with dim * rework the fill value convention for linear interpolation, no longer match pandas -- adjusted tests and docs to reflect this change * flake8 2017-12-30T06:21:41Z 2017-12-30T06:21:41Z 5f199557d0f8f69fbea5e027a407146e2669a812 caabe6633d9bef7f2f52807cc5a1f477f3a077d4 13221727   6815844
Powered by Datasette · Queries took 102.049ms · About: xarray-datasette