File: changelog

package info (click to toggle)
python-pyds9 1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,128 kB
  • ctags: 1,326
  • sloc: ansic: 17,646; sh: 3,645; python: 531; makefile: 394; tcl: 219
file content (38 lines) | stat: -rw-r--r-- 1,109 bytes parent folder | download
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
Changelog for pyds9

version 1.7	July 2013
		xpa updated to version 2.1.15
		add support for Windows

version 1.6	March 2013
		add support for astropy fits

version 1.5	August 2012
		fixed bug in set_np2arr when arrays were not contiguous (rot90)
		documentation additions

version 1.4	May 2012
		xpa updated to version 2.1.14

version 1.3	September 2011
	        ensure that numpy arrays are in C order when sent to ds9
		send numpy uint16 and int64 data to ds9 for display
		convert numpy int8 to int16, and uint32 to int64 for display
		xpa updated to version 2.1.13

version 1.2	October 2010
		pyfits type checks are now made using the right pyfits object
		set PYDS9_NOXPANS in shell to avoid starting xpans (needed to
		work around problem in OSX cron jobs)
		March 2011
		np2arr was sending xdim and ydim params to ds9 switched
		get now handles a return of None properly

version 1.1	August 2010
		ds9 class is now a "new-style" class derived from "object"
		start param now accepts a list or string of ds9 command options
		xpa updated to version 2.1.12

version 1.0	November 2009
		initial version