-
## Problem Description
To reproduce:
```python
import pyfolio as pf
import yfinance as yf
history = yf.Ticker("MGK").history("max")
returns = history.Close.pct_change()
pf.create_returns_…
-
**Description of the Feature to be Added**
Relax `numpy` version constraint - it's a requirements for many other packages and fixing it may bring issues later on it their requirements change in an …
-
### Bug description
When using `==` `__eq__` or `!=` `__ne__` on numpy arrays from mojo like the following.
```mojo
from python import Python
def main():
var np = Python.import_module(…
-
Should the `numpy
josk0 updated
4 months ago
-
Got this error when running main.py script:
> numpy: Error importing numpy: you should not try to import numpy from
its source directory; please exit the numpy source tree, and relaunch
…
-
I'd like to add .webm support to the bin utilities. The Sem-Lex dataset, for example, offers files in .webm format.
If #126 is accepted, It would be simple to add in the ".webm" extension to `vide…
-
### Task Description
Test OpenMDAO and related projects (Dymos, etc.) via GitHub workflows and/or benchmark/integration tests.
https://github.com/numpy/numpy/issues/24300
Initial testing show…
-
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
in
----> 1 import numpy as np
2 impo…
-
```
Generally, integration with numpy is poor. For example it appears that
attempting to use a list of
numpy.uint16 for a row fails with a miserable error message (see attachment).
```
Original is…
-
numpy just upgraded to version 2.0.0 and now make the tests in CI fail:
```
A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.0.0 as it may crash. To support both 1.x and 2.x
ve…