f7c5d27872
- update to 1.9.0 * ignore some errors at module level (#593). * Rework hook output to remove the table (#611). * Switch to storing AST nodes on the stack for more accurate method signature check and easy access to parent nodes (#623). * MAINT: Changed class constructor init GL08 reporting (#592). * BUG: Correct functionality of numpydoc SS05 (#613). * Specity the types of numpydoc_xref_ignore option (#631). * DOC: Do not use types for *args, **kwargs (#585). * mention conda-forge in installation docs (#595). * Fix typo in validation.rst (#605). * Fix broken link in format.rst (#628). * CI: use hashes for actions' versions in publishing job (#579). * Bump the actions group with 2 updates (#581). * Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.2 in the actions group (#582). * [pre-commit.ci] pre-commit autoupdate (#583). * MAINT: Add _exception_on_warning to MockApp (#586). * Bump the actions group across 1 directory with 2 updates (#590). * don't pass maxsplit as positional arg (#596). * [pre-commit.ci] pre-commit autoupdate (#598). * Add Python 3.13 support (#599). * Update readthedocs config (#600). * Bump the actions group with 2 updates (#603). * Bump the actions group with 3 updates (#609). * [pre-commit.ci] pre-commit autoupdate (#614). * Bump actions/download-artifact from 4.2.1 to 4.3.0 in the actions group (#620). * Bump scientific-python/circleci-artifacts-redirector-action from 1.0.0 to 1.1.0 in the actions group (#627). * Switch to dependency groups (#626). * Fix pip setup command in github workflow (#629).
Benjamin Greiner2025-07-31 18:02:33 +00:00
ce6f7c916d
Accepting request 1243128 from devel:languages:python:numeric
Ana Guerrero2025-02-04 17:14:12 +00:00
b59af912fb
- Add mockapp.patch to fix test failure with Sphinx 8.1 - Trim dependencies
Markéta Machová2025-02-04 13:37:36 +00:00
85c279ef7e
Accepting request 1225336 from devel:languages:python:numeric
Ana Guerrero2024-11-21 14:14:00 +00:00
ec8f4c6643
- update to 1.8.0: * Unify CLIs (#537). * Move "Attributes" and "Methods" below "Parameters" (#571). * FIX: coroutines can have a return statement (#542). * Unwrap decorated objects for YD01 validation check (#541). * Fix bug with validation encoding (#550). * Add note about TOML regex; fix typo (#552). * DOC: Clarify recommendations regarding use of backticks (#525).
Dirk Mueller2024-11-20 16:21:44 +00:00
720f726a7d
Accepting request 1164292 from devel:languages:python:numeric
Ana Guerrero2024-04-03 15:20:46 +00:00
76f4e2c122
- update to 1.7.0: * PERF: wrap inspect.getsourcelines with cache (#532). * during tokenize, use UTF8 encoding on all platforms (#510). * fix 'Alias for field number X' problem with NamedTuples * DOC: Fix typos found by codespell (#514). * DOC: Update link to mailing list (#518). * Add Python 3.12 to classifiers (#529). * Update release process (#534). * Update release process (#535). * ENH: Allow a trailing COMMA or PERIOD in a See Also function list block. * BUG: turn member descriptors into links * Escape the * in *args and **kwargs
Dirk Mueller2024-04-03 07:54:28 +00:00