Skip to content

MCPL release 1.2.1

Compare
Choose a tag to compare
@tkittel tkittel released this 25 Jan 14:02
· 39 commits to master since this release

This is a maintenance release with no new features, addressing several minor platform specific issues:

  • Correct _POSIX_C_SOURCE to address FreeBSD compilation (issue #33).
  • mcpl.py: Work around issues in numpy v1.14 to fix MCPLParticleBlock.position() and MCPLParticleBlock.polarisation() methods (issue #34).
  • CMakeLists.txt: Always use absolute rpath (for OSX).
  • Fix gcc7 compilation warnings.