Skip to content

Releases: MITHaystack/HOPS

v4.0.1

13 Apr 16:35

Choose a tag to compare

v4.0.1 Pre-release
Pre-release

This release finishes the implementation of the legacy control file keywords with the exception of the deprecated features triggered by:

switched, index, max_parity, x_crc, x_slip_sync, y_crc, y_slip_sync, gates, period, ra_offset, dec_offset, pc_freqs, use_samples, interpolator, fmatch_bw_pct, vbp_fit, vbp_correct, vbp_file, avxpzoom, avxplopt

The executable fourfit4 now supports mark4 input via the '-K' option, and mark4 output via the '-k' option. A preliminary implementation of fringex4 is also supplied in this release.

v4.0.0-beta3

20 Aug 16:50

Choose a tag to compare

v4.0.0-beta3 Pre-release
Pre-release

This is a beta release of the HOPS4 software. Some minor build system fixes have been introduced. This includes the detection of C++17 support (for the matplot++ dependency), and revision of the python extensions build system. The HOPS python installation is now handled entirely by CMake, and pip is now only called in order to install dependencies (numpy, matplotlib, scipy) if the user toggles on the HOPS_PYPI_MANAGE_DEPS option.