Releases: nathan-hess/python-utilities
Releases · nathan-hess/python-utilities
v1.1.0
What's Changed
New Features and Enhancements
- Create context manager for timing code blocks by @nathan-hess in #80
- Create context manager that allows a loop to be interrupted early by @nathan-hess in #83
Other Changes
- Update package version by @nathan-hess in #78
- Update VS Code settings for compatibility with the latest version of Python extensions by @nathan-hess in #79
- Update GitHub Actions dependency versions by @nathan-hess in #81
- Update Codecov workflow action to latest version by @nathan-hess in #82
- Update package version by @nathan-hess in #84
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
New Features and Enhancements
- Revise ordering of "attributes" and "methods" sections in API reference by @nathan-hess in #73
- Remove unnecessary
$
symbols in documentation code blocks by @nathan-hess in #76
Bug Fixes
- Documentation-related dev container configuration update and typo fix by @nathan-hess in #74
- Prevent duplicate workflow run on releases by @nathan-hess in #75
Other Changes
- Remove unnecessary quotation marks from
.readthedocs.yaml
by @nathan-hess in #72 - Update package version by @nathan-hess in #77
Full Changelog: v0.2.0...v1.0.0
v0.2.0
What's Changed
New Features and Enhancements
- Create development container configuration file by @nathan-hess in #66
- Set up Codecov by @nathan-hess in #68
- Create Read the Docs configuration file by @nathan-hess in #69
Bug Fixes
- Fix typo in docstring by @nathan-hess in #63
- Fix bug in which unit converter considered blank units to be defined by @nathan-hess in #64
- Fix blank unit conventions by @nathan-hess in #67
Other Changes
- Change project description by @nathan-hess in #62
- Update Pylint configuration by @nathan-hess in #65
- Update Read the Docs configuration by @nathan-hess in #70
- Update version to v0.2.0 by @nathan-hess in #71
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Overview
- Initial release. Includes core package functionality such as a unit converter (CLI and classes to create customized unit converters) and tools for interacting with arrays, files, and strings. Documentation has been set up using Sphinx, including auto-generated API reference.