Release Notes v2022.11.17
stress-tess
released this
17 Nov 22:57
·
835 commits
to master
since this release
Release Notes 2022-11-17
Major updates:
- Issue #1906 - Supports older HDF5 files by assuming
pdarray
/Strings
when noObjType
attribute is set- Note: This removes the need to use the
legacyHDF5
flag
- Note: This removes the need to use the
- Issue #1909 - Adds support for
__invert__
calls onuint
- Issues #1844 and #1912 - Add option for
hierarchical
behavior tosearch_intervals
- Note: This behavior is the new default. To maintain existing behavior, set
hierarchical=False
- Note: This behavior is the new default. To maintain existing behavior, set
Minor fixes:
- Issue #1727 - Adds
where
argument tosqrt
andpower
- Issue #1800 - Adds Symbol Table Overview documentation
Auto-generated release notes
- Closes #1906 - HDF5 Assume
pdarray
/Strings
Object when no ObjType Attribute by @Ethan-DeBandi99 in #1907 - Closes #1909 uint not supported for binop invert by @Ethan-DeBandi99 in #1910
- Closes #1727: Add
where
argument tosqrt
andpower
by @jaketrookman in #1871 - Closes #1800 - Adding Symbol Table Overview documentation by @joshmarshall1 in #1873
- Closes #1844: Add option for
hierarchical
behavior tosearch_intervals
by @pierce314159 in #1911 - Closes #1912: Updates to
search_interval
by @pierce314159 in #1913
Full Changelog: v2022.11.10...v2022.11.17