Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
omni-us
/
jsonargparse
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
61
Star
405
Code
Issues
25
Pull requests
3
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Commits
Branch selector
main
User selector
mauvilsa
Datepicker
All time
Commit History
Commits on Nov 14, 2025
Documentation fixes and improvements (#806)
mauvilsa
authored
de69d75
Copy full SHA for de69d75
Commits on Nov 13, 2025
Fix changing omegaconf_absolute_to_relative_paths not taking effect after parsing once (#805)
mauvilsa
authored
e40bf53
Copy full SHA for e40bf53
Commits on Nov 12, 2025
Some fixes to docs (#803)
mauvilsa
authored
693c3d8
Copy full SHA for 693c3d8
Commits on Nov 11, 2025
Bump version: 4.42.0 → 4.43.0
mauvilsa
committed
d9d4d35
Copy full SHA for d9d4d35
Non-public experimental mixin class to override init defaults and instantiate from config (#800)
mauvilsa
authored
6f2a951
Copy full SHA for 6f2a951
Commits on Nov 10, 2025
Path.__call__ deprecation not shown in docs (#801)
mauvilsa
authored
25c9bde
Copy full SHA for 25c9bde
Commits on Nov 5, 2025
Address coments from CodeQL and SonarCloud (#799)
mauvilsa
authored
0a6ff69
Copy full SHA for 0a6ff69
Commits on Oct 31, 2025
Apply pyupgrade jsonargparse.* modules to use Python 3.9+ syntax (#798)
mauvilsa
authored
791c065
Copy full SHA for 791c065
Commits on Oct 30, 2025
dict_to_namespace is deprecated and will be removed in v5.0.0 (#797)
mauvilsa
authored
5bfc380
Copy full SHA for 5bfc380
Commits on Oct 28, 2025
compose_dataclasses is deprecated and will be removed in v5.0.0 (#796)
mauvilsa
authored
6f9ea46
Copy full SHA for 6f9ea46
Commits on Oct 27, 2025
strip_meta is deprecated and will be removed in v5.0.0 (#795)
mauvilsa
authored
49a2574
Copy full SHA for 49a2574
Commits on Oct 24, 2025
Path.__call__ is deprecated and will be removed in v5.0.0 (#794)
mauvilsa
authored
b967620
Copy full SHA for b967620
Commits on Oct 23, 2025
Non-parsing actions now have a common base class to ease identification (#793)
mauvilsa
authored
c506574
Copy full SHA for c506574
Commits on Oct 22, 2025
Moved location of Path class from jsonargparse to jsonargparse.typing (#792)
mauvilsa
authored
536c853
Copy full SHA for 536c853
Commits on Oct 21, 2025
parse_optionals_as_positionals and applied_instantiation_links no longer marked as experimental (#788)
mauvilsa
authored
e1828e2
Copy full SHA for e1828e2
Fix misleading error message for invalid value for Literal strings (#790)
mauvilsa
authored
685c3c4
Copy full SHA for 685c3c4
Commits on Oct 20, 2025
Fix Union with path type and non-path value incorrectly dumped as string (#789)
mauvilsa
authored
7b1bbcd
Copy full SHA for 7b1bbcd
Commits on Oct 15, 2025
pre-commit version updates and released python 3.14 (#785)
mauvilsa
authored
36679f3
Copy full SHA for 36679f3
Commits on Oct 14, 2025
Bump version: 4.41.0 → 4.42.0
mauvilsa
committed
585826f
Copy full SHA for 585826f
Commits on Oct 13, 2025
Fix omegaconf parser mode failing on spawned processes (#784)
mauvilsa
authored
fcff962
Copy full SHA for fcff962
Commits on Oct 10, 2025
New omegaconf_absolute_to_relative_paths parsing setting to enable backward compatibility of omegaconf+ parser mode (#774)
mauvilsa
authored
2fd10c6
Copy full SHA for 2fd10c6
Commits on Oct 9, 2025
Argument to print help for dataclasses nested in types (#783)
mauvilsa
authored
4073644
Copy full SHA for 4073644
Commits on Oct 8, 2025
Fix save with multifile=True not saving separate subconfigs for items in a list (#779)
mauvilsa
authored
89b50d3
Copy full SHA for 89b50d3
Commits on Oct 7, 2025
Experimental support for pydantic BaseModel subclasses (#781)
mauvilsa
authored
b4ff170
Copy full SHA for b4ff170
Commits on Sep 19, 2025
Experimental support for dataclass inheritance (#775)
mauvilsa
authored
2bb7ab4
Copy full SHA for 2bb7ab4
Commits on Sep 12, 2025
Fix omegaconf+ parser mode failing when there are inf, -inf or nan values (#773)
mauvilsa
authored
66ce10d
Copy full SHA for 66ce10d
Commits on Sep 11, 2025
Fix misleading error message when a namespace is used in a list comprehension and diverse refactorings (#772)
mauvilsa
authored
ceb7202
Copy full SHA for ceb7202
Commits on Sep 10, 2025
Fix dataclass with default failing when validate_defaults=True (#771)
mauvilsa
authored
df20921
Copy full SHA for df20921
Commits on Sep 9, 2025
Stubs resolver allow_py_files setting and fix maximum recursion error (#770)
mauvilsa
authored
c2c7aa4
Copy full SHA for c2c7aa4
Commits on Sep 5, 2025
Split tests for dataclasses, final classes, attrs and pydantic (#769)
mauvilsa
authored
cb4e633
Copy full SHA for cb4e633
Commits on Sep 4, 2025
Bump version: 4.40.2 → 4.41.0
mauvilsa
committed
ac9020b
Copy full SHA for ac9020b
Commits on Sep 3, 2025
Replaced unmaintained optional dependency ruyaml with ruamel.yaml (#768)
mauvilsa
authored
e3d3b96
Copy full SHA for e3d3b96
Commits on Sep 2, 2025
Various small writing fixes in the docs (#767)
mauvilsa
authored
d714478
Copy full SHA for d714478
Commits on Sep 1, 2025
Update checkout and sonarqube-scan-action (#766)
mauvilsa
authored
386477d
Copy full SHA for 386477d
Commits on Aug 29, 2025
Experimental omegaconf+ parser mode that supports interpolation across configs and arguments (#765)
Show description for 03c5e94
mauvilsa
and
github-advanced-security[bot]
authored
03c5e94
Copy full SHA for 03c5e94
Pagination
Previous
Next
You can’t perform that action at this time.