Luiz Eduardo Amaral

Results 35 comments of Luiz Eduardo Amaral

I see, it seems hard to support several frameworks. What if we use OpenCV? There's a [tutorial here](https://www.pyimagesearch.com/2018/08/27/neural-style-transfer-with-opencv/), and it's already a dependency of this repo, I could take a...

I 've sent a PR trying to fix it but I don't think I can test it https://github.com/holtzy/R-graph-gallery/pull/65

I worked on the `main` branch but it's already in version 2.1. I created examples for `get_printoptions` https://github.com/numpy/numpy/pull/26488 and `get_include` https://github.com/numpy/numpy/pull/26489. `sometrue` is now on `ma/core.py` and it's an alias...

Examples for `beta` are already present in devdocs. https://numpy.org/devdocs/reference/random/generated/numpy.random.Generator.beta.html I believe this issue can be closed

Hello, I'm not very active lately. Can you please explain why these dependencies are needed?

Interessante mencionar que logo abaixo tem uma frase com a mesma sintaxe e a formatação está correta: ![image](https://github.com/pythonfluente/pythonfluente2e/assets/14118472/07eec40e-7c64-4973-bd72-3be071704b60) ![image](https://github.com/pythonfluente/pythonfluente2e/assets/14118472/e6c6b3a8-288f-4b5b-bc01-87e1a4c6d32b)

Apareceram também mais erros no final da seção 2.8.1 e começo da 2.8.2: ![image](https://github.com/pythonfluente/pythonfluente2e/assets/14118472/30b4be75-ff1b-495c-bd80-f8cb023ca490)

Hello! Any updates on this? > You can change it from single backticks (linking mode) to double backticks (code mode) in the 0.19 release notes. Yes! It is done!

I updated the documentation with your suggestions: https://github.com/scipy/scipy/pull/21025/files#diff-8a209fb35304df0e94887edfc436340479c2202ea7e37f7403e06135f823b093R117-R118 And I added a compatibility test similar to what's been done to other functions: https://github.com/scipy/scipy/pull/21025/files#diff-813f319a7ef4c294752f17de96f110c7e2d8cd6cbddbe3e73f2512917ad51ac7R946-R956 I had one fail from CI but...