Changeset 2325


Ignore:
Timestamp:
10/05/11 11:01:37 (13 years ago)
Author:
Malte Marquarding
Message:

added info and versioning for asap v4.0

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/CHANGELOG

    r2275 r2325  
    11Changelog
    22=========
     3
     4Release 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
    312
    413Release 3.1.0 [2011-08-10]
  • trunk/packaging/setup.py

    r2271 r2325  
    33
    44setup(name = 'asap',
    5       version = '3.1.0-trunk',
     5      version = '4.0.0-trunk',
    66      description = 'ATNF Spectral-Line Analysis Package',
    77      author = 'Malte Marquarding',
     
    1414''',
    1515      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"],
    1717      package_data = {"": ["_asap.so", "data/ipy*"],
    1818                      },
Note: See TracChangeset for help on using the changeset viewer.