enhancementhelp wanted
Repository metrics
- Stars
- (269 stars)
- PR merge metrics
- (PR metrics pending)
Description
Currently a lot of methods are using names that are not pythonic (they use camelCase)
provide accessor methods with old names, rename existing ones to be pythonic, cause the old methods to raise DeprecationWarning on use.
(note that for unit tests, warnings.catch_warnings() can be used to hide testing of those accessors)