Changelog#
0.11 (unreleased)#
0.10.1 (2024-08-13)#
Compatibility with numpy 2.0. [#587]
0.10 (2024-04-04)#
Fix compatibility with astropy v6.0.
0.9.1 (2023-09-20)#
Fix bug when
FixedTargetobjects are passed to methods that calculate lunar coordinates. [#568]
0.9 (2023-07-27)#
Fix time range in
months_observableto not be only in 2014. Function now accepts argumenttime_rangeand defaults to the current year. [#458]Fix
Observernot having longtitude, latitude, and elevation parameters as class attributes. They are now properties calculated from thelocation.Documentation revisions and theme update [#563]
0.8 (2021-01-26)#
0.7 (2020-10-27)#
Fix compatibility with Astropy 4.X
0.6 (2019-10-08)#
Added documentation for reproducing MMTO sun rise/set times [#434]
Deprecation of
MAGIC_TIMEvariable, which used to be returned for targets that don’t rise or set [#435]Replace deprecated astroquery service [#431]
Add
GalacticLatitudeConstraintto constrain the galactic latitudes of targets. This can be useful for planning surveys for which crowding due to Galactic point sources is an issue. [#413]Add
n_grid_pointskeyword argument to rise/set/transit functions which allows usersto trade off precision for speed. [#424]
0.5 (2019-07-08)#
0.4 (2017-10-23)#
0.3 (2017-09-02)#
Observer.altazandConstraint.__call__no longer returns an (MxN) grid of results when called with Mtarget``s and N ``times. Instead, we attempt to broadcast the time and target shapes, and an error is raised if this is not possible. This change breaks backwards compatibility but an optional argumentgrid_times_targetshas been added to these methods. If set to True, the old behaviour is recovered. AllObservermethods for which it is relevant have this optional argument.Updates for compatibility with astropy v2.0 coordinates implementation [#311], updates to astropy-helpers [#309], fix pytest version [#312]
0.2.1 (2016-04-27)#
0.2 (2016-09-20)#
Fixed bug arising from changes to distutils.ConfigParser [#177, #187, #191]
Removed the sites module from astroplan, since it was ported to astropy [#168]
Removed dependence on PyEphem, now using jplephem for the solar system ephemeris [#167]
New API for scheduling observations (still in development)
New
plot_finder_imagefunction makes quick finder charts [#115]Updates to astropy helpers and the package template [#177, #180]