From b87be068f4764a99aa727af37066f3b2baf7d352 Mon Sep 17 00:00:00 2001 From: Deven Bhakta Date: Thu, 11 Jul 2024 14:35:31 -0400 Subject: [PATCH] Updated CHANGELOG-unreleased --- CHANGELOG-unreleased.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/CHANGELOG-unreleased.md b/CHANGELOG-unreleased.md index 1b9e4367c..2f817c38d 100644 --- a/CHANGELOG-unreleased.md +++ b/CHANGELOG-unreleased.md @@ -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