Skip to content

Update all dependencies #57

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update all dependencies #57

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 21, 2023

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
highlight.js (source) minor 11.8.0 -> 11.11.1 age adoption passing confidence
ipython dev-dependencies major <8.14.1 -> <9.2.1 age adoption passing confidence
jupyter dev-dependencies minor 1.0.0 -> 1.1.1 age adoption passing confidence
matplotlib dependencies minor 3.7.1 -> 3.10.3 age adoption passing confidence
numba dependencies minor ^0.57.0 -> ^0.61.0 age adoption passing confidence
numpy (changelog) dependencies major ^1.19.0 -> ^2.0.0 age adoption passing confidence
pdoc3 (source) dev-dependencies minor ^0.10.0 -> ^0.11.0 age adoption passing confidence
pytest (changelog) dev-dependencies major ^7.0.0 -> ^8.0.0 age adoption passing confidence
python dependencies minor >=3.8,<3.12 -> >=3.13,<3.14 age adoption passing confidence
pyyaml (source) dependencies patch 6.0 -> 6.0.2 age adoption passing confidence
scikit-image dependencies minor ^0.21.0 -> ^0.25.0 age adoption passing confidence
tensorflow dependencies minor 2.13.0rc1 -> 2.19.0 age adoption passing confidence
torchvision dependencies minor ^0.15.2 -> ^0.22.0 age adoption passing confidence

Release Notes

highlightjs/highlight.js (highlight.js)

v11.11.1

Compare Source

  • Fixes regression with Rust grammar.

v11.11.0

Compare Source

CAVEATS / POTENTIALLY BREAKING CHANGES

  • Nothing yet.

