Skip to content

Releases: nathan-hess/python-utilities

v1.1.0

14 Jan 01:48
3a09504
Compare
Choose a tag to compare

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

Full Changelog: v1.0.0...v1.1.0

v1.0.0

16 Sep 14:16
19c6587
Compare
Choose a tag to compare

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

Full Changelog: v0.2.0...v1.0.0

v0.2.0

30 Apr 12:47
7879d7d
Compare
Choose a tag to compare

What's Changed

New Features and Enhancements

Bug Fixes

Other Changes

Full Changelog: v0.1.0...v0.2.0

v0.1.0

18 Mar 01:26
2249d4a
Compare
Choose a tag to compare

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.