Skip to content

Corrfunc-2.3.2

Compare
Choose a tag to compare
@manodeep manodeep released this 24 Dec 02:34
· 98 commits to master since this release

This is a release for bug-fixes, and general improvements in both documentation and code quality.

Breaking Changes

None

New features

None

Enhancements

  • Improved code quality and adherence to PEP8 [#189]
  • Documentation no longer shows duplicate entries [#205]
  • Example code to illustrate how to code custom weights with AVX512F [#205]
  • Travis now tests with python3.7 [#191]

Bug fixes

  • Incorrect calculations for non-native endian data [#191]
  • Large ratios of maximum separation to simulation box-size now supported for periodic boundaries [#192]
  • Workaround for GNU Assembler bug causing incorrect calculations [#196]
  • Only report runtime CPU instruction set if we also have compiler support [#200]