Changeset 1485 for trunk/doc/CHANGELOG
- Timestamp:
- 01/20/09 20:13:21 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/CHANGELOG
r1474 r1485 4 4 Release 2.3.0 [2009-01-??] 5 5 6 * Ticket #110 Added export to CLASS readable FITS files 7 scantable.save("myfile.fits", "CLASS") 8 * Ticket #133 allow supression of history in the scantable via rc parameters 9 * Ticket #109 source direction for Hobart data 10 * Ticket #115 added running median to scantable.(smooth(kernel='rmedian') 11 * Ticket #148 opacity correction wan't applied to TSYS 12 * Ticket #135 quotient detection failure for specific source names 13 * Ticket #140 NaN values not handled - added scantable.flag_nans to ensure 14 that the NaN are flagged 15 * added python iterator access to scantable rows 6 16 * made functions available to directly manipulate spectra 7 scantable.get/set_spectrum 8 * Added export to CLASS readable FITS files 9 scantable.save("myfile.fits", "CLASS") 17 scantable.get/set_spectrum 10 18 * upgrade to support ipython >= 0.8.1 11 19 * support gcc-4.3 … … 13 21 * update to latest livedata I/O functions 14 22 * add WCS info to the exported text files 15 * allow supression of history in the scantable via rc parameters16 * source direction for Hobart data - Ticket #10917 * added running median to scantable.(smooth(kernel='rmedian')18 23 19 24 Release 2.2.0 [2007-05-02]
Note:
See TracChangeset
for help on using the changeset viewer.