Releases: SWIFTSIM/swiftgalaxy
v2.0.2
What's Changed
- Correct logic in the dense solution by @kyleaoman in #33
- Box wrap in unrotated frame by @kyleaoman in #34
Full Changelog: v2.0.1...v2.0.2
v2.0.1
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
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
What's Changed
- Docs corrections for SOAP catalogues by @robjmcgibbon in #24
- Handle iteration over 0 or 1 target objects by @kyleaoman in #25
New Contributors
- @robjmcgibbon made their first contribution in #24
Full Changelog: v1.2.3...v1.2.4
v1.2.3
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
v1.2.1
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
What's Changed
- Efficient iteration over SWIFTGalaxy objects by @kyleaoman in #14
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Support SOAP halo catalogues by @kyleaoman in #12
- Update dependencies by @kyleaoman in #20
Full Changelog: v1.0.5...v1.1.0
v1.0.5
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.