Release Notes v2022.09.30
stress-tess
released this
30 Sep 20:56
·
882 commits
to master
since this release
Release Notes 2022-09-30
Major updates:
- Issue #1814 - Changes behavior of
search_intervals
andinterval_lookup
to have closed upper bounds - Issue #1810 - Adds
get_prefixes
andget_suffixes
toStrings
- Issues #1787, #1778 - Add
GroupBy.std()
,GroupBy.var()
, andGroupBy.median()
- Issue #1808 - Fixes runtime errors in
ak.in1d()
- Issue #1794 - Adds documentation of similarities/differences with
Numpy
&Pandas
- Issues #1781, #1820 and PRs #1813, #1807 - Make Arkouda compatible with Chapel 1.28
- Issues #1709, #1745, #1743, #1767, #1765, #1746, #1761, #1760, #1755, #1763, #1757, #1731 - Update server messages to use JSON arguments
Minor fixes:
- Issue #1742 - Updates symbol table structure
- Issue #1774 - Updates message function definitions
- Issues #1681, #1783 - Move
SegArray.__init__
andSegArray.__getitem__
to server - Issues #1650, #1751, #1747 - Add chapel version to
get_config
and splash message and add connect url to server connection info - Issues #1752, #1749 - Update
README
andCONTRIBUTING.md
Auto-generated release notes
- Closes #1709 -
FindSegmentsMsg.chpl
JSON Message Arguments by @Ethan-DeBandi99 in #1714 - add getChplVersion/chplVersion to ServerConfig and chplVersion splash message by @hokiegeek2 in #1741
- Closes #1681 -
SegArray.__init__
to Server by @Ethan-DeBandi99 in #1739 - Closes #1751 - Include Chapel Version in
get_config
by @Ethan-DeBandi99 in #1753 - Closes #1745 -
MetricsMsg.chpl
JSON Message Arguments by @Ethan-DeBandi99 in #1750 - 1747 add connect url to server connection info by @hokiegeek2 in #1758
- Closes #1752: Update
README
about by @pierce314159 in #1754 - Closes #1743 -
KExtremeMsg.chpl
JSON Message Arguments by @Ethan-DeBandi99 in #1744 - Closes #1767 -
SortMsg.chpl
JSON Message Arguments by @Ethan-DeBandi99 in #1768 - Closes #1765 -
SequenceMsg.chpl
JSON Message Arguments by @Ethan-DeBandi99 in #1766 - Closes #1746 -
OperatorMsg.chpl
JSON Message Arguments by @Ethan-DeBandi99 in #1748 - Closes #1761 -
RegistrationMsg.chpl
JSON Message Arguments by @Ethan-DeBandi99 in #1762 - Closes #1760 -
Datetime
support in JSON message args by @Ethan-DeBandi99 in #1769 - Closes #1755 -
RandMsg.chpl
JSON Message Arguments by @Ethan-DeBandi99 in #1756 - Closes #1763 -
SegmentedMsg.chpl
JSON Message Arguments by @Ethan-DeBandi99 in #1764 - Closes #1757 -
ReductionMsg.chpl
JSON Message Arguments by @Ethan-DeBandi99 in #1759 - Closes #1742 - Symbol Table Structure Update by @Ethan-DeBandi99 in #1770
- Closes #1749 - Update
CONTRIBUTING.md
Bug Report by @Ethan-DeBandi99 in #1771 - Closes #1731 - JSON Message Arguments in Chapel by @Ethan-DeBandi99 in #1773
- Closes #1785: Bind
pyzmq<24.0.0
by @pierce314159 in #1786 - Closes #1784: Enable
pyzmq>=24.0.0
by @pierce314159 in #1788 - Closes #1778: Implement
GroupBy.median()
by @pierce314159 in #1780 - Closes #1774 - Message Function Definition Update by @Ethan-DeBandi99 in #1777
- Closes #1781 - Quiet deprecation warnings in prep for Chapel 1.28 by @ronawho in #1782
- Closes #1787: Implement
GroupBy.std()
andGroupBy.var()
by @pierce314159 in #1791 - Closes #1783 -
SegArray.__getitem__
to Server by @Ethan-DeBandi99 in #1790 - Closes #1794 - Documentation of Similarities/Differences with
Numpy
&Pandas
by @Ethan-DeBandi99 in #1797 - Closes #1808 -
ak.in1d()
Runtime Errors by @Ethan-DeBandi99 in #1809 - Closes #1810 add
get_prefixes
andget_suffixes
toStrings
by @reuster986 in #1811 - Raise instantiation limit for 1.26/1.27 by @ronawho in #1813
- Closes #1814 Change interval arguments to closed by @reuster986 in #1815
- Recommend Chapel 1.28.0 and use it for CI testing by @ronawho in #1807
- Resolves #1820: Adjust formal names of function type for callback in 'registerFunction' by @dlongnecke-cray in #1819
Full Changelog: v2022.08.30...v2022.09.30