v3.2.3
Various bugfixes:
pulsar.py: make allPulsarattributes double precision so pickles can be loaded on M1 machines;parameter.py: implement priors withoutscipyto avoid horrible slowdown;gp_signals.py: fixuse_svdbug (flag was ignored);
and API enhancements:
- bump libstempo to 2.4.4 (includes
tspanoption intoasim); pulsar.py: addtelescopeattribute toPulsarobjects;gp_signals.py: adduse_svdto MarginalizingTimingModel;signal_base.py: add convenience functions (pulsarmodels,signals) and dict-like interface to accessSignalCollectionobjects in aPTA, andSignalobjects in aSignalCollection;utils.py: addConditionalGPinterface to compute conditional means and samples of GP coefficients and realizations given the hyperparameters. Replacesget_coefficients().