Problem
We still use camel case function naming and we want to move to snake case. The following files need to be review for deprecation:
Proposed solution
Follow instructions in scikit-package 0.3.0 documentation for how to deprecate a function. if 0.3.0 hasnt been released yet, you can build the documentation locally for these instructions.
Problem
We still use camel case function naming and we want to move to snake case. The following files need to be review for deprecation:
__init__.pycalculator.pyconfigurable.pyconstraint.pyfitcontribution.pyfithook.pyfitrecipe.pyfitresults.pyparameter.pyparameterset.pyprofile.pyprofilegenerator.pyprofileparser.pyrecipeorganizer.pyrestraint.pysimplerecipe.pyvalidatable.pyProposed solution
Follow instructions in scikit-package 0.3.0 documentation for how to deprecate a function. if 0.3.0 hasnt been released yet, you can build the documentation locally for these instructions.