@@ -12,13 +12,58 @@ The semantic versioning only considers the public API as described in
1212paths are considered internals and can change in minor and patch releases.
1313
1414
15- v4.32.0 (2024-07-??)
15+ v4.32.1 (2024-08-23)
16+ --------------------
17+
18+ Fixed
19+ ^^^^^
20+ - ``dict `` types not correctly forwarding previous nested values when parsing
21+ (`#559 <https://github.com/omni-us/jsonargparse/pull/559 >`__).
22+ - ``List `` type incorrectly using defaults from previous item (`#560
23+ <https://github.com/omni-us/jsonargparse/pull/560> `__).
24+ - ``--print_shtab `` not adding file completer for ``_ActionConfigLoad `` (`#562
25+ <https://github.com/omni-us/jsonargparse/pull/562> `__).
26+ - ``parser_mode `` not inherited by nested parsers (`#564
27+ <https://github.com/omni-us/jsonargparse/pull/564> `__).
28+
29+
30+ v4.32.0 (2024-07-19)
1631--------------------
1732
1833Added
1934^^^^^
2035- Support for ``MappingProxyType `` as a type and as default for mapping types
2136 (`#540 <https://github.com/omni-us/jsonargparse/pull/540 >`__).
37+ - Support for ``OrderedDict `` as a type (`#545
38+ <https://github.com/omni-us/jsonargparse/pull/545> `__).
39+ - New function ``get_loader `` to get the current loader for a given parser mode
40+ (`#479 comment
41+ <https://github.com/omni-us/jsonargparse/issues/479#issuecomment-2022596544> `__,
42+ `#536 comment
43+ <https://github.com/omni-us/jsonargparse/issues/536#issuecomment-2186961644> `__).
44+
45+ Fixed
46+ ^^^^^
47+ - ``dump `` failing when a link target requires serialization and
48+ ``skip_link_targets=False `` (`#542
49+ <https://github.com/omni-us/jsonargparse/pull/542> `__).
50+ - ``default_config_files `` making parse fail for subcommands and nested subclass
51+ types (`lightning-forums#5963
52+ <https://lightning.ai/forums/t/problem-lightningcli-with-default-config-files/5963> `__).
53+ - Fixes related to transformers ``PreTrainedModel.from_pretrained ``
54+ (`lightning#19863 comment
55+ <https://github.com/Lightning-AI/pytorch-lightning/discussions/19863#discussioncomment-9821765> `__):
56+
57+ - Import path of inherited classmethod not resolving correctly (`#548
58+ <https://github.com/omni-us/jsonargparse/pull/548> `__).
59+ - Resolved parameters leading to multiple values for keyword argument (`#551
60+ <https://github.com/omni-us/jsonargparse/pull/551> `__).
61+ - Function with return type a class in ``class_path `` in some cases fails
62+ with unexpected ``instantiate `` parameter error (`#551
63+ <https://github.com/omni-us/jsonargparse/pull/551> `__).
64+ - Ignore incorrectly resolved ``config_file_name `` parameter for
65+ transformers model ``from_pretrained``(`#551
66+ <https://github.com/omni-us/jsonargparse/pull/551>`__).
2267
2368
2469v4.31.0 (2024-06-27)
0 commit comments