Skip to content

Commit

Permalink
Merge pull request #30 from eslavich/eslavich-remove-generic-transform
Browse files Browse the repository at this point in the history
Remove generic-1.x.0 schemas
  • Loading branch information
eslavich authored Dec 13, 2021
2 parents 280b8f1 + 3b85586 commit 2892a2e
Show file tree
Hide file tree
Showing 31 changed files with 91 additions and 266 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.2.0 (unreleased)

- Remove generic-1.x.0 schemas and examples. [#30]

0.1.0 (2021-11-24)
------------------

Expand Down
5 changes: 0 additions & 5 deletions resources/asdf-format.org/manifests/transform-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,6 @@ tags:
title: Defines the domain of an input axis. (deprecated since 1.1.0)
description: |-
Describes the range of acceptable input values to a particular axis of a transform.
- tag_uri: tag:stsci.edu:asdf/transform/generic-1.0.0
schema_uri: http://stsci.edu/schemas/asdf/transform/generic-1.0.0
title: A generic transform.
description: |-
This is used **entirely** for bootstrapping purposes so one can create composite models including transforms that haven't yet been written. **IT WILL NOT BE IN THE FINAL VERSION OF THE SPEC**.
- tag_uri: tag:stsci.edu:asdf/transform/gnomonic-1.0.0
schema_uri: http://stsci.edu/schemas/asdf/transform/gnomonic-1.0.0
title: The gnomonic projection.
Expand Down
5 changes: 0 additions & 5 deletions resources/asdf-format.org/manifests/transform-1.1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,11 +249,6 @@ tags:
outputs.
Invertibility: This transform is not automatically invertible.
- tag_uri: tag:stsci.edu:asdf/transform/generic-1.1.0
schema_uri: http://stsci.edu/schemas/asdf/transform/generic-1.1.0
title: A generic transform.
description: |-
This is used **entirely** for bootstrapping purposes so one can create composite models including transforms that haven't yet been written. **IT WILL NOT BE IN THE FINAL VERSION OF THE SPEC**.
- tag_uri: tag:stsci.edu:asdf/transform/gnomonic-1.1.0
schema_uri: http://stsci.edu/schemas/asdf/transform/gnomonic-1.1.0
title: The gnomonic projection.
Expand Down
5 changes: 0 additions & 5 deletions resources/asdf-format.org/manifests/transform-1.2.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,11 +249,6 @@ tags:
outputs.
Invertibility: This transform is not automatically invertible.
- tag_uri: tag:stsci.edu:asdf/transform/generic-1.1.0
schema_uri: http://stsci.edu/schemas/asdf/transform/generic-1.1.0
title: A generic transform.
description: |-
This is used **entirely** for bootstrapping purposes so one can create composite models including transforms that haven't yet been written. **IT WILL NOT BE IN THE FINAL VERSION OF THE SPEC**.
- tag_uri: tag:stsci.edu:asdf/transform/gnomonic-1.1.0
schema_uri: http://stsci.edu/schemas/asdf/transform/gnomonic-1.1.0
title: The gnomonic projection.
Expand Down
5 changes: 0 additions & 5 deletions resources/asdf-format.org/manifests/transform-1.3.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,11 +249,6 @@ tags:
outputs.
Invertibility: This transform is not automatically invertible.
- tag_uri: tag:stsci.edu:asdf/transform/generic-1.1.0
schema_uri: http://stsci.edu/schemas/asdf/transform/generic-1.1.0
title: A generic transform.
description: |-
This is used **entirely** for bootstrapping purposes so one can create composite models including transforms that haven't yet been written. **IT WILL NOT BE IN THE FINAL VERSION OF THE SPEC**.
- tag_uri: tag:stsci.edu:asdf/transform/gnomonic-1.1.0
schema_uri: http://stsci.edu/schemas/asdf/transform/gnomonic-1.1.0
title: The gnomonic projection.
Expand Down
5 changes: 0 additions & 5 deletions resources/asdf-format.org/manifests/transform-1.4.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,11 +261,6 @@ tags:
compound model with n fewer input arguments where n is
the number of input values to be set (i.e., the number
of keys in the dict).
- tag_uri: tag:stsci.edu:asdf/transform/generic-1.2.0
schema_uri: http://stsci.edu/schemas/asdf/transform/generic-1.2.0
title: A generic transform.
description: |-
This is used **entirely** for bootstrapping purposes so one can create composite models including transforms that haven't yet been written. **IT WILL NOT BE IN THE FINAL VERSION OF THE SPEC**.
- tag_uri: tag:stsci.edu:asdf/transform/gnomonic-1.2.0
schema_uri: http://stsci.edu/schemas/asdf/transform/gnomonic-1.2.0
title: The gnomonic projection.
Expand Down
5 changes: 0 additions & 5 deletions resources/asdf-format.org/manifests/transform-1.5.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -323,11 +323,6 @@ tags:
title: A 2D Gaussian model.
description: |-
A 2D gaussian distribution.
- tag_uri: tag:stsci.edu:asdf/transform/generic-1.2.0
schema_uri: http://stsci.edu/schemas/asdf/transform/generic-1.2.0
title: A generic transform.
description: |-
This is used **entirely** for bootstrapping purposes so one can create composite models including transforms that haven't yet been written. **IT WILL NOT BE IN THE FINAL VERSION OF THE SPEC**.
- tag_uri: tag:stsci.edu:asdf/transform/gnomonic-1.2.0
schema_uri: http://stsci.edu/schemas/asdf/transform/gnomonic-1.2.0
title: The gnomonic projection.
Expand Down
10 changes: 4 additions & 6 deletions resources/stsci.edu/schemas/add-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ examples:
- |
!transform/add-1.0.0
forward:
- !transform/generic-1.0.0
n_inputs: 1
n_outputs: 2
- !transform/generic-1.0.0
n_inputs: 1
n_outputs: 2
- !transform/shift-1.0.0
offset: 2.0
- !transform/shift-1.0.0
offset: 3.0
allOf:
- $ref: "transform-1.0.0"
Expand Down
10 changes: 4 additions & 6 deletions resources/stsci.edu/schemas/add-1.1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ examples:
- |
!transform/add-1.1.0
forward:
- !transform/generic-1.1.0
n_inputs: 1
n_outputs: 2
- !transform/generic-1.1.0
n_inputs: 1
n_outputs: 2
- !transform/shift-1.1.0
offset: 2.0
- !transform/shift-1.1.0
offset: 3.0
allOf:
- $ref: "transform-1.1.0"
Expand Down
10 changes: 4 additions & 6 deletions resources/stsci.edu/schemas/add-1.2.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ examples:
- |
!transform/add-1.2.0
forward:
- !transform/generic-1.2.0
n_inputs: 1
n_outputs: 2
- !transform/generic-1.2.0
n_inputs: 1
n_outputs: 2
- !transform/shift-1.2.0
offset: 2.0
- !transform/shift-1.2.0
offset: 3.0
allOf:
- $ref: "transform-1.2.0"
Expand Down
10 changes: 4 additions & 6 deletions resources/stsci.edu/schemas/compose-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@ examples:
- |
!transform/compose-1.0.0
forward:
- !transform/generic-1.0.0
n_inputs: 1
n_outputs: 2
- !transform/generic-1.0.0
n_inputs: 2
n_outputs: 1
- !transform/shift-1.0.0
offset: 2.0
- !transform/shift-1.0.0
offset: 3.0
allOf:
- $ref: "transform-1.0.0"
Expand Down
10 changes: 4 additions & 6 deletions resources/stsci.edu/schemas/compose-1.1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@ examples:
- |
!transform/compose-1.1.0
forward:
- !transform/generic-1.1.0
n_inputs: 1
n_outputs: 2
- !transform/generic-1.1.0
n_inputs: 2
n_outputs: 1
- !transform/shift-1.1.0
offset: 2.0
- !transform/shift-1.1.0
offset: 3.0
allOf:
- $ref: "transform-1.1.0"
Expand Down
10 changes: 4 additions & 6 deletions resources/stsci.edu/schemas/compose-1.2.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@ examples:
- |
!transform/compose-1.2.0
forward:
- !transform/generic-1.2.0
n_inputs: 1
n_outputs: 2
- !transform/generic-1.2.0
n_inputs: 2
n_outputs: 1
- !transform/shift-1.2.0
offset: 2.0
- !transform/shift-1.2.0
offset: 3.0
allOf:
- $ref: "transform-1.2.0"
Expand Down
15 changes: 6 additions & 9 deletions resources/stsci.edu/schemas/concatenate-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,12 @@ examples:
- |
!transform/concatenate-1.0.0
forward:
- !transform/generic-1.0.0
n_inputs: 2
n_outputs: 2
- !transform/generic-1.0.0
n_inputs: 1
n_outputs: 2
- !transform/generic-1.0.0
n_inputs: 2
n_outputs: 1
- !transform/shift-1.0.0
offset: 2.0
- !transform/shift-1.0.0
offset: 3.0
- !transform/shift-1.0.0
offset: 5.0
allOf:
- $ref: "transform-1.0.0"
Expand Down
15 changes: 6 additions & 9 deletions resources/stsci.edu/schemas/concatenate-1.1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,12 @@ examples:
- |
!transform/concatenate-1.1.0
forward:
- !transform/generic-1.1.0
n_inputs: 2
n_outputs: 2
- !transform/generic-1.1.0
n_inputs: 1
n_outputs: 2
- !transform/generic-1.1.0
n_inputs: 2
n_outputs: 1
- !transform/shift-1.1.0
offset: 2.0
- !transform/shift-1.1.0
offset: 3.0
- !transform/shift-1.1.0
offset: 5.0
allOf:
- $ref: "transform-1.1.0"
Expand Down
15 changes: 6 additions & 9 deletions resources/stsci.edu/schemas/concatenate-1.2.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,12 @@ examples:
- |
!transform/concatenate-1.2.0
forward:
- !transform/generic-1.2.0
n_inputs: 2
n_outputs: 2
- !transform/generic-1.2.0
n_inputs: 1
n_outputs: 2
- !transform/generic-1.2.0
n_inputs: 2
n_outputs: 1
- !transform/shift-1.2.0
offset: 2.0
- !transform/shift-1.2.0
offset: 3.0
- !transform/shift-1.2.0
offset: 5.0
allOf:
- $ref: "transform-1.2.0"
Expand Down
10 changes: 4 additions & 6 deletions resources/stsci.edu/schemas/divide-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ examples:
- |
!transform/divide-1.0.0
forward:
- !transform/generic-1.0.0
n_inputs: 1
n_outputs: 2
- !transform/generic-1.0.0
n_inputs: 1
n_outputs: 2
- !transform/shift-1.0.0
offset: 2.0
- !transform/shift-1.0.0
offset: 2.0
allOf:
- $ref: "transform-1.0.0"
Expand Down
10 changes: 4 additions & 6 deletions resources/stsci.edu/schemas/divide-1.1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ examples:
- |
!transform/divide-1.1.0
forward:
- !transform/generic-1.1.0
n_inputs: 1
n_outputs: 2
- !transform/generic-1.1.0
n_inputs: 1
n_outputs: 2
- !transform/shift-1.1.0
offset: 2.0
- !transform/shift-1.1.0
offset: 2.0
allOf:
- $ref: "transform-1.1.0"
Expand Down
10 changes: 4 additions & 6 deletions resources/stsci.edu/schemas/divide-1.2.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ examples:
- |
!transform/divide-1.2.0
forward:
- !transform/generic-1.2.0
n_inputs: 1
n_outputs: 2
- !transform/generic-1.2.0
n_inputs: 1
n_outputs: 2
- !transform/shift-1.2.0
offset: 2.0
- !transform/shift-1.2.0
offset: 2.0
allOf:
- $ref: "transform-1.2.0"
Expand Down
22 changes: 0 additions & 22 deletions resources/stsci.edu/schemas/generic-1.0.0.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions resources/stsci.edu/schemas/generic-1.1.0.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions resources/stsci.edu/schemas/generic-1.2.0.yaml

This file was deleted.

10 changes: 4 additions & 6 deletions resources/stsci.edu/schemas/multiply-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ examples:
- |
!transform/multiply-1.0.0
forward:
- !transform/generic-1.0.0
n_inputs: 1
n_outputs: 2
- !transform/generic-1.0.0
n_inputs: 1
n_outputs: 2
- !transform/shift-1.0.0
offset: 2.0
- !transform/shift-1.0.0
offset: 3.0
allOf:
- $ref: "transform-1.0.0"
Expand Down
Loading

0 comments on commit 2892a2e

Please sign in to comment.