Releases: darvid/python-hyperscan
Releases · darvid/python-hyperscan
v0.1.0
[0.1.0] - 2019-04-13
Changed
match_event_handler
will now halt scanning if a non-truthy (and
not None) value is returned.- The C extension module is now accessible with
import hyperscan._hyperscan
, andhyperscan.version.__version__
now returns the Hyperscan library version as opposed to the Python
package version.hyperscan.__version__
will, however, return the
Python package version. - Major packaging update, now using [Poetry] rather than
setup.py
. - Replaced [Sphinx] documentation with [MkDocs] and added an initial
usage guide. - Replaced [Travis CI] configuration with [Semaphore].