forked from dstndstn/astrometry.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog
50 lines (37 loc) · 1.2 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
0.64:
Minor; add sip_scale. Tag for legacysurvey.org Data Release 2.
0.63:
Additional minor changes for Debian packaging.
0.62:
More relicensing with permission from contributors; remove radix.c
0.61:
Minor changes for Debian packaging.
0.60:
Relicense most of the Astrometry.net code proper under a BSD-3
license. Whole package still under GPL-3+ thanks to GNU gsl.
0.57:
Makefile fixes: create dirs before install; propagate build flags
Add man pages from Ole Streicher
Some py3 friendliness
Add timingpool.py
0.56:
implement anwcs_write_to
Makefile files for install-indexes
add -std=gnu89 to default CFLAGS
add clip_wcs() method
0.55:
Fix bug in WCS numpy array iterators
0.54:
Try importing pyfits and then astropy.io.fits
0.53:
Update wcs-pv2sip and include in default build
Fixes for git version strings
Read and write linear SIP distortion terms
multiindex: don't assert when reloading already-loaded file
0.52:
Fix release version strings in released versions.
0.51:
Fix half-pixel bug in "solve-field --crpix-center": the center was
set to 1 + {W,H}/2, not 0.5 + {W,H}/2. (The WCS was still
correct, the CRPIX was set to a half pixel in each dimension away
from the center pixel.