Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r2660 r2821 1 1 Changelog 2 2 ========= 3 4 Release 4.2.0 [2012-07-02] 5 6 * #291: add set_sourcename 7 * #293: rework history to allow access to large history 8 * #293:method to drop_history 9 * #291: add some more info to freq_align log 10 * #289: added ability to set Tsys, both for scalar and vector values 11 * #288: implemented dropping of xpols as scantable.drop_xpol() 12 * optimisation of baselining functions for scantable. 3 13 4 14 Release 4.1.0 [2012-10-10] -
trunk/python/__init__.py
r2818 r2821 59 59 60 60 __date__ = '$Date$'.split()[1] 61 __version__ = '4. 1.3a'61 __version__ = '4.2.0a' 62 62 __revision__ = get_revision() 63 63 -
trunk/setup.py
r2818 r2821 4 4 5 5 setup(name = PKGNAME, 6 version = '4. 1.3a',6 version = '4.2.0a', 7 7 description = 'ATNF Spectral-line Analysis Package', 8 8 author = 'Malte Marquarding',
Note:
See TracChangeset
for help on using the changeset viewer.