Skip to content

Commit 959a83d

Browse files
authored
Merge pull request #1661 from braingram/prep_3p0
prep for 3.0 release
2 parents 0a06d9b + 8cce794 commit 959a83d

5 files changed

Lines changed: 11 additions & 46 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,3 @@ updates:
1414
target-branch: "main"
1515
schedule:
1616
interval: "weekly"
17-
18-
# Maintain dependencies for GitHub Actions (2.15.x)
19-
- package-ecosystem: "github-actions"
20-
directory: "/"
21-
target-branch: "2.15.x"
22-
schedule:
23-
interval: "weekly"
24-
25-
# Maintain dependencies for pip (2.15.x)
26-
- package-ecosystem: "pip"
27-
directory: "/"
28-
target-branch: "2.15.x"
29-
schedule:
30-
interval: "weekly"

.github/workflows/s390x.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,24 +57,17 @@ jobs:
5757
g++ \
5858
pkg-config \
5959
python3 \
60-
python3-configobj \
6160
python3-astropy \
6261
python3-lz4 \
6362
python3-numpy \
6463
python3-scipy \
65-
python3-ply \
6664
python3-venv \
67-
python3-wheel \
68-
cython3 \
69-
libwcs7 \
70-
wcslib-dev \
71-
libcfitsio-dev \
72-
liberfa1
65+
python3-wheel
7366
7467
run: |
7568
python3 -m venv --system-site-packages tests
7669
source tests/bin/activate
77-
pip3 install --upgrade pip setuptools gwcs pytest pytest-doctestplus pytest-remotedata
70+
pip3 install --upgrade pip setuptools pytest pytest-doctestplus pytest-remotedata
7871
pip3 install -e .[all,tests]
7972
pip3 list
8073
python3 -m pytest --remote-data

.github/workflows/scheduled.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
matrix:
2020
branch:
2121
- main
22-
- 2.15.x
2322
workflow:
2423
- ci.yml
2524
- downstream.yml

CHANGES.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
3.0.0 (unreleased)
1+
3.0.1 (unreleased)
2+
------------------
3+
4+
The ASDF Standard is at v1.6.0
5+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6+
7+
-
8+
9+
3.0.0 (2023-10-16)
210
------------------
311

412
The ASDF Standard is at v1.6.0

docs/asdf/release_and_support.rst

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -38,27 +38,6 @@ As ASDF is still under active development, it will continue to be developed on a
3838
rolling release cycle. This means that ASDF will not have a fixed release
3939
schedule, but rather will be released as needed.
4040

41-
.. However, we do intend to create and maintain designated "long-term support" (LTS)
42-
branches for at least major version of ASDF in a similar way as what is described
43-
for ``astropy`` in `APE 2 <https://github.com/astropy/astropy-APEs/blob/main/APE2.rst>`_.
44-
This means that for every new major version of ASDF, say version ``a.0`` we will
45-
designate and maintain ``a.0.x`` as the LTS branch of ASDF for at least one year.
46-
During this time we will try to ensure that the LTS branch receives bugfixes and
47-
has regular releases. After one year, we may decide to designate a new LTS branch
48-
for ASDF if no new major versions of ASDF have been released; otherwise, we will
49-
cease to maintain the old LTS branch in favor of the newer one(s). Aside from the
50-
LTS version(s), we will also maintain a rolling current version of ASDF. This support
51-
for these rolling versions will end when the next non-LTS version of ASDF is released.
52-
53-
.. note::
54-
55-
Since this policy has not yet been implemented, we have not yet formally declared
56-
an LTS version for ASDF. Our plan is to declare ``2.15`` as an LTS version when it
57-
is released and move forward to actively working on ASDF ``3.0`` as our main development.
58-
Once ``3.0`` is released, it will also become a second LTS version of ASDF and we
59-
will continue to release bugfixes for ASDF ``2.15`` and ``3.0`` for at least one
60-
year past their release dates.
61-
6241
.. _dependency_support_policy:
6342

6443
Dependency Support Policy

0 commit comments

Comments
 (0)