Releases: SWIFTSIM/swiftsimio
v5.1.0 - Upgrade Cosmo Arrays
Significant upgrades to the cosmo_array
to maintain cosmological information when doing array math, by @kyleaoman and @bwvdnbro.
v5.0.1 - Dimension Bugfixes
Incorporates a number of bugfixes to the dimension system by @kyleaoman
v5.0.0 - Updated Slicing
Updates slicing behavior to use physical co-ordinates in the z-direction.
v4.9.0 - Cosmo Array Overload
Overloads to the cosmo_array
functions to presever their cosmology attributes (thanks @kyleaoman!)
Also fixes some deprecation warnings throughout and allows for the use of newer numba
versions.
v4.8.1 - Visualisation fixes
Segfault fixes in visualisation from @bwvdnbro.
v4.8.0 - Variable Length Mass Tables
New particle types being added to SWIFT cause issues when opening older snapshots. This change makes swiftsimio able to open old and new snapshots.
v4.7.1 Sinks & Neutrinos
Adds the sinks and neutrinos particle types.
v4.7.0 MappingTables
Added mapping tables for use converting one named column instance to another.
v4.6.1 Endian-ness Update
Bug-fix update to remove a problem where named column data stored as a non-native endianness would lead to a crash in numba
.
v4.6.0 - Visualisation Fixes
Fixes to the visualisation, avoiding some (rare) segfaults. Also added the ability to select by z in projections.