Changeset 1742
- Timestamp:
- 05/06/10 10:29:17 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/CHANGELOG
r1730 r1742 2 2 ========= 3 3 4 Release 3.0.0 [2010-0 4-??]4 Release 3.0.0 [2010-05-06] 5 5 6 * BEWARE: added asap2to3 which converts '.asap' files from version 2 to 7 version 3 6 8 * Ticket #183 Added scantable.get_weather 7 * Ticket #181 Added work-around for casacore bug in saving tables with selection 9 * Ticket #181 Added work-around for casacore bug in saving tables with 10 selection 8 11 * Ticket #178 Added opacity_model based on miriad's atmospheric model 9 12 * Ticket #177 Added function skydip to determine opacities. 10 13 * Ticket #172 Fixed non-working scantable.resample 11 * Ticket #155 Better output filenames. Ignore non-existsing beams/pols/ifs/scans 14 * Ticket #155 Better output filenames. Ignore non-existsing 15 beams/pols/ifs/scans 12 16 * Ticket #157 numpy >= 1.1 support 13 17 * Ticket #158 fixed plotter.set_font … … 15 19 * Ticket #163 fixed for scantable.set_sourcetype 16 20 * Ticket #164 Upgrade note in wiki FAQ 17 * Ticket #165 Handle non-parallactified polarimtery data (if supported in rpfits) 21 * Ticket #165 Handle non-parallactified polarimtery data (if supported in 22 rpfits) 18 23 * Ticket #167 Added running polynomial filter to scantable.smooth 19 24 * Ticket #168 Data exported via scantable.save now contains correct frequency … … 28 33 * Interactive creation of masks on the plotter - plotter.create_mask 29 34 * Tidy up date range in asapplotter.plotazel/plotpointings 35 * support for gcc-4.4 30 36 31 37 Release 2.3.1 [2009-03-25] … … 38 44 39 45 * Ticket #150 fix in casacore for frequency frame conversions 40 * Ticket #151 added rc parameter and function set_sourcetype to identify on/off scans 41 * Ticket #78/#112 Resolved the issue with random errors occuring under linux for large 46 * Ticket #151 added rc parameter and function set_sourcetype to identify 47 on/off scans 48 * Ticket #78/#112 Resolved the issue with random errors occuring under linux 49 for large 42 50 data files, which corrupted the identifaction of off scans 43 * Ticket #149 Fixed the bug causing spectral line search to go into an infinite loop44 in some rare circumstances51 * Ticket #149 Fixed the bug causing spectral line search to go into an 52 infinite loop in some rare circumstances 45 53 * Ticket #110 Added export to CLASS readable FITS files 46 54 scantable.save("myfile.fits", "CLASS") … … 52 60 * Ticket #135 quotient detection failure for specific source names 53 61 * Ticket #140 NaN values not handled - added scantable.flag_nans to ensure 54 that the NaN are flagged62 that the NaN are flagged 55 63 * added python iterator access to scantable rows 56 * made functions available to directly manipulate spectra 57 64 * made functions available to directly manipulate spectra 65 scantable.get/set_spectrum 58 66 * upgrade to support ipython >= 0.8.1 59 67 * support gcc-4.3
Note:
See TracChangeset
for help on using the changeset viewer.