This release includes improvements in preparation for the upcoming second dataflow test. Since the last release, the improvements are as follows:
- Changes to the processing api which adds the new
process_file
function that can be used by passing a file as aPath
object from thepathlib
- Improved logging of the instrument package
- Documentation content and styling improvements
- Bug fixes a permissions bug to the devcontainer
- Switches from using
setup.py
topyproject.toml
for package
Changelog
- Logging and namespace fix by @ehsteve in #4
- Add Cruft Configuration and Cruft Auto PR Github action by @dbarrous in #10
- Cruft Template Update by @github-actions in #11
- Cruft Template Update by @github-actions in #12
- Cruft Template Update by @github-actions in #16
- Added
process_file
function by @ehsteve in #15
New Contributors
Full Changelog: v0.1.0...v0.2.0