Renamed "get_encoding" (singular) to "get_encodings" (plural)
Calling get_encoding() will now print a deprecation warning
>>> quantizer.get_encoding()
<stdin>:1: DeprecationWarning: QuantizerBase.get_encoding will be deprecated soon in the later versions. Use get_encodings instead
Renamed "get_encoding" (singular) to "get_encodings" (plural)
Calling get_encoding() will now print a deprecation warning