- Streamline steps to add custom types with a new [`register_custom_type`](https://paramtools.dev/api/custom-types/) function. This makes it easy to register a custom type that can be used through out the `defaults` config file. (#93)
- Add ability to select value objects based on whether a label is less than or equal to some value with the new `select_lt` function. (90)
- Update the docs website with a slick new theme from [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/), add the beginnings of an API reference page using [`mkautodoc`](https://github.com/tomchristie/mkautodoc), and move the docs website to https://paramtools.dev (#94)
- Removes warnings that are shown when adjusting a value for a parameter that is not active in the current state of the `Parameters` instance. (91)