python-stdnet v0.5.2 Release Notes

Release Date: 2011-03-31 // about 13 years ago
    • โœ… This version brings some important bug fixes with tests.
    • ๐Ÿ› Bug fix in :meth:stdnet.odm.IntegerField.to_python.
    • โž• Added registration utilities in :mod:stdnet.odm.
    • Bug fix in :class:stdnet.odm.StdModel class caused by the lack of a __ne__ operator.
    • Added __hash__ operator, unique across different models, not just instances.
    • โž• Added experimental :mod:stdnet.contrib.searchengine application. Very much alpha.
    • โž• Added scorefun callable in structures to be used in OrderedSet.
    • โž• Added a spelling example.
    • โœ… 198 regression tests (including timeseries) with 71% coverage.