You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Replaced [Travis CI] configuration with [Semaphore].