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

All pending dacite PRs - merged and released as dacite2 #1

Merged
merged 19 commits into from
Dec 5, 2022
Merged

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    eb94519 View commit details
    Browse the repository at this point in the history
  2. feat: add allow_missing_fields_as_none option for missing fields in…

    … dict assigned with None value
    liusong.liu authored and idanmiara committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    2a6f828 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4563c70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9357dc1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02aaf82 View commit details
    Browse the repository at this point in the history
  6. Fix encoding of PKG-INFO file

    Reproducible build fails if the file is encoded differently depending on the current locale settings when reading README.md.
    vvidic authored and idanmiara committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    60d2a46 View commit details
    Browse the repository at this point in the history
  7. .gitignore updated

    Moonyoung Kang authored and idanmiara committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    83b0eeb View commit details
    Browse the repository at this point in the history
  8. from_dict customization per data class

    trojkat authored and idanmiara committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    e7adcc9 View commit details
    Browse the repository at this point in the history
  9. Fix Type_hooks not applied to InitVar fields konradhalas#158

    test for type_hook with initVar added
    Szymon Swic authored and idanmiara committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    dba81d0 View commit details
    Browse the repository at this point in the history
  10. Add generic hook types

    Michael Hill authored and idanmiara committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    6f5c2a3 View commit details
    Browse the repository at this point in the history
  11. fix konradhalas#168 empty tuple used for Sequence type, added tests

    added tests for type hinting with generic collections
    michal-chrobok authored and idanmiara committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    05610a1 View commit details
    Browse the repository at this point in the history
  12. 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.
    antonagestam authored and idanmiara committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    9c04b28 View commit details
    Browse the repository at this point in the history
  13. 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.
    sinback authored and idanmiara committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    558f578 View commit details
    Browse the repository at this point in the history
  14. linting and fix issues

    idanmiara committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    882872b View commit details
    Browse the repository at this point in the history
  15. do not treat generic numpy.ndarray as a generic collection

    allow `is_instance` checks for arbitrary generic types
    add test for `npt.NDArray` handling
    tgpfeiffer authored and idanmiara committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    793c1e0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    91193fb View commit details
    Browse the repository at this point in the history
  17. fix some tests

    mark 2 tests with `init_var_type_support`
    idanmiara committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    cc0d4a8 View commit details
    Browse the repository at this point in the history
  18. CHANGELOG.md - updated

    idanmiara committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    711b030 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bada8b1 View commit details
    Browse the repository at this point in the history