issues
search
omni-us
/
jsonargparse
Implement minimal boilerplate CLIs derived from type hints and parse from command line, config files and environment variables
https://jsonargparse.readthedocs.io
MIT License
326
stars
49
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Incorrect instantiation order with nested dependency injection
#632
jkrude
opened
6 hours ago
0
Remove pydantic_serializer unused code
#631
mauvilsa
closed
11 hours ago
2
Add support for print config argument to reuse the name of the config argument
#630
mauvilsa
opened
12 hours ago
2
In pre-commit, make sure that test-without-future-annotations runs with editable install
#629
mauvilsa
closed
1 day ago
2
The CLASS_PATH_OR_NAME for subclass help is now optional and if not given the help of the base class is printed
#628
mauvilsa
opened
2 days ago
2
Some code cleanup
#627
mauvilsa
closed
3 days ago
2
Mypy: `DictComponentsType["_help"]` is not expressed in type declaration
#626
netanel-haber
opened
4 days ago
4
Fix list of nestes dataclass parsing and NotRequired having inspect._empty as default
#625
mauvilsa
closed
3 days ago
2
Optional class instances
#624
hadipash
closed
4 days ago
4
Make yaml extensions consistent and fix a couple of changelog issues
#623
mauvilsa
closed
1 week ago
2
Adding configuration file changes parsed paths in a script
#622
hadipash
closed
1 week ago
3
Move coverage to the tests workflow and minor improvements and fixes
#621
mauvilsa
closed
1 week ago
2
Utility for instantiating class from `Namespace`?
#620
EthanMarx
closed
1 week ago
2
Problems with JAX jit'd default arguments
#619
jlperla
closed
1 week ago
2
Adding possibility to generate a json schema file when calling jsonargparse.ArgumentParser.save
#618
martinResearch
opened
2 weeks ago
2
Some fixes to avoid code breaking when deprecations are removed.
#617
mauvilsa
closed
2 weeks ago
2
Functions should implement callable protocols
#616
MiguelMonteiro
opened
2 weeks ago
0
Some fixes related to github workflow
#615
mauvilsa
closed
2 weeks ago
2
Parsing to a list of dataclasses with nested dataclass fails
#614
maticus
closed
3 days ago
1
Use github workflows instead of circleci and upload coverage to sonarcloud
#613
mauvilsa
closed
2 weeks ago
2
Recursively print sub-arguments with `--print_config`?
#612
EthanMarx
closed
3 weeks ago
3
Fix failures when resolving forward references from dataclass parameter types
#611
mauvilsa
closed
3 weeks ago
2
A few small fixes
#610
mauvilsa
closed
3 weeks ago
2
Combination of forward references, and changing objects `__module__` attribute leads to odd bug
#609
EthanMarx
closed
3 weeks ago
8
Fix custom instantiators not working for nested dependency injection
#608
mauvilsa
closed
3 weeks ago
2
Upload single coverage report to avoid codecov buggy behavior
#607
mauvilsa
closed
3 weeks ago
2
Custom instantiator does not run when using nested dependency injection
#606
vsimkus
closed
3 weeks ago
4
Class title is not the name of the class but a string representation of it.
#605
eldadcool
opened
3 weeks ago
3
Dot syntax not working correctly for pydantic 2 models
#604
findmyway
opened
4 weeks ago
1
Fix missing use of prev vals for callables returning class
#603
mauvilsa
closed
3 weeks ago
2
Enable python 3.13 testing in circleci
#602
mauvilsa
closed
1 month ago
2
Some maintainace fixes
#601
mauvilsa
closed
1 month ago
2
Fix tox coverage workflow and run in windows
#600
mauvilsa
closed
1 month ago
2
Fix/callable protocols 2
#599
MiguelMonteiro
closed
2 weeks ago
6
fix: callable protocols
#598
MiguelMonteiro
closed
1 month ago
2
Respect TypedDict.__required_keys__
#597
a-gardner1
closed
1 month ago
2
Totality of inherited TypedDict keys is not respected
#596
a-gardner1
closed
1 month ago
0
Callable protocols inheritance broken
#595
MiguelMonteiro
closed
2 weeks ago
7
[pre-commit.ci] pre-commit suggestions
#594
pre-commit-ci[bot]
closed
1 month ago
2
Require new version of argcomplete
#593
mauvilsa
closed
1 month ago
2
fix: empty tuples are correctly parsed
#592
MiguelMonteiro
closed
1 month ago
3
Fix issue #590: Behavior change in `argparse._parse_optional` breaks the parse of optional arguments
#591
eggry
closed
1 month ago
2
Selecting a subtype raises an exception in Python 3.12.7
#590
eggry
closed
1 month ago
1
Empty tuple default value not supported
#589
MiguelMonteiro
closed
1 month ago
2
Selecting subtype from union type via command line.
#588
MiguelMonteiro
opened
1 month ago
3
Local full test coverage with tox
#587
mauvilsa
closed
1 month ago
2
Add support for PEP 692
#586
a-gardner1
closed
1 month ago
2
Update versions in pre-commit config
#585
mauvilsa
closed
1 month ago
2
Use jsonnet-sdist for python 3.13 to be allowed to push package to pypi.
#584
mauvilsa
closed
1 month ago
2
Drop support for python 3.7 and cleanup code
#583
mauvilsa
closed
1 month ago
2
Next