IMPORTANT: Please create an issue first before opening a Pull Request.
Linked to issue(s): #258
Type of change
Please delete options that are not relevant.
[x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[x] This change requires a documentation update
What changes were proposed in this pull request?
Making the utils package a subpackage of snmachine.
How is the issue this PR is referenced against solved with this PR?
The utils directory has been moved under snmachine and corresponding code has been updated to reference snmachine.utils where appropriate.
How was this patch tested?
Locally, I modified my copies of the example notebooks to use snmachine.utils and ran through the first 3 notebooks. It is necessary for someone to go through all the notebooks and rerun them to make sure things are ok.
Final Checklist:
[ ] My code follows the style guidelines of this project
[ ] I have made corresponding changes to the documentation
[ ] I have added tests that prove my fix is effective or that my feature works
[x] I am up to date with dev branch of snmachine at the time of this PR
IMPORTANT: Please create an issue first before opening a Pull Request. Linked to issue(s): #258
Type of change
Please delete options that are not relevant.
What changes were proposed in this pull request?
Making the
utils
package a subpackage ofsnmachine
.How is the issue this PR is referenced against solved with this PR?
The
utils
directory has been moved undersnmachine
and corresponding code has been updated to referencesnmachine.utils
where appropriate.How was this patch tested?
Locally, I modified my copies of the example notebooks to use
snmachine.utils
and ran through the first 3 notebooks. It is necessary for someone to go through all the notebooks and rerun them to make sure things are ok.Final Checklist:
dev
branch ofsnmachine
at the time of this PR