Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Snake case module names PART 1 #3550

Merged
merged 6 commits into from Apr 25, 2017
Merged

Conversation

rhyolight
Copy link
Member

@rhyolight rhyolight commented Apr 14, 2017

contributes to #3546

Part one of several PRs to rename python files and module names. Breaking into parts to make it easier to merge.

Includes the following renamings:

  • src/nupic/frameworks/opf/expdescriptionhelpers.py → src/nupic/frameworks/opf/exp_description_helpers.py
  • src/nupic/frameworks/opf/expdescriptionapi.py → src/nupic/frameworks/opf/exp_description_api.py
  • src/nupic/frameworks/opf/htmpredictionmodel.py → src/nupic/frameworks/opf/htm_prediction_model.py
  • src/nupic/frameworks/opf/opftaskdriver.py → src/nupic/frameworks/opf/opf_task_driver.py
  • src/nupic/frameworks/opf/htmpredictionmodelcallbacks.py -> src/nupic/frameworks/opf/htm_prediction_model_callbacks.py
  • src/nupic/frameworks/opf/htmpredictionmodel_classifier_helper.py -> src/nupic/frameworks/opf/htm_prediction_model_classifier_helper.py
  • src/nupic/frameworks/opf/modelcallbacks.py -> src/nupic/frameworks/opf/model_callbacks.py
  • src/nupic/frameworks/opf/modelfactory.py -> src/nupic/frameworks/opf/model_factory.py
  • src/nupic/frameworks/opf/opfbasicenvironment.py -> src/nupic/frameworks/opf/opf_basic_environment.py
  • src/nupic/frameworks/opf/opfenvironment.py -> src/nupic/frameworks/opf/opf_environment.py
  • src/nupic/frameworks/opf/opfhelpers.py -> src/nupic/frameworks/opf/opf_helpers.py

    renamed:    src/nupic/frameworks/opf/htmpredictionmodelcallbacks.py
-> src/nupic/frameworks/opf/htm_prediction_model_callbacks.py
    renamed:
src/nupic/frameworks/opf/htmpredictionmodel_classifier_helper.py ->
src/nupic/frameworks/opf/htm_prediction_model_classifier_helper.py
    renamed:    src/nupic/frameworks/opf/modelcallbacks.py ->
src/nupic/frameworks/opf/model_callbacks.py
    renamed:    src/nupic/frameworks/opf/modelfactory.py ->
src/nupic/frameworks/opf/model_factory.py
    renamed:    src/nupic/frameworks/opf/opfbasicenvironment.py ->
src/nupic/frameworks/opf/opf_basic_environment.py
    renamed:    src/nupic/frameworks/opf/opfenvironment.py ->
src/nupic/frameworks/opf/opf_environment.py
    renamed:    src/nupic/frameworks/opf/opfhelpers.py ->
src/nupic/frameworks/opf/opf_helpers.py
    renamed:    src/nupic/frameworks/opf/opfutils.py ->
src/nupic/frameworks/opf/opf_utils.py
@rhyolight rhyolight changed the title Snake case module names Snake case module names PART 1 Apr 14, 2017
@rhyolight
Copy link
Member Author

Ignore "Fixes Issue" validation failure.

@rhyolight
Copy link
Member Author

@scottpurdy can you review this?

Copy link
Contributor

@scottpurdy scottpurdy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine to me. I don't think we should have a complete example not using the network api. It's fine if we want to show usage of a given algorithm component individually, but for the complete example we should just show the recommended way with the network api.

@rhyolight rhyolight merged commit b184177 into numenta:master Apr 25, 2017
@rhyolight rhyolight deleted the clean-modules branch April 26, 2017 17:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants