[Numpy-discussion] ANN: DataLab v0.16

2024-06-17 Thread Pierre Raybaut
Hello everyone,

We're thrilled to announce the release of DataLab v0.16!
https://datalab-platform.com

DataLab is an open-source platform for scientific and technical data
processing and visualization, based on NumPy, SciPy, ... and Qt.
It's extendable with plugins, and works seamlessly as a complementary tool
with your IDE (e.g. Spyder, VSCode, ...) and Project Jupyter notebooks.

The main idea behind DataLab is to propose in a single software not only a
no-code solution for processing and visualizing signals and images, but
also a **simple yet powerful self-consistent platform** that is highly
extendable with plugins, macros or directly by remote-control (from your
favorite IDE or Jupyter Notebook). So, with DataLab, you have the best of
both worlds: no-code solution for quick data processing, and Python code
solution for more advanced processing with your own Python scripts and
libraries.

💥 New Features:
- Major user interface overhaul: reorganized menus and toolbars, new icons,
...
- New validation process for testing processing features from a
mathematical point of view
- Signal processing: offset correction, power spectrum, PSD, frequency
filters, windowing, ...
- Image processing: thresholding, intensity profile along a segment, ...

More information on the new features and improvements can be found in the
release notes:
https://datalab-platform.com/en/contributing/changelog.html

💡 You have a project or a use case in mind? You want to contribute? We'd
love to hear from you!
So please, don't hesitate to contact us or to open an issue on our GitHub
project for any request or question.

Thank you for taking the time to read my announcement. Looking forward to
your thoughts.

Best,
Pierre Raybaut
___
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: next Documentation team meeting at 7 PM UTC - New Time!

2024-06-17 Thread Kakaire Steven via NumPy-Discussion

On 2024-06-16 18:33, Mukulika Pahari wrote:

Hi all,

Our next Documentation Team meeting will happen on *Monday, June 17* at 
*7PM UTC*.


**
I picked the new time trying my best to accommodate my and other's 
schedules (thanks to those who responded to the poll). Sorry to those 
who can't make the new time- hopefully we can collaborate through the 
other communication channels.

**

All are welcome - you don't need to already be a contributor to join. 
If you have questions or are curious about what we're doing, we'll be 
happy to meet you!


If you wish to join on Zoom, use this (updated) link:
https://numfocus-org.zoom.us/j/85016474448?pwd=TWEvaWJ1SklyVEpwNXUrcHV1YmFJQ...

Here's the permanent hackmd document with the meeting notes (still 
being

updated):
https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg

Hope to see you around!

Best wishes,
Mukulika
___
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: steven.kaka...@mak.ac.ug

Thanks for the time review. I hope all can find it favorable.
___
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] NumPy 2.0.0 released

2024-06-17 Thread Charles R Harris
Hi All

On behalf of the NumPy team, I'm pleased to announce the release of NumPy
2.0.0rc2. NumPy 2.0.0 is the first major release since 2006. It is the
result of 11 months of development since the last feature release and is
the work of 198 contributors spread over 1041 pull requests. It contains a
large number of exciting new features as well as changes to both the Python
and C APIs.

This major release includes breaking changes that could not happen in a
regular minor (feature) release - including an ABI break, changes to type
promotion rules, and API changes which may not have been emitting
deprecation warnings in 1.26.x. Key documents related to how to adapt to
changes in NumPy 2.0 include:

   - The release notes on Github
   
   - The numpy-2-migration-guide
   
   - The numpy 2.0-specific advice in for downstream package authors
   

Highlights include:

   - A new variable-length string dtype, StringDType, and a new
   `numpy.strings` namespace with performant ufuncs for string operations.
   - Support for float32 and long double in all `numpy.fft` functions.
   - Support for the array API standard in the main numpy namespace.
   - MacOS Accelerate support and binary wheels for macOS >=14.
   - A new tracing and introspection API.
   - Performance improvements.
   - Python API improvements.
   - C API improvements.

This release supports Python 3.9-3.12. Wheels can be downloaded from PyPI
; source archives, release notes, and
wheel hashes are available on Github
.

*Contributors*

