Changeset 2325
- Timestamp:
- 10/05/11 11:01:37 (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/CHANGELOG
r2275 r2325 1 1 Changelog 2 2 ========= 3 4 Release 4.0.0 [2011-10-05] 5 6 * Ticket #251 fixed scantable.scale broken behaviour when selection was set 7 * Ticket #250 fixed average_time's change in behaviour 8 * Ticket #249 fixed backwards compatibility with existing scantable 9 * speed up of scantable.summary which has changed the 10 output of the summary information 11 * various changes to MS export 3 12 4 13 Release 3.1.0 [2011-08-10] -
trunk/packaging/setup.py
r2271 r2325 3 3 4 4 setup(name = 'asap', 5 version = ' 3.1.0-trunk',5 version = '4.0.0-trunk', 6 6 description = 'ATNF Spectral-Line Analysis Package', 7 7 author = 'Malte Marquarding', … … 14 14 ''', 15 15 packages = find_packages(), 16 install_requires = ["ipython >=0.8", "matplotlib>=0.99", "numpy>=1.3"],16 install_requires = ["ipython<=0.10", "matplotlib>=0.99", "numpy>=1.3"], 17 17 package_data = {"": ["_asap.so", "data/ipy*"], 18 18 },
Note:
See TracChangeset
for help on using the changeset viewer.