- Make it easier to customize the `adjust` method. This allows projects to use custom adjustment formats or apply custom logic. Checkout the [custom adjustment docs](https://paramtools.org/api/custom-adjust/) to learn more. (#70) - Enhancements and bug fixes for the `extend` method. (71)
0.8.0
- Add out-of-the-box parameter indexing. This is helpful for projects that have parameters that change at some rate over time. For more information, checkout the [indexing docs](https://paramtools.org/api/indexing/). (#65)
0.7.3
- Make updates for Marshmallow 3 compatibility. (68)
0.7.2
- Update custom fields for Marshmallow 3.0.0rc7 API changes. (66)
0.7.1
- Bug fixes related to extend capability and its interactions with the `Parameters` instance's state. (63)
0.7.0
- Apply extend capability to user adjustments. (60) - Add flexibility to the `Parameters.extend` by extending at the value object level instead of the `label_to_extend` value level. (60) - Refactor `Parameters._select` method into the `select` module. This refactor allows the user to implement custom comparison functions similar to what can be done with `pandas.DataFrame.loc`. (60)