All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
0.3.1 - 2019-01-01
- created new wheel for pypi
0.3.0 - 2019-01-01
- set minimum requirement for to
passlib>=1.7.0
- changed internal password hashing call
0.2.5 - 2015-10-05
- class
Match
from moduleregrex
- regular expression generator
- authentication helpers
0.2.4 - 2015-09-11
- removed numpy as dependency
- created custom median function in
tocoli.ratio
0.2.3 - 2015-09-10
0.2.2 - 2015-09-10
0.2.1 - 2015-09-10
0.2.0 - 2015-09-09
- The former
dsl
module is now an own subpackage. - The
keys
parameter notation for sorting functions changed. - There are new
flags
paramter options for mapping functions.
0.1.0 - 2015-09-07
new modules: cmp - compare utilities dsl - python like it should be. enc - encoding filter - filter functions fn - common lambda functions join - join functions map - recursive mapping ratio - ratio functions regex - regular expression utilities sort - sort functions spell - spelling utilities string - string functions test - testing and benchmarking type - type conversion utilities