File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
33
44## [ Unreleased]
55
6+ ### Changed
7+ - Require lunarsky>1.0 to drop spiceypy requirement
8+
69### Added
710- Added more options for controlling labels on beam plots.
811- Support for MWA Average Embedded Element beams in UVBeam.
@@ -19,6 +22,9 @@ were added or concatenated. The fix involved a major refactoring that should pre
1922similar bugs in the future by using UVParameter forms to detect which attributes
2023to update on UVData objects.
2124
25+ ### Removed
26+ - Spiceypy error catching in tests
27+
2228## [ 3.2.6] - 2025-03-13
2329
2430### Added
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ Optional:
168168* astropy-healpix >= 1.0.2 (for working with beams in HEALPix formats)
169169* astroquery >= 0.4.4 (for enabling phasing to ephemeris objects using JPL-Horizons)
170170* hdf5plugin >= 3.3.1 (for enabling bitshuffle and other hdf5 compression filters in uvh5 files)
171- * lunarsky >=0.2.5 (for working with simulated datasets for lunar telescopes)
171+ * lunarsky >=1.0 (for working with simulated datasets for lunar telescopes)
172172* matplotlib>=3.7 (for making plots)
173173* novas and novas_de405 (for using the NOVAS library for astrometry)
174174* pooch >= 1.8 (for downloading test data for tutorials)
Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ dependencies:
2929 - sphinx
3030 - sybil>=8.0
3131 - pip :
32- - lunarsky>=0.2.5
32+ - lunarsky>=1.0
3333 - novas
3434 - novas_de405
You can’t perform that action at this time.
0 commit comments