You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.