Skip to content

Version 0.0.4

Compare
Choose a tag to compare
@rossarmstrong rossarmstrong released this 04 May 06:30
· 224 commits to main since this release
defdf67

Enhancements

  • The code to handle exceptions and errors has been refactored to reduce code duplication across modules. In addition, the changes will make adding and testing errors or exceptions easier to maintain in the future.

Bug Fix

  • Fixed a number of inconsistent return statements (R1710) within the package modules. This ensures that all functions will return a consistent expression when called.