Release Notes v2023.03.01
Ethan-DeBandi99
released this
01 Mar 13:23
·
718 commits
to master
since this release
Bug Fixes
- Issue #2163 - Resolves issue with SymEntry destruction for GroupBy objects.
- Issue #2173 - Resolves SymEntry destruction bug for Strings and SegArray.
- PR #2164 - Updates memory checks to use Chapel runtime view of allocatable memory when available
- Issue #1987 - Resolves issues with AutoAPI documentation.
- Issue #2129 - Resolves a periodic 403 error for integration and metrics-enabled Arkouda
New Features
- Issues #2118, #2141, #2145, #2156 - Enable reading of Parquet files with columns containing
SegArray
objects. - PRs #2178, #2131 (part of Issue #2088), Issues #2139, #1961, - Provides updates speeding up BigInt pdarray creation using
bigint_from_uint_arrays
- Issue #2147 - Adds API for hashArrays
- Issue #1835 - Updates SegArray HDF5 save format. Backwards compatibility maintained.
- Issue #1939 - Adds
%
and%=
for floats - Issue #1522 - Adds
Index
&MultiIndex
Support forkey
inSeries.locate()
Minor Updates
- Issue #2152 - Enhances memory management logging and metrics
- Issue #2177 - Updates to
ak.client.maxTransferBytes
Auto-Generated Release Notes
- Closes #2126 - Update
quickstart
to v2023.02.08 by @Ethan-DeBandi99 in #2127 - Part of #2088: Speedup bigint_from_uint_arrays by @ronawho in #2131
- Closes #2129: Periodic 403 error for integration and metrics-enabled Arkouda by @hokiegeek2 in #2130
- Closes #2118 Parquet Read Columns containing Array Elements by @Ethan-DeBandi99 in #2123
- Closes #1939 - Adds
%
and%=
for floats by @Ethan-DeBandi99 in #2136 - Close #1522 - Add
Index
&MultiIndex
Support forkey
inSeries.locate()
by @Ethan-DeBandi99 in #2135 - Closes #2139: Add benchmark for bigint conversion by @pierce314159 in #2140
- Closes #1961:
bigint
bug hotfix by @pierce314159 in #2144 - Closes #2141 - Fixes Parquet SegArray Read Index Bug by @Ethan-DeBandi99 in #2142
- Closes #2150: Update path in IO benchmarks by @pierce314159 in #2151
- 2152 enhance memory management logging and metrics by @hokiegeek2 in #2153
- fixed bug in pct memory used calculation by @hokiegeek2 in #2158
- Closes #1987 - Updates AutoAPI Documentation by @Ethan-DeBandi99 in #2148
- Add some error handling code for upcoming change to map module by @bmcdonald3 in #2162
- Use Chapel runtime view of allocatable memory when available by @ronawho in #2164
- Closes #2166 - Add CI as Protection to Merge Queue by @Ethan-DeBandi99 in #2167
- Closes #2147 - Adding API for hashArrays by @joshmarshall1 in #2159
- Closes #2168 - Remove push from on clause by @Ethan-DeBandi99 in #2169
- Closes #2145 - Enable Parquet Read SegArray w/ Empty Segments by @Ethan-DeBandi99 in #2160
- Closes 1835 - hdf5 Save SegArray segments and values under single group by @joshmarshall1 in #2128
- Closes #2163 - Fixes SymEntry Destruction Issue by @Ethan-DeBandi99 in #2170
- Closes #2156: Bigint stream benchmark by @pierce314159 in #2157
- 2171 enhance arkouda response time metrics by @hokiegeek2 in #2172
- Closes #2175: Add check for local domain size before passing as C pointer by @bmcdonald3 in #2176
- Fixes #2173: Fixes SymEntry destruction bug by @pierce314159 in #2174
- Improve bigint
>>
performance by @ronawho in #2178 - Closes #2177: Update to
ak.client.maxTransferBytes
by @pierce314159 in #2180
Full Changelog: v2023.02.08...v2023.03.01