Skip to content

Releases: kyleaoman/martini

v2.1.6

12 Oct 13:09
5fb378d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.5...v2.1.6

v2.1.5

26 Jul 11:26
Compare
Choose a tag to compare

Fixed a serious bug in the EAGLESource class causing all particles to have masses too high by several orders of magnitude (but by a nearly constant factor, within a few percent).

Full Changelog: v2.1.4...v2.1.5

v2.1.4

12 Jul 20:12
c7631cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.3...v2.1.4

v2.1.3

27 Jun 22:32
d76d062
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.2...v2.1.3

v2.1.2

25 Jun 08:09
Compare
Choose a tag to compare

What's Changed

  • Apply Hubble flow velocity offsets per-particle by @kyleaoman in #72

Full Changelog: v2.1.1...v2.1.2

v2.1.1

21 Jun 12:09
Compare
Choose a tag to compare

Full Changelog: v2.1.0...v2.1.1

v2.1.0

21 Jun 11:18
585a491
Compare
Choose a tag to compare

What's Changed

  • There is a new example notebook showcasing how MARTINI can be used to add a simulated source to an existing observational data cube.
  • A new initialisation method for DataCube objects has been added in DataCube.from_wcs. This allows using an astropy.wcs.WCS object (trivially created from a FITS header) to set up a DataCube. It's now much easier to make mocks exactly matching an observed data cube (shape, pixel size, channel spacing, etc.).
  • The above new feature revealed some shortcoming in how MARTINI handles coordinates and, especially, how channels were implemented (switching between frequency and velocity channels, specifically). The internals have been overhauled but will behave essentially as before with default options.
  • There are now options to specify a coordinate frame (using astropy.coordinates classes) of the source and data cube. For the data cube, the spectral reference frame (e.g. LSR or barycentric) can also be controlled. All of these default to ICRS and if left alone will behave as in earlier MARTINI versions. This finer control could be useful in workflows such as inserting a simulated source into an observed data cube.
  • Related to the above, some minor changes to the MARTINI API were needed. These are signposted by DeprecationWarnings, so attempting to use obsolete features will generate instructions on how to adapt existing code.

Full Changelog: v2.0.13...v2.1.0

v2.0.13

08 Jun 20:38
Compare
Choose a tag to compare

MARTINI is published in JOSS, release a version with updated citation information and README headers.

v2.0.12

15 May 12:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.11...v2.0.12

v2.0.11

30 Apr 20:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.10...v2.0.11