[Numpy-discussion] Re: spam on the mailing lists

2021-10-17 Thread Matti Picus
It seems the spammers have figured out how to get onto discourse as 
well. The last two messages on 
https://discuss.python.org/t/pypi-user-feedback/11125/4 (on the python 
discourse instance) are the first I have seen there.


Matti

On 10/10/21 7:37 pm, Hameer Abbasi wrote:

Hello everyone,

Just my 2 cents: I marked a few of the actual spam e-mails on this and the 
SciPy-user list as spam on my client, and it seems many random e-mails get sent 
to spam now, from both the NumPy and SciPy lists.

I’ve tried to pull as many out as possible by moving them to inbox, hoping 
it’ll get better, but it hasn’t so far.

I’d very much prefer Discourse or GitHub discussions, of the two I prefer 
Discussions, but Discourse isn’t too bad either.

With best regards,
Hameer Abbasi


Am 06.10.2021 um 22:57 schrieb Aaron Meurer :

Coming back to earth on the original discussion, is there really no
way to moderate new users on the mailing list platform used by this
list (mailman?)? On the SymPy list, which uses Google Groups, we
moderate all new users, so that first time posts have to be moderated
but after that people can post directly. We have had very minimal spam
even in the queue (to be fair, I'm sure Google applies its own
filtering), and only one in recent memory that got through, due to the
moderators not reading the message contents carefully enough.

Aaron Meurer

On Tue, Oct 5, 2021 at 7:23 AM Robert Kern  wrote:

On Tue, Oct 5, 2021 at 4:07 AM  wrote:
[spam]

Okay, now, they're just messing with us.

--
Robert Kern
___
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: asmeu...@gmail.com

___
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: einstein.edi...@gmail.com


___
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: matti.pi...@gmail.com

___
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: arch...@mail-archive.com


[Numpy-discussion] Re: Python 3.10 update

2021-10-17 Thread Andrew Nelson
On Mon, 18 Oct 2021 at 07:50, Charles R Harris 
wrote:

> Hi All,
> It would be nice if someone could test the nightly universal2 wheels for
> Mac, they can be installed with
>
>  pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple
> numpy
>
> Chuck
>

Seems to pip install ok onto Big Sur, with a clean Python 3.10 environment
installed via the defaults conda channel. However, I then pip installed
pytest and tried to run the test suite (it didn't run):

```

(test) 192-168-1-103:programming andrew$ python

Python 3.10.0 (default, Oct  7 2021, 04:19:18) [Clang 10.0.0 ] on darwin

Type "help", "copyright", "credits" or "license" for more information.

>>> import numpy as np

>>> np.test()

/Users/andrew/miniconda3/envs/test/lib/python3.10/site-packages/numpy/distutils/ccompiler.py:8:
DeprecationWarning: The distutils package is deprecated and slated for
removal in Python 3.12. Use setuptools or check PEP 632 for potential
alternatives

  from distutils import ccompiler

/Users/andrew/miniconda3/envs/test/lib/python3.10/site-packages/numpy/distutils/ccompiler.py:17:
DeprecationWarning: The distutils.sysconfig module is deprecated, use
sysconfig instead

  from distutils.sysconfig import customize_compiler

NumPy version 1.22.0.dev0+1433.gdf5c66c98

NumPy relaxed strides checking option: True

NumPy CPU features:  SSE SSE2 SSE3 SSSE3* SSE41* POPCNT* SSE42* AVX* F16C*
FMA3* AVX2* AVX512F? AVX512CD? AVX512_KNL? AVX512_SKX? AVX512_CLX?
AVX512_CNL? AVX512_ICL?

INTERNALERROR> Traceback (most recent call last):

INTERNALERROR>   File
"/Users/andrew/miniconda3/envs/test/lib/python3.10/site-packages/_pytest/main.py",
line 269, in wrap_session

INTERNALERROR> session.exitstatus = doit(config, session) or 0

INTERNALERROR>   File
"/Users/andrew/miniconda3/envs/test/lib/python3.10/site-packages/_pytest/main.py",
line 322, in _main

INTERNALERROR> config.hook.pytest_collection(session=session)

INTERNALERROR>   File
"/Users/andrew/miniconda3/envs/test/lib/python3.10/site-packages/pluggy/_hooks.py",
line 265, in __call__

INTERNALERROR> return self._hookexec(self.name, self.get_hookimpls(),
kwargs, firstresult)

INTERNALERROR>   File
"/Users/andrew/miniconda3/envs/test/lib/python3.10/site-packages/pluggy/_manager.py",
line 80, in _hookexec

INTERNALERROR> return self._inner_hookexec(hook_name, methods, kwargs,
firstresult)

INTERNALERROR>   File
"/Users/andrew/miniconda3/envs/test/lib/python3.10/site-packages/pluggy/_callers.py",
line 55, in _multicall

INTERNALERROR> gen.send(outcome)

INTERNALERROR>   File
"/Users/andrew/miniconda3/envs/test/lib/python3.10/site-packages/_pytest/config/__init__.py",
line 1210, in pytest_collection

INTERNALERROR> self._validate_config_options()

INTERNALERROR>   File
"/Users/andrew/miniconda3/envs/test/lib/python3.10/site-packages/_pytest/config/__init__.py",
line 1233, in _validate_config_options

INTERNALERROR> self._warn_or_fail_if_strict(f"Unknown config option:
{key}\n")

INTERNALERROR>   File
"/Users/andrew/miniconda3/envs/test/lib/python3.10/site-packages/_pytest/config/__init__.py",
line 1269, in _warn_or_fail_if_strict

INTERNALERROR> self.issue_config_time_warning(PytestConfigWarning(message),
stacklevel=3)

INTERNALERROR>   File
"/Users/andrew/miniconda3/envs/test/lib/python3.10/site-packages/_pytest/config/__init__.py",
line 1321, in issue_config_time_warning

INTERNALERROR> warnings.warn(warning, stacklevel=stacklevel)

INTERNALERROR> pytest.PytestConfigWarning: Unknown config option: env


*1 error* in 0.08s

False

>>>

```
___
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: arch...@mail-archive.com


[Numpy-discussion] Python 3.10 update

2021-10-17 Thread Charles R Harris
Hi All,

A quick update on the status of wheels for Python 3.10 on Mac and Windows.
The azure folks have dropped 32 bit Python 3.10 for Windows, so, unless we
complain, there will be no 32 bit versions for 3.10. Likewise, multibuild
only supports universal2 wheels Python 3.10 on Mac, so make sure your pip
version is up to date. Curiously, there are Mac builds for arm64 (OS_X 11),
but amd64 is a no go. This may be a bug in multibuild.

There is currently a problem, about two weeks old, of travis-ci flaking out
on arm64 builds. I don't know what to do about that, sometimes it runs, but
mostly it fails. We should probably look into finding another provider for
that platform.

It would be nice if someone could test the nightly universal2 wheels for
Mac, they can be installed with

 pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy

Chuck
___
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: arch...@mail-archive.com


[Numpy-discussion] old NumPy logo on partner websites

2021-10-17 Thread Inessa Pawson
I'm finding the old NumPy logo still in use on some partner websites. If
you come across it, leave a comment in this issue
https://github.com/numpy/numpy.org/issues/438. Please include a link and
screenshot. I will follow up to get it updated.


-- 
Every good wish,
*Inessa Pawson*
___
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: arch...@mail-archive.com