Skip to content

23.6.0

Compare
Choose a tag to compare
@ljgray ljgray released this 27 Jun 23:59
· 63 commits to master since this release

What's Changed

  • perf(moving_weighted_median): transpose 2D array if window size [0] is less than size[1] by @ljgray in #220
  • Move cython _invert_no_zero into caput by @ljgray in #221
  • Add data directory to gitignore by @rikvl in #228
  • fix(mpiarray.MPIArray.gather): Wait for send to complete. by @tristpinsm in #231
  • Observer property to get current LSD/CSD by @ljgray in #227
  • fix(pipeline): remove erroneous compression options that caused a crash by @jrs65 in #233
  • build: Bump minimum supported version to 3.8 by @ljgray in #235
  • Reduce memory used by MPIArray.redistribute by @ljgray in #218
  • Provide .copy methods for MemDataset and MemDiskGroup by @ljgray in #236
  • Allow fileformat to be set by fileformat subclass by @ljgray in #237
  • Move invert_no_zero testing from draco repo by @ljgray in #240
  • Use ruff for CI linting by @ljgray in #238
  • MPIArray reshape fixes by @jrs65 in #241
  • Timstamp Alignment (1/4): Add index_attrs property to BasicCont to access attrs of index maps by @ljgray in #234
  • feat(mpiarray): helper function to apply a selection to an array by @ljgray in #242

New Contributors

Full Changelog: v22.10.0...v23.6.0