Changelog#
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.4#
Added#
A
Settingsbase class that packages can inherit from for their settings. This is based on Pydantic Settings and provides validation for settings values as well as loading settings from environment variables and.envfiles.
0.0.3#
Added#
A
deprecateddecorator wrappingwarnings.deprecatedthat additionally modifies the docstring to include a deprecation notice.
0.0.2#
Removed#
The Pandas utility functions
0.0.1#
Initial release