-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from eslavich/eslavich-update-changelog
Update changelog and readme for release
- Loading branch information
Showing
2 changed files
with
4 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
0.1.0 (unreleased) | ||
0.1.0 (2021-11-24) | ||
================== | ||
|
||
- Initial schemas for ``gwcs``. [#1] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,5 @@ | ||
# WCS ASDF schemas | ||
# asdf-wcs-schemas | ||
|
||
This package provides ASDF schemas for validating WCS tags. Users should not need to install this directly; instead, install an implementation package such as gwcs, which includes asdf-wcs-schemas as a dependency. | ||
|
||
This is a repository for WCS schemas. | ||
|
||
|
||
## Installation | ||
|
||
To install the latest ``asdf-wcs-schemas`` release | ||
|
||
pip install asdf-wcs-schemas | ||
|
||
To install the latest code from the repository | ||
|
||
pip install git+https://github.com/spacetelescope/asdf-wcs-schemas.git | ||
|
||
To use the library | ||
|
||
>>> import asdf_wcs_schemas | ||
|
||
![CI](https://github.com/asdf-format/asdf-wcs-schemas/workflows/CI/badge.svg) |