summaryrefslogtreecommitdiff
path: root/tweakwcs
Commit message (Collapse)AuthorAgeFilesLines
* Make tweakwcs release 0.7.3Mihai Cara2021-08-121-1/+1
| | | | | Bug fixes and enhancements: https://github.com/spacetelescope/tweakwcs/pull/143 https://github.com/spacetelescope/tweakwcs/pull/144
* Release 0.7.1 of tweakwcs (#702)Mihai Cara2021-02-171-1/+1
| | | Added support for VA-corrected frames in JWST WCS, see https://github.com/spacetelescope/tweakwcs/pull/130
* Make tweakwcs release 0.7.0 (#681)Mihai Cara2020-11-191-1/+1
| | | Added support for `rshift` fitting mode - see https://github.com/spacetelescope/tweakwcs/pull/128
* tweakwcs release 0.6.5 (#669)Mihai Cara2020-09-081-1/+1
| | | Adds support for user-specified alignment tangent plane. See https://github.com/spacetelescope/tweakwcs/pull/125 for more information.
* tweakwcs release 0.6.4 (#650)Mihai Cara2020-05-141-1/+1
| | | Bug fixes: https://github.com/spacetelescope/tweakwcs/pull/119, https://github.com/spacetelescope/tweakwcs/pull/120, and https://github.com/spacetelescope/tweakwcs/pull/122
* Bug Fix: evaluate TP-to-TP transformation at origin for JWST (#645)Mihai Cara2020-04-141-1/+1
| | | https://github.com/spacetelescope/tweakwcs/pull/118
* tweakwcs -> 0.6.2 (#639)Matt Rendina2020-04-071-1/+1
|
* Bug fix release for tweakwcs (#625)Mihai Cara2020-03-091-1/+1
| | | Fixes a bug in JWST corrector: when corrector model is updated, its inverse must be updated as well - see https://github.com/spacetelescope/tweakwcs/pull/112. Tweaked unit tests and added JWST alignment regression test: https://github.com/spacetelescope/tweakwcs/pull/113
* Release tweakwcs version 0.6.0 (#615)Mihai Cara2020-02-251-1/+1
| | | Fixes a bug in alignment of multi-chip FITS WCS.
* Make new tweakwcs release (0.5.3) (#573)Mihai Cara2019-11-151-1/+1
| | | https://github.com/spacetelescope/tweakwcs/pull/94
* Bug fix in 2D-histogram intitial shift estimation (#508)Mihai Cara2019-05-091-1/+1
| | | | | Bug fix in 2D-histogram initial shift estimation - see https://github.com/spacetelescope/tweakwcs/pull/90 for more details CC: @jhunkeler
* tweakwcs v0.5.0 (#505)Mihai Cara2019-04-231-1/+1
| | | Numerous improvements, bug fixes, code clean-up and unit tests.
* tweakwcs v0.4.6: Improved initial shift estimate (#494)Mihai Cara2019-03-191-1/+1
| | | See https://github.com/spacetelescope/tweakwcs/pull/69
* Fix incorrect pointer type (#490)Mihai Cara2019-03-141-1/+1
| | | See https://github.com/spacetelescope/tweakwcs/pull/67
* tweakwcs: 0.4.3 (#483)Joseph Hunkeler2019-03-093-6/+3
| | | | | * Update recipe * Remove unused build dependencies * Externally managed
* tweakwcs: Bug fix release (#472)Mihai Cara2019-02-211-1/+1
| | | See https://github.com/spacetelescope/tweakwcs/pull/60 for more details.
* tweakwcs: delete debug print statements - code cleanup (#468)Mihai Cara2019-02-141-1/+1
| | | See https://github.com/spacetelescope/tweakwcs/pull/59 for more details
* Significantly redesigned tweakwcs API (#465)Mihai Cara2019-02-081-1/+1
| | | See https://github.com/spacetelescope/tweakwcs/pull/57
* Bug fix release of tweakwcs (#461)Mihai Cara2019-01-221-1/+1
| | | See https://github.com/spacetelescope/tweakwcs/pull/47 and https://github.com/spacetelescope/tweakwcs/pull/49 but also `RMSD->RMSE` renaming and `MAE` computation.
* Bug fix for non-weighted fit RMSD computation (#459)Mihai Cara2019-01-151-1/+1
| | | See https://github.com/spacetelescope/tweakwcs/pull/46 for more details.
* Fix RTD Build failure. Release 0.3.1 (#458)Mihai Cara2019-01-141-1/+1
| | | See https://github.com/spacetelescope/tweakwcs/pull/45 and https://github.com/spacetelescope/tweakwcs/pull/43
* tweakwcs bug-fix release 0.2.0 (#453)Mihai Cara2018-12-201-1/+1
|
* Add tweakwcs 0.1.1 (#434)Larry Bradley2018-12-113-0/+46
* Add tweakwcs 0.1 * Adjust dependendencies and version to allow successful build. * Revert testing refspec to actual recipe version.