Skip to content

Commit 8e7fe6c

Browse files
authored
Merge pull request #1674 from braingram/update_3p0px
Update 3p0px
2 parents 959a83d + 7f6cd94 commit 8e7fe6c

15 files changed

Lines changed: 49 additions & 25 deletions

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ jobs:
108108
needs: [core, asdf-schemas]
109109
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
110110
with:
111+
python-version: "3.11"
111112
upload_to_pypi: false
112113
upload_to_anaconda: false
113114
test_extras: tests

.github/workflows/downstream.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
default_python: '3.10'
4242
envs: |
4343
- linux: asdf-astropy
44+
- linux: specutils
4445
4546
stsci:
4647
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ repos:
4343
exclude: "asdf/(extern||_jsonschema)/.*"
4444

4545
- repo: https://github.com/astral-sh/ruff-pre-commit
46-
rev: 'v0.0.292'
46+
rev: 'v0.1.1'
4747
hooks:
4848
- id: ruff
4949
args: ["--fix"]
5050

5151
- repo: https://github.com/psf/black
52-
rev: 23.9.1
52+
rev: 23.10.1
5353
hooks:
5454
- id: black
5555

@@ -59,6 +59,6 @@ repos:
5959
- id: blacken-docs
6060

6161
- repo: https://github.com/abravalheri/validate-pyproject
62-
rev: "v0.14"
62+
rev: "v0.15"
6363
hooks:
6464
- id: validate-pyproject

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
3.0.1 (unreleased)
1+
3.0.1 (2023-10-30)
22
------------------
33

44
The ASDF Standard is at v1.6.0
55
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
66

7-
-
7+
- Fix bug in ``asdftool diff`` for arrays within a list [#1672]
88

99
3.0.0 (2023-10-16)
1010
------------------

asdf/_tests/commands/tests/data/blocks.diff

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ tree:
1010
-
1111
> 9000
1212
< 10000
13-
ndarrays at "foobar" differ by shape, datatype and contents
13+
> ndarrays differ by shape, datatype and contents
14+
< ndarrays differ by shape, datatype and contents
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
< tree:
2+
< list:
3+
< - a:
4+
< offset:
5+
< 16
6+
< strides:
7+
< - -8
8+
> ndarrays differ by contents
9+
< ndarrays differ by contents
745 Bytes
Binary file not shown.
778 Bytes
Binary file not shown.
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
ndarrays at "a" differ by contents
1+
tree:
2+
a:
3+
> ndarrays differ by contents
4+
< ndarrays differ by contents
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
ndarrays at "array" differ by contents
1+
tree:
2+
array:
3+
> ndarrays differ by contents
4+
< ndarrays differ by contents

0 commit comments

Comments
 (0)