PSLmodels / ParamTools

Library for parameter processing and validation with a focus on computational modeling projects
https://paramtools.dev
MIT License
19 stars 14 forks source link

Use `load_defaults` rather than `missing` #134

Closed jdebacker closed 5 months ago

jdebacker commented 5 months ago

This PR updates calls to marshmallow.fields to use the load_defaults kwarg rather than the deprecated missing kwarg.

Addresses Issue #133.

jdebacker commented 5 months ago

@kcreekdev -- can testing of Python versions < 3.9 safely be removed?

Also, the select.select function is deprecated. Any reason to keep it around?

hdoupe commented 5 months ago

LGTM! Thanks @jdebacker!

hdoupe commented 5 months ago

@jdebacker I'm fine removing the deprecated select method and testing for Python <3.9