Changelog and Versions¶
Latest Versions¶
v1.1.0¶
Changelog¶
Added comparison operator support to the
DiagnosticsclassAdded support for concatenating two
Diagnosticsinstances using+and+=Implemented the
Infoclass as a singletonAdded support for using custom model and dictionary in the
PredictorclassAdded support for loading custom dictionary and model using the
InitializerclassChanged “sent model” to “lexical model” for naming accuracy
Added theoretical support for python 3.5 (No CI testing)
Deprecated function parameters (“input” and “dict”) to avoid overwriting builtin functions and methods
Optimized unittest infrastructure with more test coverage
Added Github README to
pypi
Deprecations¶
Some method parameters have been renamed:
Renamed “input” to “lexical_input” in the following methods:
poetic.predictor.Predictor.predict
poetic.predictor.Predictor.preprocess
poetic.predictor.Predictor.tokenize
poetic.predictor.Predictor.word_idRenamed “dict” to “dictionary” in the
poetic.predictor.Predictorconstructor
Positional arguments remain unchanged. Deprecated arguments, “input” or “dict”, become keyword-only arguments for backwards compatibility if they have been explicitly named in function calls.
v1.0.3¶
Added “Tutorials and Examples” section to documentation
Fixed file output spacing issues
Fixed conda channel priority documentation for python 3.8
Fixed documentation code highlighting
Fixed type annotation for the
PredictorandPredictionsclassFixed docstrings for multiple returns with tuples
Fixed conda platform conversion commands in setup.py
Added in-line code highlighting in documentation
Added import statements to complete examples
Changed CLI help section wording