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, and hyperscan.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.
0.1.0 - 2019-04-13
Changed
match_event_handler
will now halt scanning if a non-truthy (and not None) value is returned.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.setup.py
.