Merging dev to master - #454
Merged
Merged
Conversation
…loat(arr) anymore
Revert fastshermanmorrison-pulsar version
…ate_python_versions
Update Python support to 3.10-3.14, drop EOL versions
…lized the duck-typing mechanism to check for callables
Update sqrtsolve to new fastshermanmorrison definitions
Fix: use duck-typing in Pulsar() to determine whether we have a libstempo or PINT object
Correcting "<" and ">" in description of parameters in `broken_powerlaw()`
Fix parameter descriptions in gp_priors.py
This was referenced Jul 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces significant improvements to red noise and chromatic signal modeling by adding new FFT-based time-domain basis functions, updates documentation to explain their usage, and modernizes Python version support and CI configuration. It also refactors parts of the
enterprise.pulsarinterface for improved compatibility and flexibility, and makes minor code cleanups.Red noise and chromatic signal modeling enhancements:
create_fft_time_basis,create_fft_time_basis_dm, andcreate_fft_time_basis_chromaticingp_bases.py, enabling more realistic modeling of red noise and chromatic signals. These functions provide a rank-reduced, time-domain alternative to traditional Fourier basis methods. [1] [2] [3]docs/fft.rst) describing the new FFT-based modeling capabilities, usage examples, and parameter explanations. This is linked from the main docs index. [1] [2]Python and CI modernization:
enterprise.pulsarinterface and refactoring:filter_datato allow filtering by a mask and/or time range, making data selection more flexible. [1] [2]importlib.resourcesfor better package data handling.Maintenance and cleanup:
These changes collectively modernize the codebase, enhance modeling flexibility, and improve documentation for new features.