Skip to content

v1.2.2

Compare
Choose a tag to compare
@ttricco ttricco released this 21 Jul 11:48
· 93 commits to main since this release

Sarracen 1.2.2 Release Notes

New Features

  • Sarracen will now default to use GPU if a CUDA-supported device is present.

Bug fixes:

  • read_phantom() would return an extra empty data frame when separate_types='all' was specified and the dump file had no sink particles. This has now been fixed.
  • render() will now play nicely with custom colour bar labels. Use cbar_kws={'label': 'your_custom_label'} as an argument inside render().

Acknowledgments

  • Thank you to Antoine Alaguero for the PR fixing the colour bar label issue.