Regex functionality and Categorical perf fix
reuster986
released this
02 Nov 15:53
·
1471 commits
to master
since this release
The two major updates in this release are:
- Full implementation of the python
re
API for regex match/search/split/findall - Fixed a performance bug where it was taking inordinately long to display the head/tail of a Categorical with a large number of codes
Additionally, this release saw the complete transition to Chapel 1.25 in both the docs and CI.