Add xarray-lmfit extension for curve fitting to ecosystem documentation#10262
Add xarray-lmfit extension for curve fitting to ecosystem documentation#10262dcherian merged 2 commits intopydata:mainfrom
xarray-lmfit extension for curve fitting to ecosystem documentation#10262Conversation
|
Thank you for opening this pull request! It may take us a few days to respond here, so thank you for being patient. |
|
This is great, we could add it to the |
|
Thanks for the suggestion! I think adding it to the docstring could help users discover it, but I’m a bit concerned it might be confusing since it’s an external package with a different API. Would it make sense to clarify this in the docstring, or would you prefer to keep the reference in the ecosystem docs only? Happy to go with whatever you think is best. |
|
Yeah you can add a line saying "external module with more curve fitting functionality" |
* main: dev whats-new (pydata#10294) Add SeasonGrouper, SeasonResampler (pydata#9524) (fix): remove `PandasExtensionArray` from repr (pydata#10291) Do not rely on `np.broadcast_to` to perform trivial dimension insertion (pydata#10277) DOC: Remove reference to absolufy (pydata#10290) Fix for scalar detection (pydata#8821) Add Index.validate_dataarray_coord (pydata#10137) add redirect for contributing guide (pydata#10282) Update pre-commit hooks (pydata#10288) Adding xarray-eopf to ecosystem.rst (pydata#10289) Add public typing.py module (pydata#10215) Rename Twitter to X (pydata#10283) Add `xarray-lmfit` extension for curve fitting to ecosystem documentation (pydata#10262)

Hi! I am the author of xarray-lmfit and would like to propose adding it to the ecosystem documentation. This package extends xarray with curve fitting capabilities using the lmfit library. Please let me know if there are any changes needed. Thank you for your consideration!