Skip to content

Regex functionality and Categorical perf fix

Compare
Choose a tag to compare
@reuster986 reuster986 released this 02 Nov 15:53
· 1397 commits to master since this release
8256fe3

The two major updates in this release are:

  1. Full implementation of the python re API for regex match/search/split/findall
  2. 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.