Marat Kopytjuk
Marat Kopytjuk
That is am excellent question and I am currently under investigation ... However, I am trying to elaborate on the issue. CGAL5.4 includes `#include ` in [multiple ](https://github.com/CGAL/cgal/search?q=function_output_iterator) header files....
@wolfv here an update After unpacking `skgeom-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl` (from [here](https://github.com/kopytjuk/scikit-geometry/actions/runs/2216477475)), you will see following structure: ``` ├── skgeom │ ├── __init__.py │ ├── _skgeom.cpython-38-x86_64-linux-gnu.so │ ├── _version.py │ ├── draw.py │ ...
@wolfv is something missing from your side?
@rlabbe your library is amazing and used across academia and industry (due to it simplicity and the explanations), it would be great if you could assign some "successor" maintainers which...
> Hi, thanks for this. Quick question: did you create that figure yourself? Just to make sure we do not bring in any copyrighted material that could cause a problem....
I will leave some helpful information on Slack (for me or s.o. else who wants to work on that) ... Slack allows writing user's status, see [here](https://api.slack.com/docs/presence-and-status#user-presence-and-status__custom-status__writing-custom-statuses). The required token...
I just re-run my notebook with a more recent Python version (3.10) and had to change the following: ```python t = np.linspace(0, 3*T_r, 1e6) # old t = np.linspace(0, 3*T_r,...
I see your problem @YourVoicee, you will cry and scream :D I spent now 30min thinking and while I was outside walking I opened the notebook on my phone ......
@snakers4 I assume in order to create images with higher resolution you have to increase model's compelexity in terms of parameter number - maybe you will have some success with...
Hi guys, thanks for pulling me in, I always like to think & discuss new applications 👍 As @AlexanderFabisch suggested, I would implement a "ring-buffer"-like `TimeVaryingTransform` subclass, which holds a...