Skip to content

Releases: SWIFTSIM/swiftgalaxy

v1.2.2

03 Dec 02:17
Compare
Choose a tag to compare

Update colibre example ahead of tutorial.

v1.2.1

12 Nov 17:03
Compare
Choose a tag to compare

Fixed a bug in iteration with SWIFTGalaxies that could cause particles from incorrect regions in snapshots to be read in some cases.

Full Changelog: v1.2.0...v1.2.1

v1.2.0

18 Oct 20:03
657cc83
Compare
Choose a tag to compare

What's Changed

  • Efficient iteration over SWIFTGalaxy objects by @kyleaoman in #14

Full Changelog: v1.1.0...v1.2.0

v1.1.0

09 Oct 19:23
42e7e95
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.1.0

v1.0.5

13 Oct 16:31
1eafcd6
Compare
Choose a tag to compare

Adds support for using swiftgalaxy without a halo catalogue, e.g. to select particles within some spatial region and/or boolean mask and then make use of the rest of the swiftgalaxy features (spherical/cylindrical coordinates, masking, consistent coordinate frame, etc.). Also adds a cookbook example to the documentation for selecting all particles within a spherical aperture, with or without a halo catalogue.

v1.0.4

12 Oct 16:47
Compare
Choose a tag to compare

Completes support for caesar halo catalogues now that caesar outputs the spatial extent of groups in the catalogue (so that we can use this to define a spatial mask for swiftsimio). Older caesar outputs are still compatible, but will inefficiently read the entire simulation volume (a warning will be issued at runtime in this case).

v1.0.3

02 Oct 16:51
e9e8792
Compare
Choose a tag to compare

Added support for Caesar halo catalogues.

v1.0.2

20 Apr 10:45
3173d27
Compare
Choose a tag to compare

Abandon setup.py based build system in favour of pyproject based build system.

v1.0.1

12 Apr 16:38
Compare
Choose a tag to compare

Support for changes in velociraptor-python package (v0.16.1).

v1.0.0

12 Jul 13:10
Compare
Choose a tag to compare

The initial release of SWIFTGalaxy, including:

  • Automated loading of particles corresponding to a galaxy identified by a halo finder.
  • Support for the Velociraptor halo finder.
  • Exposure of the integrated properties calculated by the halo finder.
  • Automatic recentering in the galaxy frame, and coordinate transformations (rotation, translation, boost).
  • Additional coordinates (cylindrical & spherical) on-demand.
  • Masking to select subsets of particles.