Skip to content

Release Notes v2022.07.08

Compare
Choose a tag to compare
@stress-tess stress-tess released this 08 Jul 21:41
· 1002 commits to master since this release
b4e5984

Release Notes 2022-07-08

Major updates:

  • Issues #1543, #1545, #1546, #1547 - Recommend Chapel 1.27.0 and drop support for Chapel 1.24
  • Issues #1525 and #1529 - Update to require numpy>=1.22.2
  • Issue #1301 - Updates CONTRIBUTING.md to specify latest guidelines for contributing
  • Issue #1386 - Adds generic unregister_by_name() method
  • Issue #1527 - Adds is_ipv4() and is_ipv6() for ipaddresses
  • Issue #1548 - Fixes interval_lookup bug and enable multi-array input
  • Issue #1512 - Fixes bug in Series methods with MultiIndex

Minor fixes:

  • Issue #1535 - Optimizes lookup algorithm
  • Issue #1518 - Adds to_title and is_title methods to Strings
  • Issue #1540 - Adds .objType and .dtype to Categorical
  • Issue #1565 - Adds Index.is_unique
  • Issues #1478 and #1465 - Add typechecking to Series and Join
  • Issue #1360 - Updates ak.save_all() to utilize append
  • Issue #1520 - Updates make to recompile Arrow
  • Issue #1511 - Fixes make install-deps inconsistencies
  • Issue #1362 - Fixes truncation of BitVector values in Series display
  • Issue #1353 - Makes size() an alias for the current count()
  • Issue #1536 - Switches to using a lowLevelLocalizingSlice for DF indexing message
  • Issues #1514 and #1555 - Rename hash() to siphash() and remove trailing comma from 1 tuple for compatibility with Chapel main

Auto-generated release notes

Full Changelog: v2022.06.13...v2022.07.08