[Numpy-discussion] (no subject)

2024-09-23 Thread slobodan.miletic--- via NumPy-Discussion
Hi, I made the second PR for full wheel with openblas. It is reviewed, but solution with openblas is not good enough, so I am investigating alternate options for cross compiling openblas. While I am working on this I have one question about the wheel without OpenBLAS. As the job is now created

[Numpy-discussion] (no subject)

2024-04-19 Thread Shreya Nalawade
Dear Sir/Madam I want to contribute to the GSOD Numpy. Till when are the proposal accepted plus what should be the format of the proposals. Kindly guide me through the organisation policies and contribution guidelines. ___ NumPy-Discussion mailing list -

[Numpy-discussion] (no subject)

2021-07-18 Thread Charles R Harris
Hi All, On behalf of the NumPy team I am pleased to announce the release of NumPy 1.21.1. The NumPy 1.21.1 is a maintenance release that fixes bugs discovered after the 1.21.0 release. OpenBLAS has also been updated to v0.3.17 to deal with arm64 problems. The Python versions supported for this r

Re: [Numpy-discussion] (no subject)

2020-06-03 Thread Charles R Harris
On Wed, Jun 3, 2020 at 12:34 PM Derek Homeier < de...@astro.physik.uni-goettingen.de> wrote: > On 2 Jun 2020, at 11:15 pm, Charles R Harris > wrote: > > > >> Also, I had expected the sdist to be the .tar.gz format, I can't find > it back but IIRC that's what we decided in the past. It's smaller,

Re: [Numpy-discussion] (no subject)

2020-06-03 Thread Derek Homeier
On 2 Jun 2020, at 11:15 pm, Charles R Harris wrote: > >> Also, I had expected the sdist to be the .tar.gz format, I can't find it >> back but IIRC that's what we decided in the past. It's smaller, and it's >> what pretty much all other projects do. > > NumPy has always used zip since PyPI limi

Re: [Numpy-discussion] (no subject)

2020-06-02 Thread Sandro Tosi
> Should be fixed. indeed it is, thanks! -- Sandro "morph" Tosi My website: http://sandrotosi.me/ Me at Debian: http://wiki.debian.org/SandroTosi Twitter: https://twitter.com/sandrotosi -- Sandro "morph" Tosi My website: http://sandrotosi.me/ Me at Debian: http://wiki.debian.org/SandroTosi Twi

Re: [Numpy-discussion] (no subject)

2020-06-02 Thread Charles R Harris
On Tue, Jun 2, 2020 at 3:19 PM Charles R Harris wrote: > > > On Tue, Jun 2, 2020 at 3:15 PM Charles R Harris > wrote: > >> >> >> On Tue, Jun 2, 2020 at 1:31 AM Ralf Gommers >> wrote: >> >>> >>> >>> On Tue, Jun 2, 2020 at 7:14 AM Sandro Tosi wrote: >>> hey! On Sun, May 31, 2020 a

Re: [Numpy-discussion] (no subject)

2020-06-02 Thread Charles R Harris
On Tue, Jun 2, 2020 at 3:15 PM Charles R Harris wrote: > > > On Tue, Jun 2, 2020 at 1:31 AM Ralf Gommers > wrote: > >> >> >> On Tue, Jun 2, 2020 at 7:14 AM Sandro Tosi wrote: >> >>> hey! >>> >>> On Sun, May 31, 2020 at 7:52 PM Charles R Harris >>> wrote: >>> > Downstream developers should use

Re: [Numpy-discussion] (no subject)

2020-06-02 Thread Charles R Harris
On Tue, Jun 2, 2020 at 1:31 AM Ralf Gommers wrote: > > > On Tue, Jun 2, 2020 at 7:14 AM Sandro Tosi wrote: > >> hey! >> >> On Sun, May 31, 2020 at 7:52 PM Charles R Harris >> wrote: >> > Downstream developers should use Cython >= 0.29.16 for Python 3.8 >> support and OpenBLAS >= 3.7 to avoid wr

Re: [Numpy-discussion] (no subject)

2020-06-02 Thread Ralf Gommers
On Tue, Jun 2, 2020 at 7:14 AM Sandro Tosi wrote: > hey! > > On Sun, May 31, 2020 at 7:52 PM Charles R Harris > wrote: > > Downstream developers should use Cython >= 0.29.16 for Python 3.8 > support and OpenBLAS >= 3.7 to avoid wrong results on the Skylake > architecture. The NumPy Wheels for th

Re: [Numpy-discussion] (no subject)

2020-06-01 Thread Sandro Tosi
hey! On Sun, May 31, 2020 at 7:52 PM Charles R Harris wrote: > Downstream developers should use Cython >= 0.29.16 for Python 3.8 support and > OpenBLAS >= 3.7 to avoid wrong results on the Skylake architecture. The NumPy > Wheels for this release can be downloaded from PyPI, source archives and

[Numpy-discussion] (no subject)

2020-05-31 Thread Charles R Harris
Hi All, On behalf of the NumPy team I am pleased to announce that NumPy 1.19.0rc2 has been released. This NumPy release supports Python 3.6-3.8 and is marked by the removal of much technical debt: support for Python 2 has been removed, many deprecations have been expired, and documentation has bee

[Numpy-discussion] (no subject)

2019-08-06 Thread Charles R Harris
Hi All, There is a PR up that adds a "mode" variable to `multivariate_normal`. It allows choosing various options for factoring the passed covariance. 1. "fast" -- cholesky (x45 legacy method) 2. "default" -- eigh (used in R I believe) 3. "leg

[Numpy-discussion] (no subject)

2019-04-09 Thread Gheorghe Gardu
hello, Sir, I have downloaded mlxtend-0.15.0.0, and right now I have error when I compile python scripts. I receive "AttributeError: module 'numpy' has no attribute 'testing'", and it seems to be due to an installation issue. Do you have any idea why does this happen ? It is because of mlx? Someone

[Numpy-discussion] (no subject)

2019-03-28 Thread Aishwarya Dash
Hi, I'm Aishwarya Dash, an applicant for Outreachy, I am quite interested to work on the docs for Numpy, and I would really appreciate guidelines on how to contribute to the docs and what ideas I should work on to make my application better. ___ NumPy-Dis