summaryrefslogtreecommitdiff
path: root/tweakwcs
Commit message (Collapse)AuthorAgeFilesLines
* 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.