Releases: rtosholdings/riptable
Releases · rtosholdings/riptable
v1.2.8
What's Changed
- Remove numpy from build hash by @OrestZborowski-SIG in #287
Full Changelog: v1.2.7...v1.2.8
v1.2.7
What's Changed
- Add py39 by @OrestZborowski-SIG in #282
- Add numpy version to meta.yaml by @OrestZborowski-SIG in #283
- Use unique cat column name in apply() result by @OrestZborowski-SIG in #286
Full Changelog: v1.2.6...v1.2.7
v1.2.6
What's Changed
- Expand dtype to int64 before converting to seconds by @OrestZborowski-SIG in #278
- Don't call rc.SetItem for unsupported cases by @OrestZborowski-SIG in #281
Full Changelog: v1.2.5...v1.2.6
v1.2.5
What's Changed
- Extend datetime support through 2099 by @OrestZborowski-SIG in #276
Full Changelog: v1.2.4...v1.2.5
v1.2.4
What's Changed
- Set riptable_cpp min pin to x.x.x by @OrestZborowski-SIG in #273
Full Changelog: v1.2.3...v1.2.4
v1.2.3
What's Changed
- Avoid exception upon missing attributes. by @OrestZborowski-SIG in #267
- Update riptide_cpp to 1.7.4 by @OrestZborowski-SIG in #270
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- Fix Dataset.melt() for hstackable types by @OrestZborowski-SIG in #261
- Work around pyarrow bytestring to stringarray bug by @OrestZborowski-SIG in #250
- Control numba caching with global setting. by @jack-pappas in #263
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Make all usages of numba respect the global setting controlling caching by @jack-pappas in #251
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- fix docstring by @OrestZborowski-SIG in #242
- Make rolling_mean window required kwarg by @OrestZborowski-SIG in #246
- Ismember more general by @eoincondron in #197
Full Changelog: v1.1.4...v1.2.0
Numba string function consolidation
Consolidate string-handling functions in numba to eliminate redundant code.