Skip to content
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

chore(deps): update dependency jsonargparse to v3.19.4 #186

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 13, 2021

Mend Renovate

This PR contains the following updates:

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

Release Notes

omni-us/jsonargparse (jsonargparse)

v3.19.4

Compare Source

Fixed
^^^^^

  • self.logger undefined on SignatureArguments (#&#8203;92 <https://github.com/omni-us/jsonargparse/issues/92>__).
  • Fix linking for deep targets (#&#8203;75 <https://github.com/omni-us/jsonargparse/pull/75>__).
  • Fix import_object failing with "not enough values to unpack" (#&#8203;94 <https://github.com/omni-us/jsonargparse/issues/94>__).
  • Yaml representer error when dumping unregistered default path type.

v3.19.3

Compare Source

Fixed
^^^^^

  • add_subclass_arguments with required=False failing on instantiation (#&#8203;83 <https://github.com/omni-us/jsonargparse/issues/83>__).

v3.19.2

Compare Source

Fixed
^^^^^

  • add_subclass_arguments with required=False failing when not given (#&#8203;83 <https://github.com/omni-us/jsonargparse/issues/83>__).

v3.19.1

Compare Source

Fixed
^^^^^

  • Repeated instantiation of dataclasses (lightning#9207 <https://github.com/Lightning-AI/lightning/issues/9207>__).

v3.19.0

Compare Source

Added
^^^^^

  • save now supports saving to an fsspec path (#&#8203;86 <https://github.com/omni-us/jsonargparse/issues/86>__).

Fixed
^^^^^

  • Multifile save not working correctly for subclasses (#&#8203;63 <https://github.com/omni-us/jsonargparse/issues/63>__).
  • link_arguments not working for subcommands (#&#8203;82 <https://github.com/omni-us/jsonargparse/issues/82>__).

Changed
^^^^^^^

  • Multiple subcommand settings without explicit subcommand is now a warning
    instead of exception.

v3.18.0

Compare Source

Added
^^^^^

  • Support for parsing Mapping and MutableMapping types.
  • Support for parsing frozenset, MutableSequence and MutableSet types.

Fixed
^^^^^

  • Don't discard init_args with non-changing --*.class_path argument.
  • Don't ignore KeyError in call to instantiate_classes (#&#8203;81 <https://github.com/omni-us/jsonargparse/issues/81>__).
  • Optional subcommands fail with a KeyError (#&#8203;68 <https://github.com/omni-us/jsonargparse/issues/68>__).
  • Conflicting namespace for subclass key in subcommand.
  • instantiate_classes not working for subcommand keys (#&#8203;70 <https://github.com/omni-us/jsonargparse/issues/70>__).
  • Proper file not found message from _ActionConfigLoad (#&#8203;64 <https://github.com/omni-us/jsonargparse/issues/64>__).
  • parse_path not parsing inner config files.

Changed
^^^^^^^

  • Docstrings no longer supported for python 3.5.
  • Show warning when --*.class_path discards previous init_args.
  • Trigger error when parse_args called with non-string value.
  • ActionParser accepts both title and help, title having preference.
  • Multiple subcommand settings allowed if explicit subcommand given.

v3.17.0

Compare Source

Added
^^^^^

  • datetime.timedelta now supported as a type.
  • New function class_from_function to add signature of functions that
    return an instantiated class.

Fixed
^^^^^

  • --*.init_args.* causing crash when overriding value from config file.

v3.16.1

Compare Source

Fixed
^^^^^

  • Signature functions not working for classes implemented with __new__.
  • instantiate_classes failing when keys not present in config object.

v3.16.0

Compare Source

v3.15.0

Compare Source

Added
^^^^^

  • Decorator for final classes and an is_final_class function to test it.
  • Support for final classes as type hint.
  • add_subclass_arguments now supports multiple classes given as tuple.
  • add_subclass_arguments now supports the instantiate parameter.

Fixed
^^^^^

  • Parsing of relative paths inside inner configs for type hint actions.

v3.14.0

Compare Source

Added
^^^^^

  • Method instantiate_classes that instantiates subclasses and class groups.
  • Support for link_arguments that are applied on instantiation.
  • Method add_subclass_arguments now supports skipping of arguments.
  • Added support for Type in type hints (#&#8203;59 <https://github.com/omni-us/jsonargparse/issues/59>__).

Fixed
^^^^^

  • Custom string template to avoid problems with percent symbols in docstrings.

v3.13.1

Compare Source

Fixed
^^^^^

  • Type hint Any not correctly serializing Enum and registered type values.

v3.13.0

Compare Source

Added
^^^^^

  • Inner config file support for subclass type hints in signatures and CLI (#&#8203;57 <https://github.com/omni-us/jsonargparse/issues/57>__).
  • Forward fail_untyped setting to nested subclass type hints.

Fixed
^^^^^

  • With fail_untyped=True use type from default value instead of Any.
  • Registered types and typing types incorrectly considered subclass types.

Changed
^^^^^^^

  • Better structure of type hint error messages to ease understanding.

v3.12.1

Compare Source

Fixed
^^^^^

  • --print_config can now be given before other arguments without value.
  • Fixed conversion of flat namespace to dict when there is a nested empty namespace.
  • Fixed issue with get_defaults with default config file and parse_as_dict=False.
  • Fixed bug in save which failed when there was an int key.

Changed
^^^^^^^

  • --print_config now only receives a value with = syntax.
  • add_{class,method,function,dataclass}_arguments now return a list of
    added arguments.

v3.12.0

Compare Source

Added
^^^^^

  • Path support for fsspec file systems using the 's' mode flag.
  • set_config_read_mode function that can enable fsspec for config reading.
  • Option for print_config and dump with help as yaml comments.

Changed
^^^^^^^

  • print_config only added to parsers when ActionConfigFile is added.

Deprecated
^^^^^^^^^^

  • set_url_support functionality now should be done with set_config_read_mode.

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.

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


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

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

@renovate renovate bot force-pushed the renovate/jsonargparse-3.x branch from 2bacec8 to 264b1b4 Compare May 19, 2021 14:51
@renovate renovate bot changed the title Update dependency jsonargparse to v3.12.0 Update dependency jsonargparse to v3.12.1 May 19, 2021
@renovate renovate bot changed the title Update dependency jsonargparse to v3.12.1 Update dependency jsonargparse to v3.13.0 Jun 2, 2021
@renovate renovate bot force-pushed the renovate/jsonargparse-3.x branch from 264b1b4 to 361cd88 Compare June 2, 2021 14:27
@renovate renovate bot changed the title Update dependency jsonargparse to v3.13.0 Update dependency jsonargparse to v3.13.1 Jun 3, 2021
@renovate renovate bot force-pushed the renovate/jsonargparse-3.x branch 2 times, most recently from 1383f22 to 6a47686 Compare June 4, 2021 09:14
@renovate renovate bot changed the title Update dependency jsonargparse to v3.13.1 Update dependency jsonargparse to v3.14.0 Jun 8, 2021
@renovate renovate bot force-pushed the renovate/jsonargparse-3.x branch from 6a47686 to 2e6c0d1 Compare June 8, 2021 19:43
@renovate renovate bot changed the title Update dependency jsonargparse to v3.14.0 Update dependency jsonargparse to v3.15.0 Jun 22, 2021
@renovate renovate bot force-pushed the renovate/jsonargparse-3.x branch from 2e6c0d1 to f066c20 Compare June 22, 2021 07:10
@renovate renovate bot force-pushed the renovate/jsonargparse-3.x branch from f066c20 to bb32a75 Compare July 4, 2021 20:27
@renovate renovate bot changed the title Update dependency jsonargparse to v3.15.0 Update dependency jsonargparse to v3.16.0 Jul 5, 2021
@renovate renovate bot force-pushed the renovate/jsonargparse-3.x branch 2 times, most recently from 689530a to f87b3fb Compare July 9, 2021 09:49
@renovate renovate bot changed the title Update dependency jsonargparse to v3.16.0 Update dependency jsonargparse to v3.16.1 Jul 13, 2021
@renovate renovate bot force-pushed the renovate/jsonargparse-3.x branch 2 times, most recently from 5980d34 to ff65c0f Compare July 19, 2021 07:44
@renovate renovate bot changed the title Update dependency jsonargparse to v3.16.1 Update dependency jsonargparse to v3.17.0 Jul 19, 2021
@renovate renovate bot force-pushed the renovate/jsonargparse-3.x branch from ff65c0f to 943b818 Compare July 30, 2021 07:47
@renovate renovate bot changed the title Update dependency jsonargparse to v3.17.0 Update dependency jsonargparse to v3.18.0 Aug 18, 2021
@renovate renovate bot force-pushed the renovate/jsonargparse-3.x branch from 943b818 to 781470d Compare August 18, 2021 09:29
@renovate renovate bot force-pushed the renovate/jsonargparse-3.x branch from 781470d to c8271fb Compare August 27, 2021 07:30
@renovate renovate bot changed the title Update dependency jsonargparse to v3.18.0 Update dependency jsonargparse to v3.19.0 Aug 27, 2021
@renovate renovate bot force-pushed the renovate/jsonargparse-3.x branch from c8271fb to e8bb14a Compare September 3, 2021 09:03
@renovate renovate bot changed the title Update dependency jsonargparse to v3.19.0 Update dependency jsonargparse to v3.19.1 Sep 3, 2021
@renovate renovate bot force-pushed the renovate/jsonargparse-3.x branch 2 times, most recently from 03d47ef to c8fce84 Compare September 9, 2021 18:09
@renovate renovate bot changed the title Update dependency jsonargparse to v3.19.1 Update dependency jsonargparse to v3.19.2 Sep 9, 2021
@renovate renovate bot changed the title Update dependency jsonargparse to v3.19.2 Update dependency jsonargparse to v3.19.3 Sep 16, 2021
@renovate renovate bot force-pushed the renovate/jsonargparse-3.x branch from f865219 to ebf357a Compare October 18, 2021 19:15
@renovate renovate bot changed the title Update dependency jsonargparse to v3.19.3 Update dependency jsonargparse to v3.19.4 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/jsonargparse-3.x branch from ebf357a to 940f561 Compare March 7, 2022 20:28
@renovate renovate bot changed the title Update dependency jsonargparse to v3.19.4 chore(deps): update dependency jsonargparse to v3.19.4 Mar 12, 2022
@renovate renovate bot force-pushed the renovate/jsonargparse-3.x branch from 940f561 to d0da3a3 Compare August 8, 2022 13:37
@renovate renovate bot changed the title chore(deps): update dependency jsonargparse to v3.19.4 Update dependency jsonargparse to v3.19.4 Dec 17, 2022
@renovate renovate bot changed the title Update dependency jsonargparse to v3.19.4 chore(deps): update dependency jsonargparse to v3.19.4 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/jsonargparse-3.x branch from d0da3a3 to 805d616 Compare March 15, 2023 16:50
@renovate renovate bot force-pushed the renovate/jsonargparse-3.x branch from 805d616 to b501fde Compare August 18, 2023 13:44
@renovate renovate bot force-pushed the renovate/jsonargparse-3.x branch from b501fde to 982e45b Compare August 18, 2023 15:13
@Solvik Solvik closed this Aug 18, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Aug 18, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==3.19.4). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/jsonargparse-3.x branch August 18, 2023 15:23
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.

None yet

1 participant