Skip to content

Releases: SWIFTSIM/swiftgalaxy

v2.0.2

17 Apr 19:56
666a32b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

09 Apr 23:21
Compare
Choose a tag to compare

What's Changed

  • Bugfix: Copy named column data when deep copying by @kyleaoman in #29

Full Changelog: v2.0.0...v2.0.1

v2.0.0

06 Apr 23:22
2e302a1
Compare
Choose a tag to compare

What's Changed

  • Support for tab completion by @kyleaoman in #22
  • Substantial backend changes arising from #22 greatly increasing maintainability.

Full Changelog: v1.2.4...v2.0.0

v1.2.4

03 Apr 16:16
934a63d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.3...v1.2.4

v1.2.3

21 Mar 21:52
Compare
Choose a tag to compare

Updates for compatibility with swiftsimio v10.

What's Changed

  • Remove handling of boxsize as a unyt_array by @kyleaoman in #21
  • Changes for cosmo_quantity branch of swiftsimio by @kyleaoman in #23

Full Changelog: v1.2.2...v1.2.3

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.