Core Grammars:

  • fix(rust) - adds emoji support in single quote strings [joshgoebel][]
  • fix(apache) - support line continuation via \ Josh Goebel
  • fix(makefile) - allow strings inside $() expressions aneesh98
  • enh(arcade) updated to ArcGIS Arcade version 1.29 Kristian Ekenes
  • enh(css) add all properties listed on MDN (96 additions including anchor-name, aspect-ratio, backdrop-filter, container, margin-trim, place-content, scroll-timeline, ...) BaliBalo
  • enh(excel) add built-in functions for Excel 365 release to 2024 Danny Winrow
  • enh(erlang) OTP 27 triple-quoted strings nixxquality
  • enh(erlang) OTP 27 doc attribute nixxquality
  • enh(erlang) OTP 27 Sigil type nixxquality
  • enh(erlang) OTP25/27 maybe statement nixxquality
  • enh(dart) Support digit-separators in number literals [Sam Rawlins][]
  • enh(csharp) add Contextual keywords file, args, dynamic, record, required and scoped Alvin Joy
  • enh(lua) add 'pluto' as an alias Sainan
  • enh(bash) add reserved keywords time and coproc Álvaro Mondéjar
  • enh(nix) update keywords [h7x4][]
  • enh(nix) support paths [h7x4][]
  • enh(nix) support lookup paths [h7x4][]
  • enh(nix) support operators [h7x4][]
  • enh(nix) support REPL keywords [h7x4][]
  • enh(nix) support markdown comments [h7x4][]
  • enh(nix) support basic function params [h7x4][]
  • enh(nix) better parsing of attrsets [h7x4][]
  • fix(c) - Fixed hex numbers with decimals Dxuian
  • fix(typescript) - Fixedoptional property not highlighted correctly Dxuian
  • fix(ruby) - fix |= operator false positives (as block arguments) Aboobacker MK
  • enh(gcode) rewrote language for modern gcode support Barthélémy Bonhomme
  • fix(sql) - Fixed sql primary key and foreign key spacing issue Dxuian
  • fix(cpp) added flat_set and flat_map as a part of cpp 23 version Lavan
  • fix(yaml) - Fixed special chars in yaml Dxuian
  • fix(basic) - Fixed closing quotation marks not required for a PRINT statement Somya
  • fix(nix) remove add builtin [h7x4][]
  • fix(nix) mark or as builtin instead of literal [h7x4][]
  • fix(nix) handle ''' string escapes [h7x4][]
  • fix(nix) handle backslash string escapes [h7x4][]
  • fix(nix) don't mix escapes for " and '' strings [h7x4][]
  • fix(swift) - Fixed syntax highlighting for class func/var declarations guuido
  • fix(yaml) - Fixed wrong escaping behavior in single quoted strings guuido
  • enh(nim) - Add concept and defer to list of Nim keywords Jake Leahy
  • fix(cpp) - Exclude keywords from highlighting as function calls Eisenwave

New Grammars:

  • added 3rd party TTCN-3 grammar to SUPPORTED_LANGUAGES Osmocom
  • added 3rd party Odin grammar to SUPPORTED_LANGUAGES clsource
  • added 3rd party Liquid grammar to SUPPORTED_LANGUAGES Laurel King

Developer Tools:

  • Nothing yet.

Themes:

Improvements:

  • Resolve the memory leak problem when creating multiple Highlight.js instances Imken

CONTRIBUTORS

v11.10.0

Compare Source

CAVEATS / POTENTIALLY BREAKING CHANGES

  • Drops support for Node 16.x, which is no longer supported by Node.js.

Core Grammars:

  • enh(typescript) add support for satisfies operator Kisaragi Hiu
  • enc(c) added more C23 keywords Melkor-1
  • enh(json) added jsonc as an alias BackupMiles
  • enh(gml) updated to latest language version (GML v2024.2) gnysek
  • enh(c) added more C23 keywords and preprcoessor directives Eisenwave
  • enh(js/ts) support namespaced tagged template strings Aral Balkan
  • enh(perl) fix false-positive variable match at end of string Josh Goebel
  • fix(cpp) not all kinds of number literals are highlighted correctly Lê Duy Quang
  • fix(css) fix overly greedy pseudo class matching Bradley Mackey
  • enh(arcade) updated to ArcGIS Arcade version 1.24 Kristian Ekenes
  • fix(typescript): params types Mohamed Ali
  • fix(rust) fix escaped double quotes in string Mohamed Ali
  • fix(rust) fix for r# raw identifier not being highlighted correctly. JaeBaek Lee
  • enh(rust) Adding union to be recognized as a keyword in Rust. JaeBaek Lee
  • fix(yaml) fix for yaml with keys having brackets highlighted incorrectly Aneesh Kulkarni
  • fix(csharp) add raw string highlighting for C# 11. Tara
  • fix(bash) fix # within token being detected as the start of a comment Felix Uhl
  • fix(python) fix or conflicts with string highlighting Mohamed Ali
  • enh(python) adds a scope to the self variable [Lee Falin][]
  • enh(delphi) allow digits to be omitted for hex and binary literals Jonah Jeleniewski
  • enh(delphi) add support for digit separators Jonah Jeleniewski
  • enh(delphi) add support for character strings with non-decimal numerics Jonah Jeleniewski
  • fix(javascript) incorrect function name highlighting CY Fung
  • fix(1c) fix escaped symbols "+-;():=,[]" literals Vitaly Barilko
  • fix(swift) correctly highlight generics and conformances in type definitions Bradley Mackey
  • enh(swift) add package keyword Bradley Mackey
  • fix(swift) ensure keyword attributes highlight correctly Bradley Mackey
  • fix(types) fix interface LanguageDetail > keywords Patrick Chiu
  • enh(java) add goto to be recognized as a keyword in Java Alvin Joy
  • enh(bash) add keyword sudo Alvin Joy
  • fix(haxe) captures new keyword without capturing it within variables/class names Cameron Taylor
  • fix(go) fix go number literals to accept _ separators, add hex p exponents Lisa Ugray
  • enh(markdown) add entity support [David Schach][] TaraLei
  • enh(css) add justify-items and justify-self attributes Vasily Polovnyov
  • enh(css) add accent-color, appearance, color-scheme, rotate, scale and translate attributes Carl Räfting
  • fix(fortran) fixes parsing of keywords delimited by dots Julien Bloino
  • enh(css) add select, option, optgroup, picture and source to list of known tags Vasily Polovnyov
  • enh(css) add inset, inset-*, border-start-*-radius and border-end-*-radius attributes Vasily Polovnyov
  • enh(css) add text-decoration-skip-ink, text-decoration-thickness and text-underline-offset attributes Vasily Polovnyov
  • enh(java) add when to be recognized as a keyword in Java Chiel van de Steeg

New Grammars:

  • added 3rd party CODEOWNERS grammar to SUPPORTED_LANGUAGES nataliia-radina
  • added 3rd party Luau grammar to SUPPORTED_LANGUAGES Robloxian Demo
  • added 3rd party ReScript grammar to SUPPORTED_LANGUAGES Paul Tsnobiladzé
  • added 3rd party Zig grammar to SUPPORTED_LANGUAGES [Hyou BunKen][]
  • added 3rd party WGSL grammar to SUPPORTED_LANGUAGES Arman Uguray
  • added 3rd party Unison grammar to SUPPORTED_LANGUAGES Rúnar Bjarnason
  • added 3rd party Phix grammar to SUPPORTED_LANGUAGES PeteLomax
  • added 3rd party Mirth grammar to SUPPORTED_LANGUAGES Sierra
  • added 3rd party JSONata grammar to SUPPORTED_LANGUAGES Vlad Dimov

Developer Tool:

  • enh(tools): order CSS options picklist [David Schach][]
  • enh(tools): remove duplicate CSS options [David Schach][]
  • (typescript): deprecate old highlight API [Misha Kaletsky][]

Themes:

  • Added 1c-light theme a like in the IDE 1C:Enterprise 8 (for 1c) Vitaly Barilko

v11.9.0

Compare Source

CAVEATS / POTENTIALLY BREAKING CHANGES

  • Drops support for Node 14.x, which is no longer supported by Node.js.
  • In the node build styles/*.css files now ship un-minified
    with minified counterparts as: styles/*.min.css mvorisek
    (this makes things consistent with our cdn builds)

Parser:

  • (enh) prevent re-highlighting of an element [joshgoebel][]
  • (chore) Remove discontinued badges from README Bradley Mackey
  • (chore) Fix build size report Bradley Mackey

New Grammars:

  • added 3rd party Iptables grammar to SUPPORTED_LANGUAGES Checconio
  • added 3rd party x86asmatt grammar to SUPPORTED_LANGUAGES gondow
  • added 3rd party riscv64 grammar to SUPPORTED_LANGUAGES aana-h2
  • added 3rd party Ballerina grammar to SUPPORTED_LANGUAGES Yasith Deelaka

Core Grammars:

  • fix(cpp) fixed highlighter break state Md Saad Akhtar
  • fix(rust) added negative-lookahead for callable keywords if while for [Omar Hussein][]
  • enh(armasm) added x0-x30 and w0-w30 ARMv8 registers Nicholas Thompson
  • enh(haxe) added final, is, macro keywords and $ identifiers Robert Borghese
  • enh(haxe) support numeric separators and suffixes Robert Borghese
  • fix(haxe) fixed metadata arguments and support non-colon syntax Robert Borghese
  • fix(haxe) differentiate abstract declaration from keyword Robert Borghese
  • fix(bash) do not delimit a string by an escaped apostrophe [hancar][]
  • enh(swift) support macro keyword Bradley Mackey
  • enh(swift) support parameter pack keywords Bradley Mackey
  • enh(swift) regex literal support Bradley Mackey
  • enh(swift) @unchecked and @Sendable support Bradley Mackey
  • enh(scala) add using directives support //> using foo bar [Jamie Thompson][]
  • fix(scala) fixed comments in constructor arguments not being properly highlighted Isaac Nonato
  • enh(swift) ownership modifiers support Bradley Mackey
  • enh(nsis) Add !assert compiler flag [idleberg][]
  • fix(haskell) do not treat double dashes inside infix operators as comments [Zlondrej][]
  • enh(rust) added eprintln! macro qoheniac
  • enh(leaf) update syntax to 4.0 Samuel Bishop
  • fix(reasonml) simplify syntax and align it with ocaml jchavarri
  • fix(swift) warn_unqualified_access is an attribute Bradley Mackey
  • enh(swift) macro attributes are highlighted as keywords Bradley Mackey
  • enh(stan) updated for version 2.33 (#​3859) Brian Ward
  • enh(llvm) match additional types wtz
  • fix(css) added '_' css variable detection Md Saad Akhtar
  • enh(groovy) add record and var as keywords Guillaume Laforge

Developer Tool:

ipython/ipython (ipython)

v9.2.0

Compare Source

v9.1.0

Compare Source

v9.0.2

Compare Source

v9.0.1

Compare Source

v9.0.0

Compare Source

v8.36.0

Compare Source

v8.35.0

Compare Source

v8.34.0

Compare Source

v8.33.0

Compare Source

v8.32.0

Compare Source

v8.31.0

Compare Source

v8.30.0

Compare Source

v8.29.0

Compare Source

v8.28.0

Compare Source

v8.27.0

Compare Source

v8.26.0

Compare Source

v8.25.0

Compare Source

v8.24.0

Compare Source

v8.23.0

Compare Source

v8.22.2

Compare Source

v8.22.1

Compare Source

v8.22.0

Compare Source

v8.21.0

Compare Source

v8.20.0

Compare Source

v8.19.0

Compare Source

v8.18.1

Compare Source

v8.18.0

Compare Source

v8.17.2

Compare Source

v8.17.1

Compare Source

v8.17.0

Compare Source

v8.16.1

Compare Source

v8.16.0

Compare Source

v8.15.0

Compare Source

v8.14.0

Compare Source

v8.13.2

Compare Source

v8.13.1

Compare Source

v8.13.0

Compare Source

v8.12.3

Compare Source

matplotlib/matplotlib (matplotlib)

v3.10.3

Compare Source

v3.10.1: REL: v3.10.1

Compare Source

This is the first bugfix release of the 3.10.x series.

This release contains several bug-fixes and adjustments:

  • Respect array alpha with interpolation_stage='rgba' in _Imagebase::_make_image
  • Remove md5 usage to prevent issues on FIPS enabled systems
  • Fix pyplot.matshow figure handling
  • Fix modifying Axes' position also alters the original Bbox object used for initialization
  • Fix title position for polar plots
  • Add version gate to GTK4 calls when necessary
  • Raise warning if both c and facecolors are used in scatter plot

As well as several documentation improvements and corrections.

v3.10.0: REL: v3.10.0

Compare Source

Highlights of this release include:

- Preliminary support for free-threaded CPython 3.13
- New more-accessible color cycle
- Dark-mode diverging colormaps
- Exception handling control
- InsetIndicator artist
- FillBetweenPolyCollection
- Fill between 3D lines
- Data in 3D plots can now be dynamically clipped to the axes view limits
- Rotating 3d plots with the mouse
- Increased Figure limits with Agg renderer
- Subfigures no longer provisional
- Subfigures are now added in row-major order

v3.9.4: REL: 3.9.4

Compare Source

This is the fourth bugfix release of the 3.9.x series.

This release contains two bug-fixes:

  • Fix toolbar icons in GTK backend
  • Fix Poly3DCollection initialization with list of lists

v3.9.3: REL: 3.9.3

Compare Source

This is the third bugfix release of the 3.9.x series.

This release contains several bug-fixes and adjustments:

  • Fix axline with extremely small slopes
  • Fix axline with non-linear axis scales
  • Fix minimumSizeHint with Qt backend
  • Fix config directory usage when it's behind a symlink
  • Fix draggable legend when blitting is enabled
  • Fix high CPU utilization in the macosx backend
  • Fix multiple hatch edgecolors passed to contourf
  • Improve compatibility with pytest 8.2.0

v3.9.2: REL: 3.9.2

Compare Source

This is the second bugfix release of the 3.9.x series.

This release contains several bug-fixes and adjustments:

  • Be more resilient to I/O failures when writing font cache
  • Fix nondeterministic behavior with subplot spacing and constrained layout
  • Fix sticky edge tolerance relative to data range
  • Improve formatting of image values in cases of singular norms

Windows wheels now bundle the MSVC runtime DLL statically to avoid inconsistencies with other wheels and random crashes depending on import order.

v3.9.1: REL: 3.9.1

Compare Source

This is the first bugfix release of the 3.9.x series.

This release contains several bug-fixes and adjustments:

  • Add GitHub artifact attestations for sdist and wheels
  • Re-add matplotlib.cm.get_cmap; note this function will still be removed at a later date
  • Allow duplicate backend entry points
  • Fix Axes autoscaling of thin bars at large locations
  • Fix Axes autoscaling with axhspan / axvspan
  • Fix Axes3D autoscaling of Line3DCollection / Poly3DCollection
  • Fix Axes3D mouse interactivity with non-default roll angle
  • Fix box aspect ratios in Axes3D with alternate vertical axis
  • Fix case handling of backends specified as module://...
  • Fix crash with TkAgg on Windows with tk.window_focus: True
  • Fix interactive update of SubFigures
  • Fix interactivity when using the IPython console
  • Fix pickling of AxesWidgets and SubFigures
  • Fix scaling on GTK3Cairo / GTK4Cairo backends
  • Fix text wrapping within SubFigures
  • Promote mpltype Sphinx role to a public extension; note this is only intended for development reasons

v3.9.0: REL: 3.9.0

Compare Source

Highlights of this release include:

  • Plotting and Annotation improvements
    • Axes.inset_axes is no longer experimental
    • Legend support for Boxplot
    • Percent sign in pie labels auto-escaped with usetex=True
    • hatch parameter for stackplot
    • Add option to plot only one half of violin plot
    • axhline and axhspan on polar axes
    • Subplot titles can now be automatically aligned
    • axisartist can now be used together with standard Formatters
    • Toggle minorticks on Axis
    • StrMethodFormatter now respects axes.unicode_minus
  • Figure, Axes, and Legend Layout
    • Subfigures now have controllable zorders
    • Getters for xmargin, ymargin and zmargin
  • Mathtext improvements
    • mathtext documentation improvements
    • mathtext spacing corrections
  • Widget Improvements
    • Check and Radio Button widgets support clearing
  • 3D plotting improvements
    • Setting 3D axis limits now set the limits exactly
  • Other improvements
    • New BackendRegistry for plotting backends
    • Add widths, heights and angles setter to EllipseCollection
    • image.interpolation_stage rcParam
    • Arrow patch position is now modifiable
    • NonUniformImage now has mouseover support

v3.8.4: REL: v3.8.4

Compare Source

This is the fourth micro release of the 3.8 series.

Highlights of the 3.8.4 release include:

  • Enable building against numpy 2.0; released wheels are built against numpy 2
  • macosx: Clean up single-shot timers correctly
  • Add a draw during show for macos backend
  • Fix color sequence data for Set2 and Set3
  • gtk: Ensure pending draws are done before GTK draw
  • Update "Created with" url in hand.svg
  • Avoid modifying user input to Axes.bar
  • fix quiver3d incorrect arrow colors

v3.8.3: REL: v3.8.3

Compare Source

This is the third micro release of the 3.8 series.

Highlights of the 3.8.3 release include:

  • Improvements to the MacOS backend
    • Fix hanging on plt.pause
    • Fix warnings about "Secure coding is not enabled for restorable state"
  • Fix crash at exit for PGF backend

v3.8.2: REL: v3.8.2

Compare Source

REL: v3.8.2

This is the second bugfix release of the 3.8 series.

Highlights of this release include:

  • Fix a segfault in the MacOS backend when running on Python 3.12
  • Fix Contour labeling manual positions selecting incorrect contours.
  • Various documentation improvements

v3.8.1: REL: v3.8.1

Compare Source

This is the first bugfix release of the 3.8.x series.

This release contains several bug fixes and adjustments:

  • Bump setuptools required version because of setuptools_scm v8
  • Update find_nearest_contour and revert contour deprecations
  • allsegs and allkinds return individual segments
  • Restore default behavior of hexbin mincnt with C provided
  • Try/except import of Axes3D
  • Ensure valid path mangling for ContourLabeler
  • BLD: Remove development dependencies from sdists
  • FIX 2-tuple of colors in to_rgba_array
  • Fix issue with non-string labels and legend
  • Fix issue with locale comma when not using math text
  • Various type hinting improvements
  • Various documentation improvements
  • Improvements to the MacOS backend

v3.8.0: REL: v3.8.0

Compare Source

REL: v3.8.0

Highlights of this release include:

  • Type hints for most public APIs
  • Many improvements to Mathtext
    • Addition of \boldsymbol command
    • Additional sizable delimiters
    • Documentation improvements
    • \substack command
    • \middle delimitier
    • \mathbfit for bold italic text
  • 3D plotting improvements
    • Specify tick/axis label positions
    • Improved text for coordinates in interactive sessions
    • Ability to share view angles
  • New plotting method ecdf (empirical cumulative distribution function)

v3.7.5: REL: v3.7.5

Compare Source

This is the fifth bugfix release of the 3.7.x series.

This release contains two bug-fixes:

  • Fix hanging on plt.pause on the MacOS backend
  • Fix crash on exit when using the PGF backend on Windows

v3.7.4: REL: v3.7.4

Compare Source

This is the fourth bugfix release of the 3.7.x series.

This release contains one bug-fix:

  • Fix a segmentation fault when resizing on Python 3.12 and macOS 14

v3.7.3: REL: v3.7.3

Compare Source

This is the third bugfix release of the 3.7.x series.

This release contains several bug-fixes and adjustments:

  • Add Python 3.12 wheels
  • Update the license for the bundled colorbrewer colormap data
  • Fix Cairo backend when using cairocffi
  • Fix axes_grid1 inset axes with bbox_inches=tight
  • Fix bugs in Path3DCollection / Poly3DCollection constructors
  • Fix setting array labelcolor on Tick
  • Improve compatibility with latest NumPy
  • Stop warning when calling tight_layout multiple times

v3.7.2: REL: v3.7.2

Compare Source

This is the second bugfix release of the 3.7.x series.

This release contains several bug-fixes and adjustments:

  • Avoid modifying input masks in pcolor/pcolormesh
  • Fix 3D set_aspect error cases
  • Fix IPython's %pylab mode detection
  • Fix Figure.get_constrained_layout_pads()
  • Fix Legend.set_draggable() with update="bbox"
  • Fix TransformedBbox.{,full_}contains
  • Fix clipping of bar_label text
  • Fix colorbar size when saving with explicit bbox_inches
  • Fix errors when an input is entirely NaN
  • Fix leaks of exception tracebacks and LayoutGrid objects
  • Fix non-interpolated imshow in PDF export
  • Fix palettized image optimization in PDF export
  • Fix pgf tests with TeXLive 2022
  • Fix removal of Axes that contain widgets that are grabbing the mouse
  • Fix removal of draggable artists
  • Fix subslice optimization for long, fully nan lines
  • Fix tight layout if Figure has an existing layout manager
  • Fix window extent of AnnotationBbox before first draw
  • Fix wspace and hspace in subfigures
  • Improve Qt compatibility
  • Improve compatibility with Python 3.12
  • Prevent under the hood downcasting of values in xcorr
  • Remove some NumPy function overrides from pylab
  • Remove warning with symlog scales on mouseover
numpy/numpy (numpy)

v2.2.5: (Apr 19, 2025)

Compare Source

NumPy 2.2.5 Release Notes

NumPy 2.2.5 is a patch release that fixes bugs found after the 2.2.4
release. It has a large number of typing fixes/improvements as well as
the normal bug fixes and some CI maintenance.

This release supports Python versions 3.10-3.13.

Contributors

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

  • Charles Harris
  • Joren Hammudoglu
  • Baskar Gopinath +
  • Nathan Goldbaum
  • Nicholas Christensen +
  • Sayed Adel
  • karl +

Pull requests merged

A total of 19 pull requests were merged for this release.

  • #​28545: MAINT: Prepare 2.2.x for further development
  • #​28582: BUG: Fix return type of NpyIter_GetIterNext in Cython declarations
  • #​28583: BUG: avoid deadlocks with C++ shared mutex in dispatch cache
  • #​28585: TYP: fix typing errors in _core.strings
  • #​28631: MAINT, CI: Update Ubuntu to 22.04 in azure-pipelines
  • #​28632: BUG: Set writeable flag for writeable dlpacks.
  • #​28633: BUG: Fix crackfortran parsing error when a division occurs within...
  • #​28650: TYP: fix ndarray.tolist() and .item() for unknown dtype
  • #​28654: BUG: fix deepcopying StringDType arrays (#​28643)
  • #​28661: TYP: Accept objects that write() to str in savetxt
  • #​28663: CI: Replace QEMU armhf with native (32-bit compatibility mode)
  • #​28682: SIMD: Resolve Highway QSort symbol linking error on aarch32/ASIMD
  • #​28683: TYP: add missing "b1" literals for dtype[bool]
  • #​28705: TYP: Fix false rejection of NDArray[object_].__abs__()
  • #​28706: TYP: Fix inconsistent NDArray[float64].__[r]truediv__ return...
  • #​28723: TYP: fix string-like ndarray rich comparison operators
  • #​28758: TYP: some [arg]partition fixes
  • #​28772: TYP: fix incorrect random.Generator.integers return type
  • #​28774: TYP: fix count_nonzero signature

Checksums

MD5
3a5d0889d6d7951f44bc6f7a03fa30c6  numpy-2.2.5-cp310-cp310-macosx_10_9_x86_64.whl
bcf9f4e768b070e17b2635f422a6e27d  numpy-2.2.5-cp310-cp310-macosx_11_0_arm64.whl
e82c8fa47a65bb5c2c83295f549dab12  numpy-2.2.5-cp310-cp310-macosx_14_0_arm64.whl
a5511a995c0f79a8b9a81f2b50e9f692  numpy-2.2.5-cp310-cp310-macosx_14_0_x86_64.whl
72bfc1f98238a8e4ba08999e61111e0e  numpy-2.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
146c83a5b8099d8d2607392b2ef7fedf  numpy-2.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
6ebdc80b54b008a10575e5d7bbb613f5  numpy-2.2.5-cp310-cp310-musllinux_1_2_aarch64.whl
97efde6443da8f9280a5fc2614a087e5  numpy-2.2.5-cp310-cp310-musllinux_1_2_x86_64.whl
c143f352206cec535b41b6b1d34c5898  numpy-2.2.5-cp310-cp310-win32.whl
0b17fbbf584785f675f1c5b24a00ff93  numpy-2.2.5-cp310-cp310-win_amd64.whl
58532622d7eff69a3c71c1ae89dea070  numpy-2.2.5-cp311-cp311-macosx_10_9_x86_64.whl
0d002c733bb02debe0b15de5ba872d1e  numpy-2.2.5-cp311-cp311-macosx_11_0_arm64.whl
ff0c736c60be96506806061ace2251a1  numpy-2.2.5-cp311-cp311-macosx_14_0_arm64.whl
4febdec973c4405fd08ef35e0c130de1  numpy-2.2.5-cp311-cp311-macosx_14_0_x86_64.whl
0bf4e457c612e565420e135458e70fe0  numpy-2.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
a43b608ad15ebdc0960611497205d598  numpy-2.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
7b4b1afd412149a9af7c25d7346fade8  numpy-2.2.5-cp311-cp311-musllinux_1_2_aarch64.whl
a1e70be013820f92dbfd4796fc4044bb  numpy-2.2.5-cp311-cp311-musllinux_1_2_x86_64.whl
73344e05a6fec0b38183363b4a026252  numpy-2.2.5-cp311-cp311-win32.whl
b7d5fdd23057c58d15c84eef6bfedb55  numpy-2.2.5-cp311-cp311-win_amd64.whl
801b11bb546aac2d92d7b3d5d6c90e86  numpy-2.2.5-cp312-cp312-macosx_10_13_x86_64.whl
68dc4298cad9405ad30cfb723be4ae48  numpy-2.2.5-cp312-cp312-macosx_11_0_arm64.whl
c31c872e0fa8df5ed7f91882621a925f  numpy-2.2.5-cp312-cp312-macosx_14_0_arm64.whl
179dfa545c32c44b77cf8db3b973785f  numpy-2.2.5-cp312-cp312-macosx_14_0_x86_64.whl
4562513ff2f1e3f31d66b8e435000141  numpy-2.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
c80a2d8aab1a4d6a66f3fca2f0744744  numpy-2.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
e363e0d8c116522d55b0ddd0cbf2de67  numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl
d31d443270c76b7238ece2f87b048d21  numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl
bf469fe048fa4ed75a5d8725297e283a  numpy-2.2.5-cp312-cp312-win32.whl
069b832aa15b6a815497135e7fa8cae8  numpy-2.2.5-cp312-cp312-win_amd64.whl
b2cf059c831cbcfdb4044613a1e5bc8d  numpy-2.2.5-cp313-cp313-macosx_10_13_x86_64.whl
70bcb93e55ff0f6602636602e0834607  numpy-2.2.5-cp313-cp313-macosx_11_0_arm64.whl
00c4938d67fd5b658ad92ac26fbe9cab  numpy-2.2.5-cp313-cp313-macosx_14_0_arm64.whl
0ca38aa51874b9252a2c9d85f81dcd07  numpy-2.2.5-cp313-cp313-macosx_14_0_x86_64.whl
6062cf707b8bc07a1600af0991a0a88e  numpy-2.2.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
62c1cf7de0327546f3a1e3852de640d3  numpy-2.2.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
ab3ad3390396552f76160139cc528784  numpy-2.2.5-cp313-cp313-musllinux_1_2_aarch64.whl
d258ba55c9a3936fa0c113cac8bbc0cc  numpy-2.2.5-cp313-cp313-musllinux_1_2_x86_64.whl
59bb7e1acb81fc4a02c3b791e110f01e  numpy-2.2.5-cp313-cp313-win32.whl
2e5728a9e5c6405d3a22138e4dd7019f  numpy-2.2.5-cp313-cp313-win_amd64.whl
d315521ec7275d0341787f2450e57e55  numpy-2.2.5-cp313-cp313t-macosx_10_13_x86_64.whl
17018c7c259ae81cf2ca4f58523d7d1c  numpy-2.2.5-cp313-cp313t-macosx_11_0_arm64.whl
ef6fd6a9c6a07db004a272b82f0ea710  numpy-2.2.5-cp313-cp313t-macosx_14_0_arm64.whl
07b2baf70b84b44ca6924794d9c7e431  numpy-2.2.5-cp313-cp313t-macosx_14_0_x86_64.whl
a2fb1ed562d2b6da091d980c7486d113  numpy-2.2.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
22fa9137283f463436d7b20a220071cd  numpy-2.2.5-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
b0ae924e4834155eb5ac159ae611c292  numpy-2.2.5-cp313-cp313t-musllinux_1_2_aarch64.whl
c7a8351484f2df9a499c68f1ac73121c  numpy-2.2.5-cp313-cp313t-musllinux_1_2_x86_64.whl
1da753e4127a0bdcdfbfa6639568057e  numpy-2.2.5-cp313-cp313t-win32.whl
a8c869efc0888f214239e5c4f0e6acfb  numpy-2.2.5-cp313-cp313t-win_amd64.whl
7255b93f38e7d54a59d6798182f24c6a  numpy-2.2.5-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
6743ce025de6c245b03ca8511b306503  numpy-2.2.5-pp310-pypy310_pp73-macosx_14_0_x86_64.whl
5abbeec4ff2add1c46f8779f730c73fa  numpy-2.2.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
8e2e01f02d05e111ef2b104d1b3afad1  numpy-2.2.5-pp310-pypy310_pp73-win_amd64.whl
df2e46b468f9fdf06b13b04eca9a723f  numpy-2.2.5.tar.gz
SHA256
1f4a922da1729f4c40932b2af4fe84909c7a6e167e6e99f71838ce3a29f3fe26  numpy-2.2.5-cp310-cp310-macosx_10_9_x86_64.whl
b6f91524d31b34f4a5fee24f5bc16dcd1491b668798b6d85585d836c1e633a6a  numpy-2.2.5-cp310-cp310-macosx_11_0_arm64.whl
19f4718c9012e3baea91a7dba661dcab2451cda2550678dc30d53acb91a7290f  numpy-2.2.5-cp310-cp310-macosx_14_0_arm64.whl
eb7fd5b184e5d277afa9ec0ad5e4eb562ecff541e7f60e69ee69c8d59e9aeaba  numpy-2.2.5-cp310-cp310-macosx_14_0_x86_64.whl
6413d48a9be53e183eb06495d8e3b006ef8f87c324af68241bbe7a39e8ff54c3  numpy-2.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
7451f92eddf8503c9b8aa4fe6aa7e87fd51a29c2cfc5f7dbd72efde6c65acf57  numpy-2.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
0bcb1d057b7571334139129b7f941588f69ce7c4ed15a9d6162b2ea54ded700c  numpy-2.2.5-cp310-cp310-musllinux_1_2_aarch64.whl
36ab5b23915887543441efd0417e6a3baa08634308894316f446027611b53bf1  numpy-2.2.5-cp310-cp310-musllinux_1_2_x86_64.whl
422cc684f17bc963da5f59a31530b3936f57c95a29743056ef7a7903a5dbdf88  numpy-2.2.5-cp310-cp310-win32.whl
e4f0b035d9d0ed519c813ee23e0a733db81ec37d2e9503afbb6e54ccfdee0fa7  numpy-2.2.5-cp310-cp310-win_amd64.whl
c42365005c7a6c42436a54d28c43fe0e01ca11eb2ac3cefe796c25a5f98e5e9b  numpy-2.2.5-cp311-cp311-macosx_10_9_x86_64.whl
498815b96f67dc347e03b719ef49c772589fb74b8ee9ea2c37feae915ad6ebda  numpy-2.2.5-cp311-cp311-macosx_11_0_arm64.whl
6411f744f7f20081b1b4e7112e0f4c9c5b08f94b9f086e6f0adf3645f85d3a4d  numpy-2.2.5-cp311-cp311-macosx_14_0_arm64.whl
9de6832228f617c9ef45d948ec1cd8949c482238d68b2477e6f642c33a7b0a54  numpy-2.2.5-cp311-cp311-macosx_14_0_x86_64.whl
369e0d4647c17c9363244f3468f2227d557a74b6781cb62ce57cf3ef5cc7c610  numpy-2.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
262d23f383170f99cd9191a7c85b9a50970fe9069b2f8ab5d786eca8a675d60b  numpy-2.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
aa70fdbdc3b169d69e8c59e65c07a1c9351ceb438e627f0fdcd471015cd956be  numpy-2.2.5-cp311-cp311-musllinux_1_2_aarch64.whl
37e32e985f03c06206582a7323ef926b4e78bdaa6915095ef08070471865b906  numpy-2.2.5-cp311-cp311-musllinux_1_2_x86_64.whl
f5045039100ed58fa817a6227a356240ea1b9a1bc141018864c306c1a16d4175  numpy-2.2.5-cp311-cp311-win32.whl
b13f04968b46ad705f7c8a80122a42ae8f620536ea38cf4bdd374302926424dd  numpy-2.2.5-cp311-cp311-win_amd64.whl
ee461a4eaab4f165b68780a6a1af95fb23a29932be7569b9fab666c407969051  numpy-2.2.5-cp312-cp312-macosx_10_13_x86_64.whl
ec31367fd6a255dc8de4772bd1658c3e926d8e860a0b6e922b615e532d320ddc  numpy-2.2.5-cp312-cp312-macosx_11_0_arm64.whl
47834cde750d3c9f4e52c6ca28a7361859fcaf52695c7dc3cc1a720b8922683e  numpy-2.2.5-cp312-cp312-macosx_14_0_arm64.whl
2c1a1c6ccce4022383583a6ded7bbcda22fc635eb4eb1e0a053336425ed36dfa  numpy-2.2.5-cp312-cp312-macosx_14_0_x86_64.whl
9d75f338f5f79ee23548b03d801d28a505198297534f62416391857ea0479571  numpy-2.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
3a801fef99668f309b88640e28d261991bfad9617c27beda4a3aec4f217ea073  numpy-2.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
abe38cd8381245a7f49967a6010e77dbf3680bd3627c0fe4362dd693b404c7f8  numpy-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl
5a0ac90e46fdb5649ab6369d1ab6104bfe5854ab19b645bf5cda0127a13034ae  numpy-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl
0cd48122a6b7eab8f06404805b1bd5856200e3ed6f8a1b9a194f9d9054631beb  numpy-2.2.5-cp312-cp312-win32.whl
ced69262a8278547e63409b2653b372bf4baff0870c57efa76c5703fd6543282  numpy-2.2.5-cp312-cp312-win_amd64.whl
059b51b658f4414fff78c6d7b1b4e18283ab5fa56d270ff212d5ba0c561846f4  numpy-2.2.5-cp313-cp313-macosx_10_13_x86_64.whl
47f9ed103af0bc63182609044b0490747e03bd20a67e391192dde119bf43d52f  numpy-2.2.5-cp313-cp313-macosx_11_0_arm64.whl
261a1ef047751bb02f29dfe337230b5882b54521ca121fc7f62668133cb119c9  numpy-2.2.5-cp313-cp313-macosx_14_0_arm64.whl
4520caa3807c1ceb005d125a75e715567806fed67e315cea619d5ec6e75a4191  numpy-2.2.5-cp313-cp313-macosx_14_0_x86_64.whl
3d14b17b9be5f9c9301f43d2e2a4886a33b53f4e6fdf9ca2f4cc60aeeee76372  numpy-2.2.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
2ba321813a00e508d5421104464510cc962a6f791aa2fca1c97b1e65027da80d  numpy-2.2.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
a4cbdef3ddf777423060c6f81b5694bad2dc9675f110c4b2a60dc0181543fac7  numpy-2.2.5-cp313-cp313-musllinux_1_2_aarch64.whl
54088a5a147ab71a8e7fdfd8c3601972751ded0739c6b696ad9cb0343e21ab73  numpy-2.2.5-cp313-cp313-musllinux_1_2_x86_64.whl
c8b82a55ef86a2d8e81b63da85e55f5537d2157165be1cb2ce7cfa57b6aef38b  numpy-2.2.5-cp313-cp313-win32.whl
d8882a829fd779f0f43998e931c466802a77ca1ee0fe25a3abe50278616b1471  numpy-2.2.5-cp313-cp313-win_amd64.whl
e8b025c351b9f0e8b5436cf28a07fa4ac0204d67b38f01433ac7f9b870fa38c6  numpy-2.2.5-cp313-cp313t-macosx_10_13_x86_64.whl
8dfa94b6a4374e7851bbb6f35e6ded2120b752b063e6acdd3157e4d2bb922eba  numpy-2.2.5-cp313-cp313t-macosx_11_0_arm64.whl
97c8425d4e26437e65e1d189d22dff4a079b747ff9c2788057bfb8114ce1e133  numpy-2.2.5-cp313-cp313t-macosx_14_0_arm64.whl
352d330048c055ea6db701130abc48a21bec690a8d38f8284e00fab256dc1376  numpy-2.2.5-cp313-cp313t-macosx_14_0_x86_64.whl
8b4c0773b6ada798f51f0f8e30c054d32304ccc6e9c5d93d46cb26f3d385ab19  numpy-2.2.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
55f09e00d4dccd76b179c0f18a44f041e5332fd0e022886ba1c0bbf3ea4a18d0  numpy-2.2.5-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
02f226baeefa68f7d579e213d0f3493496397d8f1cff5e2b222af274c86a552a  numpy-2.2.5-cp313-cp313t-musllinux_1_2_aarch64.whl
c26843fd58f65da9491165072da2cccc372530681de481ef670dcc8e27cfb066  numpy-2.2.5-cp313-cp313t-musllinux_1_2_x86_64.whl
1a161c2c79ab30fe4501d5a2bbfe8b162490757cf90b7f05be8b80bc02f7bb8e  numpy-2.2.5-cp313-cp313t-win32.whl
d403c849

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 57e1fcd to 46497a0 Compare July 5, 2023 22:46
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 45fef64 to e77879c Compare October 4, 2023 18:39
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 67783bd to d086912 Compare October 15, 2023 17:16
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from c3e922e to 198f12f Compare November 1, 2023 01:06
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 6b5934a to 3dba2a6 Compare November 17, 2023 23:09
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from ed56df0 to 22094de Compare November 27, 2023 11:13
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 89cb147 to 295872d Compare December 9, 2023 00:22
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from b733bf3 to a57ec82 Compare October 8, 2024 01:32
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from c0b413d to d6b29c0 Compare October 25, 2024 09:49
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 0e96c2b to 3652da0 Compare December 1, 2024 16:37
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 5325556 to ceb4a0d Compare December 14, 2024 19:01
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 493b3b2 to 212dc67 Compare December 25, 2024 22:24
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 5fb7f16 to 2c4fb2d Compare February 1, 2025 20:45
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from d8b278d to 51186c2 Compare March 3, 2025 11:33
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 53602e8 to 2580017 Compare March 12, 2025 02:30
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from d96a1af to cdfba7c Compare April 25, 2025 19:59
@renovate renovate bot force-pushed the renovate/all branch from cdfba7c to d49edcb Compare May 8, 2025 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants