-
Notifications
You must be signed in to change notification settings - Fork 0
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
All pending dacite
PRs - merged and released as dacite2
#1
Commits on Nov 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for eb94519 - Browse repository at this point
Copy the full SHA eb94519View commit details -
feat: add
allow_missing_fields_as_none
option for missing fields in…… dict assigned with None value
Configuration menu - View commit details
-
Copy full SHA for 2a6f828 - Browse repository at this point
Copy the full SHA 2a6f828View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4563c70 - Browse repository at this point
Copy the full SHA 4563c70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9357dc1 - Browse repository at this point
Copy the full SHA 9357dc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02aaf82 - Browse repository at this point
Copy the full SHA 02aaf82View commit details -
Reproducible build fails if the file is encoded differently depending on the current locale settings when reading README.md.
Configuration menu - View commit details
-
Copy full SHA for 60d2a46 - Browse repository at this point
Copy the full SHA 60d2a46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83b0eeb - Browse repository at this point
Copy the full SHA 83b0eebView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7adcc9 - Browse repository at this point
Copy the full SHA e7adcc9View commit details -
Fix Type_hooks not applied to InitVar fields konradhalas#158
test for type_hook with initVar added
Configuration menu - View commit details
-
Copy full SHA for dba81d0 - Browse repository at this point
Copy the full SHA dba81d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f5c2a3 - Browse repository at this point
Copy the full SHA 6f5c2a3View commit details -
fix konradhalas#168 empty tuple used for Sequence type, added tests
added tests for type hinting with generic collections
Configuration menu - View commit details
-
Copy full SHA for 05610a1 - Browse repository at this point
Copy the full SHA 05610a1View commit details -
Add stricter mypy type check flags
- Remove unused type: ignore. - Remove asterisk import and add `__all__` with all exported names, to pass with the `no_explicit_reexport` mypy flag. - Add various mypy config for developer ergonomics (prettier errors, printing error codes, warning about unused config, ignores and casts etc). Kept `warn_return_any = False` in `dacite.types` for now since there would have to be a lot of ignores/casts otherwise.
Configuration menu - View commit details
-
Copy full SHA for 9c04b28 - Browse repository at this point
Copy the full SHA 9c04b28View commit details -
types: more general type hint for type_hooks
Also add a test to help ensure that type_hooks continues to work with a very general Mapping implementation.
Configuration menu - View commit details
-
Copy full SHA for 558f578 - Browse repository at this point
Copy the full SHA 558f578View commit details -
Configuration menu - View commit details
-
Copy full SHA for 882872b - Browse repository at this point
Copy the full SHA 882872bView commit details -
do not treat generic numpy.ndarray as a generic collection
allow `is_instance` checks for arbitrary generic types add test for `npt.NDArray` handling
Configuration menu - View commit details
-
Copy full SHA for 793c1e0 - Browse repository at this point
Copy the full SHA 793c1e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91193fb - Browse repository at this point
Copy the full SHA 91193fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc0d4a8 - Browse repository at this point
Copy the full SHA cc0d4a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 711b030 - Browse repository at this point
Copy the full SHA 711b030View commit details -
Configuration menu - View commit details
-
Copy full SHA for bada8b1 - Browse repository at this point
Copy the full SHA bada8b1View commit details