Skip to content

Corrfunc-2.3.0

Compare
Choose a tag to compare
@manodeep manodeep released this 21 May 01:53
· 134 commits to master since this release
91e40fc

Breaking Changes

None

New features

  • AVX512F kernels for all pair-counters [#167, #170, #173]
  • Faster code from new optimizations using the minimum separation between pairs of cells [#170, #173]
  • Option to use the input particle arrays directly and not make a copy of the particle positions [#173]
  • Internal code changes to (hopefully) achieve better OpenMP scaling [#173]

Bug fixes

  • Fix segmentation fault in vpf_mocks [#168]
  • Fix automatic uniform weights array when only one set of weights (or a scalar) is passed [#180]
  • Fix memory leak due to Python reference leak when using weights [#181]