pycytominer icon indicating copy to clipboard operation
pycytominer copied to clipboard

feat(core): add models and class for pycytominer core

Open kenibrewer opened this issue 4 months ago • 6 comments

Description

This represents initial work toward an experimental core module that is intended to the basis of refactoring pycytominer towards a more modular and object oriented design.

What is the nature of your change?

  • [ ] Bug fix (fixes an issue).
  • [x] Enhancement (adds functionality).
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected).
  • [x] This change requires a documentation update.

Checklist

Please ensure that all boxes are checked before indicating that a pull request is ready for review.

  • [ ] I have read the CONTRIBUTING.md guidelines.
  • [ ] My code follows the style guidelines of this project.
  • [ ] I have performed a self-review of my own code.
  • [ ] I have commented my code, particularly in hard-to-understand areas.
  • [ ] I have made corresponding changes to the documentation.
  • [ ] My changes generate no new warnings.
  • [ ] New and existing unit tests pass locally with my changes.
  • [ ] I have added tests that prove my fix is effective or that my feature works.
  • [ ] I have deleted all non-relevant text in this pull request template.

📚 Documentation preview 📚: https://pycytominer--383.org.readthedocs.build/en/383/

kenibrewer avatar Mar 25 '24 13:03 kenibrewer