Florian Roscheck
Florian Roscheck
Hi @amirothman, I think type hinting could be useful for all blending functions. For example: https://github.com/flrs/blend_modes/blob/4eca9470a210049db32b3fd2e95cc17d5b58e7bc/blend_modes/blending_functions.py#L73 Could be transformed to something like ```python def normal( img_in: np.ndarray, img_layer: np.ndarray, opacity:...
Hi @devBram97, I suspect that this is not necessarily an issue with blend_modes. A quick google search revealed this [Stackoverflow post](https://stackoverflow.com/questions/44761958/using-pip3-module-importlib-bootstrap-has-no-attribute-sourcefileloader). Are you trying to install blend_modes via pip?
Alright, thank you for the explanation. Whatever we make of this issue, we should enforce a lossless format.
Instead of Cython, something like https://numba.pydata.org/ can also be explored for use.
Since there has not been any response, I am closing this issue.
@AeroDEmi unfortunately no. I do not have resources to implement this change and I am looking for a community member to step up and help maintaining the project. See [here](https://github.com/flrs/blend_modes/issues/28).
@json7 I would suggest you to add a new issue so the community can work on this question separately.
Hello @pd2871 , and thank you very much for your question. You are welcome to open a PR to add the missing functionality! Unfortunately, I do no longer have resources...
Where would those functions have to be created? Here in `modeltime.gluonts` or over at https://github.com/tidymodels/dials/?