From 766016e4a5f6cbf5c9d8c589396195fa82b2010f Mon Sep 17 00:00:00 2001 From: Nadia Dencheva Date: Thu, 27 Oct 2016 17:30:36 -0400 Subject: add readme and a change log --- CHANGES.rst | 19 +++++++++++++++++++ README.rst | 17 +++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 CHANGES.rst create mode 100644 README.rst diff --git a/CHANGES.rst b/CHANGES.rst new file mode 100644 index 0000000..66ab495 --- /dev/null +++ b/CHANGES.rst @@ -0,0 +1,19 @@ +1.3.0 (2016-10-27) +------------------ + +- Fix a bug in removing LookupTable distortion. [#3] + +- Fix a ``KeyError`` crash in applying headerlets. [#9] + +- Catch ``KeyError`` when deleting header keywords. [#13] + +- Fix for ``REFFRAME = OTHER``. [#14] + +- In cases when the warning is expected, catch INFO messages + coming from `astropy.wcs`. [#16] + + +1.2.3 (2016-07-13) +------------------ + +- Move to github. \ No newline at end of file diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..138cc3f --- /dev/null +++ b/README.rst @@ -0,0 +1,17 @@ +STWCS +----- + +`STWCS `__ provides support for WCS distortion models and coordinate +transformation for the imaging instruments on the Hubble Space Telescope (HST). + + +Installation +------------ + +To clone the project from github and initialize the asdf-standard submodule:: + + git clone https://github.com/spacetelescope/stwcs.git + +To install:: + + python setup.py install \ No newline at end of file -- cgit From 7384ce7dc3642001acfcefaac8900bf018f975dc Mon Sep 17 00:00:00 2001 From: Nadia Dencheva Date: Thu, 27 Oct 2016 17:31:55 -0400 Subject: typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 138cc3f..16f9ac1 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ transformation for the imaging instruments on the Hubble Space Telescope (HST). Installation ------------ -To clone the project from github and initialize the asdf-standard submodule:: +To clone the project from github:: git clone https://github.com/spacetelescope/stwcs.git -- cgit From aecff03ba031b24f1a59cb9f7cb04345c0ff29fb Mon Sep 17 00:00:00 2001 From: Nadia Dencheva Date: Thu, 27 Oct 2016 17:32:58 -0400 Subject: version --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 66ab495..a6c6170 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -1.3.0 (2016-10-27) +1.2.4 (2016-10-27) ------------------ - Fix a bug in removing LookupTable distortion. [#3] -- cgit