Stanislav Khrapov
Stanislav Khrapov
#### Reference Issues/PRs Follow up on Slack conversation: "Looks like test_load_solar is causing CICD to fail. Does anyone experience something similar?" (2022-08-11 in Contributors channel). #### What does this implement/fix?...
Hello. Is this project still alive? Would anyone be interested in upgrading Python and networkx versions? I have done on a fork it for my own purposes. At least the...
## Reference Issues/PRs Fixes #223 ## What does this implement/fix? Explain your changes. Replace deprecated `_get_shared_lib_location` with `register_plugin_function`.
## Reference Issues/PRs Fixes #224 ## What does this implement/fix? Explain your changes. Replace deprecated `scipy.signal.ricker` with `cwt` from `pywavelets`.
**Describe the bug** ``` DeprecationWarning: scipy.signal.ricker is deprecated in SciPy 1.12 and will be removed in SciPy 1.15. We recommend using PyWavelets instead. wavelet_x = np.conj(ricker(points, width)[::-1]) ``` **To Reproduce**...
## What does this implement/fix? Explain your changes. Replace deprecated `zero_copy_only` argument with `allow_copy` (https://docs.pola.rs/py-polars/html/reference/series/api/polars.Series.to_numpy.html). For example, I get this warning: ``` DeprecationWarning: The `zero_copy_only` parameter for `Series.to_numpy` is deprecated....
**Describe the bug** ``` functime/feature_extractors.py:36: DeprecationWarning: `_get_shared_lib_location` is deprecated. It will be removed in the next breaking release. The new `register_plugin_function` function has this functionality built in. Use `from polars.plugins...