Skip to content

Commit

Permalink
Merge branch 'master' into simrednoise
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisrkckl authored Sep 28, 2023
2 parents 24d8baf + 2c1aa12 commit 5f7b8d3
Show file tree
Hide file tree
Showing 5 changed files with 1,671 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ the released changes.
- Added radial velocity methods for binary models
- Support for wideband data in `pint.bayesian` (no correlated noise).
- Added `DMWaveX` model (Fourier representation of DM noise)
- Simulate correlated noise using `pint.simulate` functions and the `zima` script.
- Piecewise orbital model (`BinaryBTPiecewise`)
- Simulate correlated noise using `pint.simulation` (also available via the `zima` script)
### Fixed
- Wave model `validate()` can correctly use PEPOCH to assign WAVEEPOCH parameter
- Fixed RTD by specifying theme explicitly.
Expand Down
2 changes: 1 addition & 1 deletion src/pint/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# Import all standard model components here
from pint.models.astrometry import AstrometryEcliptic, AstrometryEquatorial
from pint.models.binary_bt import BinaryBT
from pint.models.binary_bt import BinaryBT, BinaryBTPiecewise
from pint.models.binary_dd import BinaryDD, BinaryDDS, BinaryDDGR
from pint.models.binary_ddk import BinaryDDK
from pint.models.binary_ell1 import BinaryELL1, BinaryELL1H, BinaryELL1k
Expand Down
Loading

0 comments on commit 5f7b8d3

Please sign in to comment.