kaiko-ai / eva

Evaluation framework for oncology foundation models (FMs)
https://kaiko-ai.github.io/eva/
Apache License 2.0
59 stars 4 forks source link

Update dependency jsonargparse to v4.30.0 #540

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jsonargparse (changelog) ==4.28 -> ==4.30.0 age adoption passing confidence

Release Notes

omni-us/jsonargparse (jsonargparse) ### [`v4.30.0`](https://togithub.com/omni-us/jsonargparse/blob/HEAD/CHANGELOG.rst#v4300-2024-06-18) [Compare Source](https://togithub.com/omni-us/jsonargparse/compare/v4.29.0...v4.30.0) Added ^^^^^ - Allow adding config argument with `action="config"` avoiding need to import action class (`#​512 `\__). - Allow providing a function with return type a class in `class_path` (`lightning#13613 `\__). - Automatic `--print_shtab` option when `shtab` is installed, providing completions for many type hints without the need to modify code (`#​528 `\__). Fixed ^^^^^ - Parsing incorrectly provides file content when type is a union with a subclass, PathLike and string (`#​516 `\__). - `--print_config` failing in some cases (`#​517 `\__). - Callable that returns class not using required parameter default from lambda (`#​523 `\__). - Failing to parse list of dataclasses with nested optional dataclass (`#​527 `\__). - List of union of classes not accepted by `add_subclass_arguments` in `python>=3.11` (`#​522 `\__). - Optional pydantic model failing to parse with `__pydantic_private__` error (`#​521 `\__). ### [`v4.29.0`](https://togithub.com/omni-us/jsonargparse/blob/HEAD/CHANGELOG.rst#v4290-2024-05-24) [Compare Source](https://togithub.com/omni-us/jsonargparse/compare/v4.28.0...v4.29.0) Added ^^^^^ - Support for `TypedDict` (`#​457 `\__). - Directly providing a dict with parameters or a single parameter to a subclass or callable with class return now implicitly tries using the base class as `class_path` if not abstract (`#​505 `\__). Fixed ^^^^^ - Parameter resolving falling back to assumptions resolver for optional `Union` types (`#​498 `\__). - Nested parameters failing to parse from command line when value includes space (`#​499 `\__). - `format_usage()` not working (`#​501 `\__). - Not able to modify init args for callable with class return and default class (`#​504 `\__). - Nested values not validated when type not subclass and nested keys for subclass (`#​503 comment `\__). - Dataclass with nested optional dataclass and default field factory failing to parse (`#​507 `\__). Changed ^^^^^^^ - When parsing fails due to unexpected key, now there are specific error messages for the cases of groups and subcommands (`#​506 `\__).

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: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 3 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.