Skip to content

Commit

Permalink
Updated CHANGELOG-unreleased
Browse files Browse the repository at this point in the history
  • Loading branch information
devbhakt committed Jul 11, 2024
1 parent 5f381af commit b87be06
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions CHANGELOG-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,6 @@ the released changes.

## Unreleased
### Changed
- Avoided unnecessary creation of `SkyCoord` objects in `AstrometryEquatorial` and `AstrometryEcliptic`.
- Avoided unnecessary `TOAs` table slices in `SolarSystemShapiro`
- Allow "CLK UNCORR" in par files (indicates no GPS or BIPM corrections).
- Better documentation for `akaike_information_criterion()`
- Type hinting for most of the `pint.utils` module
- `funcParameter`s are no longer listed in the `pintk` interface.
- Updated location of CCERA
- Removed `include_bipm`, and `bipm_version` from the Observatory class. Now they are passed as arguments to `site.clock_correction()`
- Renamed `include_gps` to `apply_gps2utc` in the Observatory class
- Removed `apply_gps2utc` from `TOAs.clock_corr_info` since it can be different for different observatories. It is not a global setting.
- The following observatories no longer have a default of `include_bipm=False`: magic, lst, virgo, lho, llo, geo600, kagra, hess, hawc
- New algorithm for TCB <-> TDB conversion
- Reordered plotting axes in `pintk`
- Changed `scipy.integrate.simps` to `scipy.integrate.simpson` to work with scipy 1.14
- Moved the events -> TOAs and photon weights code into the function `load_events_weights` within `event_optimize`.
- Updated the `maxMJD` argument in `event_optimize` to default to the current mjd
### Added
Expand Down

0 comments on commit b87be06

Please sign in to comment.