A total of 212 people contributed to this release.  People with a "+" by
their
names contributed a patch for the first time.

   - @Algorithmist-Girl +
   - @DWesl
   - @Illviljan
   - @Searchingdays
   - @ellaella12 +
   - @liang3zy22 +
   - @matoro +
   - @mcp292 +
   - @mgunyho +
   - @msavinash +
   - @mykykh +
   - @pojaghi +
   - @pratiklp00 +
   - @stefan6419846 +
   - @undermyumbrella1 +
   - Aaron Meurer
   - Aditi Saluja +
   - Adrin Jalali +
   - Agriya Khetarpal +
   - Albert Steppi +
   - Alex Cabrera +
   - Alexander Grund
   - Andrea Bianchi +
   - Andreas Florath +
   - Andrew Ardill +
   - Andrew Ho +
   - Andrew Nelson
   - Andrey Rybakov +
   - Ankur Singh +
   - Anton Prosekin +
   - Antony Lee
   - Arun Kannawadi +
   - Bas van Beek
   - Ben Woodruff +
   - Bharat Raghunathan
   - Bhavya Alekhya +
   - Brandon Smith +
   - Brian Walshe +
   - Brigitta Sipőcz
   - Brock Mendel
   - Carl Meyer +
   - Charles Bousseau +
   - Charles Harris
   - Chris Sidebottom
   - Christian Lorentzen
   - Christian Veenhuis
   - Christoph Reiter
   - Christopher Sidebottom
   - Clément Robert
   - Cédric Hannotier
   - Cobalt Yang +
   - Gonçalo Bárias +
   - D.J. Ramones +
   - DanShatford +
   - Daniel Li +
   - Daniel Vanzo
   - Daval Parmar
   - Developer-Ecosystem-Engineering
   - Dhruv Rawat +
   - Dimitri Papadopoulos Orfanos
   - Edward E
   - Edward Yang +
   - Eisuke Kawashima +
   - Eliah Kagan +
   - Élie Goudout +
   - Elliott Sales de Andrade
   - Emil Olszewski +
   - Emily Hunt +
   - Éric Piel +
   - Eric Wieser
   - Eric Xie +
   - Even Rouault +
   - Evgeni Burovski
   - Filipe Laíns +
   - Francisco Sousa +
   - Ganesh Kathiresan
   - Gonçalo Bárias +
   - Gonzalo Tornaría +
   - Hans Meine
   - Heberto Mayorquin +
   - Heinz-Alexander Fuetterer +
   - Hood Chatham
   - Hugo van Kemenade
   - Ivan A. Melnikov +
   - Jacob M. Casey +
   - Jake Lishman +
   - Jake VanderPlas
   - James Oliver +
   - Jan Wassenberg +
   - Janukan Sivajeyan +
   - Johann Rohwer +
   - Johannes Kaisinger +
   - John Muradeli +
   - Joris Van den Bossche
   - Justus Magin
   - Jyn Spring 琴春
   - Kai Striega
   - Kevin Sheppard
   - Kevin Wu +
   - Khawaja Junaid +
   - Kit Lee +
   - Kristian Minchev +
   - Kristoffer Pedersen +
   - Kuan-Wei Chiu +
   - Lane Votapka +
   - Larry Bradley
   - Leo Singer
   - Liang Yan +
   - Linus Sommer +
   - Logan Thomas
   - Lucas Colley +
   - Luiz Eduardo Amaral +
   - Lukas Geiger
   - Lysandros Nikolaou +
   - Maanas Arora +
   - Maharshi Basu +
   - Mahder Gebremedhin +
   - Marcel Bargull +
   - Marcel Loose +
   - Mark Mentovai +
   - Mark Ryan +
   - Marten van Kerkwijk
   - Mateusz Sokół
   - Matt Haberland
   - Matt Thompson +
   - Matthew Barber
   - Matthew Thompson +
   - Matthias Bussonnier
   - Matthias Koeppe
   - Matthias Schaufelberger +
   - Matti Picus
   - Maxwell Aladago
   - Maya Anderson +
   - Melissa Weber Mendonça
   - Meng Xiangzhuo +
   - Michael Kiffer
   - Miki Watanabe (渡邉 美希)
   - Milan Curcic +
   - Miles Cranmer
   - Miro Hrončok +
   - Mohamed E. BRIKI +
   - Mohaned Qunaibit +
   - Mohit Kumar +
   - Muhammed Muhsin +
   - Mukulika Pahari
   - Munira Alduraibi +
   - Namami Shanker
   - Nathan Go