home / github / commits

Menu
  • GraphQL API
  • Search all tables

commits: 9909f90b4781be89e3f3ff7c87893928b3e3be6e

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
9909f90b4781be89e3f3ff7c87893928b3e3be6e Implement multidimensional initial guess and bounds for `curvefit` (#7821) * Add test for multidimensional initial guess to curvefit * Pass initial guess with *args * Update curvefit docstrings * Add examples to curvefit * Add test for error on invalid p0 coords * Raise exception on invalid coordinates in initial guess * Add link from polyfit to curvefit * Update doc so it matches CI * Formatting * Add basic test for multidimensional bounds * Add tests for curvefit_helpers with array-valued bounds * First attempt at fixing initialize_curvefit_params, issues warnings * Alternative implementation of bounds initialization using xr.where(), avoids warnings * Pass also bounds as *args to _wrapper * Raise exception on unexpected dimensions in bounds * Update docstring of bounds * Update bounds docstring in dataarray also * Update type hints for curvefit p0 and bounds * Change list to tuple to pass mypy * Update whats-new * Use tuples in error message Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> * Add type hints to test Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> --------- Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com> 2023-05-31T12:43:06Z 2023-05-31T12:43:06Z ff1f9fa4e35941c4b8a5fb9c5941654507fc995a cd792325681cbad9f663f2879d8b69f1edbb678f 13221727 20118130 19864447
Powered by Datasette · Queries took 77.983ms · About: xarray-datasette