Skip to content

build(deps-dev): bump param from 2.2.1 to 2.3.2#180

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/param-2.3.2
Open

build(deps-dev): bump param from 2.2.1 to 2.3.2#180
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/param-2.3.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 23, 2026

Copy link
Copy Markdown
Contributor

Bumps param from 2.2.1 to 2.3.2.

Release notes

Sourced from param's releases.

Version 2.3.2

This patch release fixes a regression introduced in Parameterized by adding a docstring to its __init__ method, shadowing user-defined class docstrings displayed in IDEs like VSCode.

Fixes:

  • Remove Parameterized __init__ docstring as it shadows class user docstrings (#1104)

Compatibility / Tests:

  • Pandas 3 test suite compatibility (#1107)

Full Changelog

Version 2.3.1

This patch release fixes a regression introduced in the param.parameterized.edit_constant context manager.

Fixes:

  • Fix edit_constant to prevent class value mutation when not constant

Full Changelog

Version 2.3.0

This minor release brings a number of new features, enhancements, bug fixes, and documentation improvements. Notably, it introduces the new Parameter attributes default_factory and metadata, and the ParameterizedABC class to declare Parameterized abstract base classes. All the docstrings have been improved thanks to a massive effort from @​MarcSkovMadsen. Several deprecated APIs have now been removed, and the minimum supported Python version has been bumped to 3.10. Many thanks to our new contributors @​Azaya89, @​Coderambling, and @​ypsah, as well as to @​MarcSkovMadsen, @​hoxbro, @​maximlt, @​philippjfr, and all others for their continued maintenance and development efforts.

Features:

  • Add a default_factory attribute to the base Parameter (#1092)
  • Add a metadata attribute to the base Parameter (#1094)
  • Allow declaring Parameterized abstract base classes by inheriting from ParameterizedABC => This approach should be favored over __abstract = True (#1031)
  • Add .rx.set() method (#957)

Enhancements:

  • Add missing docstrings and enhance existing ones (#992, #994, #997, #998)
  • Better error when calling len() on a reactive expression (#1033)
  • Raise AttributeError when attempting to set the value attribute of a reactive expression (#1022)
  • Add an is_instance attribute to the List Parameter (#1023)
  • Allow depends(..., on_init=True) to be applied to async method (#1067)
  • Add concrete keyword to the descendents function => Prefer concrete(<cls>, descendents=True) over concrete_descendents(<cls>) (#1027)

Performance Enhancements:

  • Improve import time by lazy importing "slow" modules (#1037)
  • Only update Parameter signatures when needed (#1038)

Bug Fixes:

  • Fix calling descendents on an object() instance (#1024)
  • Ensure edit_constant resets class and instance level parameters (#1015)

... (truncated)

Changelog

Sourced from param's changelog.

Version 2.3.2

Date: 2026-02-06

This patch release fixes a regression introduced in Parameterized by adding a docstring to its __init__ method, shadowing user-defined class docstrings displayed in IDEs like VSCode.

Fixes:

  • Remove Parameterized __init__ docstring as it shadows class user docstrings (#1104)

Compatibility / Tests:

  • Pandas 3 test suite compatibility (#1107)

Full Changelog

Version 2.3.1

Date: 2025-11-25

This patch release fixes a regression introduced in the param.parameterized.edit_constant context manager.

Fixes:

  • Fix edit_constant to prevent class value mutation when not constant

Full Changelog

Version 2.3.0

Date: 2025-11-13

This minor release brings a number of new features, enhancements, bug fixes, and documentation improvements. Notably, it introduces the new Parameter attributes default_factory and metadata, and the ParameterizedABC class to declare Parameterized abstract base classes. All the docstrings have been improved thanks to a massive effort from @​MarcSkovMadsen. Several deprecated APIs have now been removed, and the minimum supported Python version has been bumped to 3.10. Many thanks to our new contributors @​Azaya89, @​Coderambling, and @​ypsah, as well as to @​MarcSkovMadsen, @​hoxbro, @​maximlt, @​philippjfr, and all others for their continued maintenance and development efforts.

Features:

  • Add a default_factory attribute to the base Parameter (#1092)
  • Add a metadata attribute to the base Parameter (#1094)
  • Allow declaring Parameterized abstract base classes by inheriting from ParameterizedABC => This approach should be favored over __abstract = True (#1031)
  • Add .rx.set() method (#957)

Enhancements:

  • Add missing docstrings and enhance existing ones (#992, #994, #997, #998)
  • Better error when calling len() on a reactive expression (#1033)
  • Raise AttributeError when attempting to set the value attribute of a reactive expression (#1022)
  • Add an is_instance attribute to the List Parameter (#1023)
  • Allow depends(..., on_init=True) to be applied to async method (#1067)
  • Add concrete keyword to the descendents function => Prefer concrete(<cls>, descendents=True) over concrete_descendents(<cls>) (#1027)

... (truncated)

Commits
  • 359d81b Add release notes for 2.3.2 (#1109)
  • a2ba598 Pandas 3 test suite compatibility (#1107)
  • 3ecffd7 Remove Parameterized __init__ docstring as it shadows class user docstrings...
  • 5c22473 remove duplicate line (#1103)
  • 8ad25ad Prepare version 2.3.1 (#1102)
  • 94ab7e0 fix edit_constant to prevent class value mutation when not constant (#1101)
  • 5517f87 Update project description in pyproject.toml and enhance meta.yaml with detai...
  • 54da93e Add release notes for 2.3.0 (#1096)
  • 0b66fe6 Update the README and the landing page (#1095)
  • 60f093d Update cloudfront urls (#1097)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [param](https://github.com/holoviz/param) from 2.2.1 to 2.3.2.
- [Release notes](https://github.com/holoviz/param/releases)
- [Changelog](https://github.com/holoviz/param/blob/main/doc/releases.md)
- [Commits](holoviz/param@v2.2.1...v2.3.2)

---
updated-dependencies:
- dependency-name: param
  dependency-version: 2.3.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 23, 2026
@dagshub

dagshub Bot commented Mar 23, 2026

Copy link
Copy Markdown

@github-actions

Copy link
Copy Markdown

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/diffannotator
   __init__.py00100% 
   annotate.py84215182%75–76, 85, 92, 108–111, 113–115, 117, 446–447, 451–452, 454, 505, 507–509, 511, 513–515, 517–518, 520–522, 611, 637, 640, 646–647, 701, 879, 915, 968–970, 974, 1014, 1026, 1028, 1032–1041, 1101, 1125, 1393, 1407–1410, 1412, 1416–1419, 1421, 1601, 1604, 1822, 1824, 1871, 1896–1897, 2006, 2009, 2149–2150, 2152, 2177, 2228–2229, 2248–2249, 2252, 2267, 2282–2283, 2324, 2393, 2404, 2430, 2440, 2442, 2451–2455, 2459–2463, 2465, 2500, 2596, 2609–2610, 2613, 2616–2617, 2619–2621, 2623, 2625–2627, 2629–2630, 2632, 2634, 2648, 2651, 2666–2668, 2674, 2687, 2696, 2704, 2707, 2777, 2783, 2785–2786, 2799, 2808–2813, 2927–2928, 2931–2932, 2936, 2981
   config.py50786%55–59, 61, 104
   gather_data.py3425284%87, 91, 93, 101, 106, 108, 121, 129, 162, 240–241, 244–245, 248, 251, 262, 280–286, 318–319, 342–343, 366, 390, 415–416, 618, 622, 655, 790, 803, 805, 808, 812, 814, 852, 882–883, 949, 1001, 1187, 1219–1223, 1227
   generate_patches.py38392%102, 104, 126
   languages.py1011684%191, 194, 197, 200, 203, 207, 238–239, 251, 270, 282, 284–285, 288, 294, 332
   lexer.py29293%102–103
src/diffannotator/utils
   __init__.py00100% 
   git.py6537888%123, 262, 351, 449, 458, 552–553, 556–563, 566–570, 572, 574, 736, 785, 795, 798–800, 806, 837, 841, 848, 869, 873, 957, 970, 1033, 1115, 1130, 1187, 1194, 1279, 1281, 1401, 1406–1407, 1518, 1522, 1599, 1604, 1606, 1609–1610, 1612, 1699, 1713, 1718–1719, 1799–1800, 1956, 1960, 2042, 2048, 2121, 2125, 2153–2154, 2166, 2168, 2192, 2290–2293, 2308, 2340, 2354
TOTAL205530984% 

Tests Skipped Failures Errors Time
106 9 💤 1 ❌ 0 🔥 13.661s ⏱️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants