Luiz Eduardo Amaral

Results 21 issues of Luiz Eduardo Amaral

Estou lendo o livro pelo site e notei que os blocos de código estão todos monocromáticos. Seria possível adicionar highlight de sintaxe? ![image](https://github.com/pythonfluente/pythonfluente2e/assets/14118472/d7aa35de-544f-429a-802f-b49506521e79) Eu não conheço o Asciidoctor, mas na...

Closes https://github.com/numpy/numpy/issues/24032 by throwing an exception when `searchsorted` receives incompatible types

00 - Bug

Add static typing to `ma.min`. Part of #26404.

Static typing

[skip actions][skip azp][skip cirrus] Part of https://github.com/numpy/numpy/issues/21351. Adds examples for `np.linalg` module: * `np.linalg.cross`: The example is an adaptation of `np.cross` examples. * `np.linalg.diagonal`: The example is an adaptation of...

04 - Documentation

#### Reference issue Issue: https://github.com/scipy/scipy/issues/8319 Closes PR https://github.com/scipy/scipy/pull/8213 #### What does this implement/fix? Rename `sosfreqz` to `freqz_sos` and keeps `sosfreqz` as an alias. #### Additional information I'd like to discuss...

scipy.signal
maintenance

### Describe your issue. When trying to calculate the cosine distance between `[1+2j, 3+4j]` and `[5 + 6j, 7+8j]` scipy raises a `ValueError`. [WolframAlpha](https://www.wolframalpha.com/input?i2d=true&i=CosineDistance%5C%2891%29%7B1%2B2i%2C+3%2B4i%7D%5C%2844%29+%7B5+%2B+6i%2C7%2B8i%7D%5C%2893%29) gives a solution: ![image](https://github.com/scipy/scipy/assets/14118472/fe011308-3259-4080-be48-6c988c183d87) ### Reproducing...

defect
scipy.spatial

#### Reference issue Closes PR https://github.com/scipy/scipy/pull/4122 #### What does this implement/fix? Picks up previous `remezord` implementation from @nils-werner and adds the required documentation for publishing. #### Additional information Tasks to...

enhancement
scipy.signal

Adds examples to `np.char` module. Part of https://github.com/numpy/numpy/issues/21351. Examples added: * `array` - defchararray module * `isalpha` - ufunc_docstrings module * `isspace` - ufunc_docstrings module * `mod` - strings module...

04 - Documentation

Follow up to: https://github.com/pandas-dev/pandas/issues/59588 `tabulate` can handle lists `[1, 2]` as cell values but not numpy arrays `np.array([1, 2])`: ```python >>> print(tabulate([[[1, 2], 3]])) ------ - [1, 2] 3 ------...

When running `hatc test` for the first time on a directory that contains spaces (`dir with spaces`) it shows the following message and don't run the tests: ```bash $ cd...