spock
spock copied to clipboard
spock is a framework that helps manage complex parameter configurations during research and development of Python applications
Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version. Commits 24eaec2 Bump pylint to 2.15.0, update changelog (#7355) bb0df4a Update tox.ini (#7358) 1582e37 [literal-comparison] Cleanup of identical/duplicated functional tests...
**Describe the bug** When trying to reproduce an example from https://fidelity.github.io/spock/advanced_features/Advanced-Types#nested-list-tuple-and-dict-types, I get an error saying that `Subscripted generics cannot be used with class and instance checks`. **To Reproduce** Steps...
Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. Release notes Sourced from black's releases. 22.6.0 Style Fix unstable formatting involving #fmt: skip and # fmt:skip comments (notice the...
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Release notes Sourced from pytest's releases. 7.1.0 pytest 7.1.0 (2022-03-13) Breaking Changes #8838: As per our policy, the following features...
Updates the requirements on [botocore](https://github.com/boto/botocore) to permit the latest version. Changelog Sourced from botocore's changelog. 1.27.1 api-change:backup-gateway: Adds GetGateway and UpdateGatewaySoftwareNow API and adds hypervisor name to UpdateHypervisor API api-change:forecast:...
Updates the requirements on [coverage[toml]](https://github.com/nedbat/coveragepy) to permit the latest version. Release notes Sourced from coverage[toml]'s releases. 6.4 A new setting, [run] sigterm, controls whether a SIGTERM signal handler is used....
**Is your feature request related to a problem? Please describe.** Cannot access e.g., environment variables in config (can I access and compose from other config variables and append to them?)....
Support for SM tuner within hyperparameter tuning support. See `HyperparameterTuner` within the SM docs [here](https://sagemaker.readthedocs.io/en/stable/api/training/tuner.html)
spock-config is a nice alternative to argparse. However, we have to add namespace name in argument (e.g. --BaseConfig.lr=*value*). That is sometimes cumbersome. If there is a way to set default...
Both [spock](https://pypi.org/project/spock/) and [spock-config](https://pypi.org/project/spock-config/) require one to import spock. But this would lead to a name clash if both were installed.