Changeset a2898df in sasview


Ignore:
Timestamp:
Oct 17, 2011 7:45:27 AM (13 years ago)
Author:
Jae Cho <jhjcho@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
f54d3cc
Parents:
6c82a21
Message:

update version nums

Files:
13 edited

Legend:

Unmodified
Added
Removed
  • inversionview/setup.py

    r1cbea86 ra2898df  
    66 
    77setup( 
    8       version="0.9.1", 
     8      version="1.0.0", 
    99      name="inversionview", 
    1010      description="P(r) inversion perspective for SansView", 
  • park_integration/setup.py

    re26f184 ra2898df  
    22     Installation script for SANS fitting 
    33""" 
    4  
    54# Then build and install the modules 
    65from distutils.core import setup, Extension 
    76 
    8  
    97setup( 
    108    name="park_integration", 
    11     version = "0.9.1", 
     9    version = "1.0.0", 
    1210    description = "Python module for fitting", 
    1311    author = "University of Tennessee", 
  • pr_inversion/setup.py

    r72cad53 ra2898df  
    22    Setup script for the P(r) inversion module 
    33""" 
    4 import sys 
    54import os 
    65# Then build and install the modules 
     
    1514setup( 
    1615    name="pr_inversion", 
    17     version="0.9", 
     16    version="1.0.0", 
    1817    description="Python module inversion of the scattering intensity to P(r)", 
    1918    author="University of Tennessee", 
  • prview/setup_exe.py

    r8abbb12 ra2898df  
    6767        self.__dict__.update(kw) 
    6868        # for the versioninfo resources 
    69         self.version = "0.9.1" 
     69        self.version = "1.0.0" 
    7070        self.company_name = "U Tennessee" 
    7171        self.copyright = "copyright 2009" 
  • sanscalculator/setup.py

    r2a94216 ra2898df  
    22    Setup for Calculator plug-in 
    33""" 
    4  
    54from distutils.core import setup 
    65 
    76setup( 
    87    name="sanscalculator", 
    9     version = "0.9.1", 
     8    version = "1.0.0", 
    109    description = "Python module for sld  calculation", 
    1110    author = "University of Tennessee", 
  • sansdataloader/setup.py

    r2335dc65 ra2898df  
    33""" 
    44import os 
    5  
    65 
    76# Then build and install the modules 
     
    1110setup( 
    1211    name="sansdataloader", 
    13     version = "0.9.1", 
     12    version = "1.0.0", 
    1413    description = "Python module for loading", 
    1514    author = "University of Tennessee", 
  • sansguiframe/release_notes.txt

    r81bc472 ra2898df  
    66Documentation to come... 
    77 
    8 1- Version 0.1.7 
    9  
     81- Version 1.0.0 
     9        - Release date: Oct. 2011 
     10         
     11   Version 0.1.7 
     12    
    1013        - Release date: 7/4/2009 
    1114 
  • sansguiframe/setup.py

    r3bf406e9 ra2898df  
    33Installs the guiframe package 
    44""" 
    5  
    65from distutils.core import setup 
    76import os 
     
    2827setup( 
    2928    name="sansguiframe", 
    30     version = "0.9.1", 
     29    version = "1.0.0", 
    3130    description = "Python module for SANS gui framework", 
    3231    author = "University of Tennessee", 
  • sansinvariant/setup.py

    r5ba6a8a ra2898df  
    66setup( 
    77    name="sansinvariant", 
    8     version = "0.9", 
     8    version = "1.0.0", 
    99    description = "Python module for invariant calculation", 
    1010    author = "University of Tennessee", 
  • sansmodels/setup.py

    r5953b77 ra2898df  
    1212import sys 
    1313import os 
    14  
     14#import sys 
     15if len(sys.argv) == 1: 
     16    sys.argv.append('install') 
    1517     
    1618from numpy.distutils.misc_util import get_numpy_include_dirs 
     
    122124dist = setup( 
    123125    name="sansmodels", 
    124     version = "0.9.1", 
     126    version = "1.0.0", 
    125127    description = "Python module for SANS scattering models", 
    126128    author = "SANS/DANSE", 
  • sansview/build_sansview.py

    r8fe5a50 ra2898df  
    5858INNO   = "\"c:\Program Files\Inno Setup 5\ISCC\"" 
    5959 
    60 # Release version 1.9 
    61 SANSMODELS = "0.9.1" 
    62 DATALOADER = "0.9" 
    63 GUIFRAME   = "0.9.1" 
    64 SANSVIEW   = "1.9.1" 
    65 PLOTTOOLS  = "0.9.1" 
    66 UTIL       = "0.9.1" 
     60# Release version 2.0 
     61SANSMODELS = "1.0.0" 
     62DATALOADER = "1.0.0" 
     63GUIFRAME   = "1.0.0" 
     64SANSVIEW   = "2.0.0" 
     65PLOTTOOLS  = "1.0.0" 
     66UTIL       = "1.0.0" 
    6767PARK       = "1.2.1" 
    68 PARK_INTEG = "0.9.1" 
    69 PRVIEW     = "0.9.1" 
    70 PR_INV     = "0.9" 
    71 CALCULATOR = "0.9.1" 
    72 CALC_VIEW  = "0.9" 
    73 INVARIANT  = "0.9.1" 
    74 INV_VIEW   = "0.9" 
    75 FIT_VIEW   = "0.9.1" 
     68PARK_INTEG = "1.0.0" 
     69PRVIEW     = "1.0.0" 
     70PR_INV     = "1.0.0" 
     71CALCULATOR = "1.0.0" 
     72CALC_VIEW  = "1.0.0" 
     73INVARIANT  = "1.0.0" 
     74INV_VIEW   = "1.0.0" 
     75FIT_VIEW   = "1.0.0" 
    7676 
    7777# URLs for SVN repos 
  • sansview/installer_new.iss

    re7281fd ra2898df  
    88ChangesAssociations=yes 
    99AppName=SansView 
    10 AppVerName=SansView-1.9.2dev_oct 
    11 AppPublisher=(c) 2009, University of Tennessee 
     10AppVerName=SansView-2.0.0 
     11AppPublisher=(c) 2009 - 2011, University of Tennessee 
    1212AppPublisherURL=http://danse.chem.utk.edu 
    1313AppSupportURL=http://danse.chem.utk.edu 
    1414AppUpdatesURL=http://danse.chem.utk.edu  
    1515ChangesEnvironment=true  
    16 DefaultDirName={pf}\SansView-Dev 
    17 DefaultGroupName=DANSE\SansView-1.9.2dev_oct 
     16DefaultDirName={pf}\SansView 
     17DefaultGroupName=DANSE\SansView-2.0.0 
    1818DisableProgramGroupPage=yes 
    1919LicenseFile=license.txt 
     
    7575Name: "{group}\SansView";       Filename: "{app}\SansView.exe"; WorkingDir: "{app}"  
    7676Name: "{group}\{cm:UninstallProgram, SansView}";         Filename: "{uninstallexe}"  
    77 Name: "{commondesktop}\SansView-1.9.2dev_oct";  Filename: "{app}\SansView.exe"; Tasks: desktopicon; WorkingDir: "{app}"  
     77Name: "{commondesktop}\SansView-2.0.0"; Filename: "{app}\SansView.exe"; Tasks: desktopicon; WorkingDir: "{app}"  
    7878 
    7979 
  • sansview/local_config.py

    r0d7426b ra2898df  
    77# Version of the application 
    88__appname__ = "SansView" 
    9 __version__ = '1.9.2dev_oct' 
    10 __build__ = '1.9.2dev_oct' 
     9__version__ = '2.0.0' 
     10__build__ = '2.0.0' 
    1111__download_page__ = 'http://danse.chem.utk.edu' 
    1212__update_URL__ = 'http://danse.chem.utk.edu/sansview_version.php' 
     
    5151_corner_image = os.path.join(icon_path, "angles_flat.png") 
    5252_welcome_image = os.path.join(icon_path, "SVwelcome.png") 
    53 _copyright = "(c) 2009, University of Tennessee" 
     53_copyright = "(c) 2009 - 2011, University of Tennessee" 
    5454 
    5555 
Note: See TracChangeset for help on using the changeset viewer.