Skip to content

Commit 22af42a

Browse files
aelanmanbhazelton
authored andcommitted
update changelog; fix min lunarsky in README and environment.yml
1 parent dfcb9ea commit 22af42a

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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
1922
similar bugs in the future by using UVParameter forms to detect which attributes
2023
to update on UVData objects.
2124

25+
### Removed
26+
- Spiceypy error catching in tests
27+
2228
## [3.2.6] - 2025-03-13
2329

2430
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)