Skip to content

Commit d736003

Browse files
authored
Merge branch 'main' into CASDA-6552-Add-cutouts-for-CASDA
2 parents 83ed542 + 1368992 commit d736003

File tree

272 files changed

+20420
-6243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

272 files changed

+20420
-6243
lines changed

.github/workflows/ci_tests.yml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ jobs:
2727
python: 3.x
2828
toxenv: codestyle
2929

30-
- name: docs build
31-
os: ubuntu-latest
32-
python: 3.8
33-
toxenv: build_docs
34-
toxargs: -v
35-
3630
- name: oldest dependencies
3731
os: ubuntu-latest
3832
python: 3.7
@@ -41,20 +35,20 @@ jobs:
4135

4236
- name: astropy dev with all dependencies with coverage
4337
os: ubuntu-latest
44-
python: 3.9
45-
toxenv: py39-test-alldeps-devastropy-cov
38+
python: '3.10'
39+
toxenv: py310-test-alldeps-devastropy-cov
4640
toxargs: -v
4741

48-
- name: Python 3.7 with all optional dependencies (MacOS X)
42+
- name: Python 3.8 with all optional dependencies (MacOS X)
4943
os: macos-latest
50-
python: 3.7
51-
toxenv: py37-test-alldeps
44+
python: 3.8
45+
toxenv: py38-test-alldeps
5246
toxargs: -v
5347

54-
- name: Python 3.8 with mandatory dependencies (Windows)
48+
- name: Python 3.9 with mandatory dependencies (Windows)
5549
os: windows-latest
56-
python: 3.8
57-
toxenv: py38-test
50+
python: 3.9
51+
toxenv: py39-test
5852
toxargs: -v
5953

6054
steps:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ MANIFEST
1818
.ipynb_checkpoints
1919
.eggs
2020
pip-wheel-metadata
21+
.hypothesis
2122

2223
# Sphinx
2324
_build

.mailmap

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,32 @@ Adrian Damian <[email protected]> <[email protected]>
55
66
77
8+
Ayush Yadav <[email protected]>
89
Benjamin Alan Weaver <[email protected]> <[email protected]>
10+
Benjamin Alan Weaver <[email protected]> <[email protected]>
911
Brigitta Sipőcz <[email protected]>
1012
11-
Clara Brasseur <[email protected]>
13+
Caden Armstrong <[email protected]>
14+
15+
Clara Brasseur <[email protected]>
1216
1317
1418
1519
E. Madison Bray <[email protected]>
1620
1721
Edward Gomez <[email protected]>
22+
Elena Colomo <[email protected]>
1823
Eric Koch <[email protected]>
24+
Erwan Pannier <[email protected]>
1925
2026
Fred Moolekamp <[email protected]>Magnus Persson <[email protected]> <[email protected]>
2127
Hans Moritz Guenter <[email protected]>
2228
2329
2430
Jaladh Singhal <[email protected]>
31+
Javier Ballester <[email protected]>
2532
Javier Duran <[email protected]>
33+
2634
2735
2836
@@ -33,6 +41,9 @@ Javier Espinosa <[email protected]>
3341
3442
3543
44+
45+
Jennifer Medina <[email protected]>
46+
Jesus Juan Salgado <[email protected]>
3647
Jonathan Gagne <[email protected]>
3748
3849
Juan Carlos Segovia <[email protected]>
@@ -56,9 +67,15 @@ Nicholas Earl <[email protected]>
5667
Oliver Oberdorf <[email protected]>
5768
5869
70+
Raul Gutierrez <[email protected]> <Raul [email protected]>
71+
5972
6073
6174
Simon Liedtke <[email protected]>
75+
76+
77+
Syed Gilani <[email protected]>
6278
Tinuade Adeleke <[email protected]>
79+
Tim Galvin <[email protected]>
6380
Volodymyr Savchenko <[email protected]> <[email protected]>
6481
Volodymyr Savchenko <[email protected]> <[email protected]>

.readthedocs.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
3+
python:
4+
# Revise build version once more dependencies support python 3.9+
5+
version: 3.8
6+
system_packages: false
7+
install:
8+
- method: pip
9+
path: .
10+
extra_requirements:
11+
- docs
12+
- all
13+
14+
sphinx:
15+
fail_on_warning: true
16+
configuration: docs/conf.py

.rtd-environment.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)