Changeset a2898df in sasview
- Timestamp:
- Oct 17, 2011 7:45:27 AM (13 years ago)
- 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
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
inversionview/setup.py
r1cbea86 ra2898df 6 6 7 7 setup( 8 version=" 0.9.1",8 version="1.0.0", 9 9 name="inversionview", 10 10 description="P(r) inversion perspective for SansView", -
park_integration/setup.py
re26f184 ra2898df 2 2 Installation script for SANS fitting 3 3 """ 4 5 4 # Then build and install the modules 6 5 from distutils.core import setup, Extension 7 6 8 9 7 setup( 10 8 name="park_integration", 11 version = " 0.9.1",9 version = "1.0.0", 12 10 description = "Python module for fitting", 13 11 author = "University of Tennessee", -
pr_inversion/setup.py
r72cad53 ra2898df 2 2 Setup script for the P(r) inversion module 3 3 """ 4 import sys5 4 import os 6 5 # Then build and install the modules … … 15 14 setup( 16 15 name="pr_inversion", 17 version=" 0.9",16 version="1.0.0", 18 17 description="Python module inversion of the scattering intensity to P(r)", 19 18 author="University of Tennessee", -
prview/setup_exe.py
r8abbb12 ra2898df 67 67 self.__dict__.update(kw) 68 68 # for the versioninfo resources 69 self.version = " 0.9.1"69 self.version = "1.0.0" 70 70 self.company_name = "U Tennessee" 71 71 self.copyright = "copyright 2009" -
sanscalculator/setup.py
r2a94216 ra2898df 2 2 Setup for Calculator plug-in 3 3 """ 4 5 4 from distutils.core import setup 6 5 7 6 setup( 8 7 name="sanscalculator", 9 version = " 0.9.1",8 version = "1.0.0", 10 9 description = "Python module for sld calculation", 11 10 author = "University of Tennessee", -
sansdataloader/setup.py
r2335dc65 ra2898df 3 3 """ 4 4 import os 5 6 5 7 6 # Then build and install the modules … … 11 10 setup( 12 11 name="sansdataloader", 13 version = " 0.9.1",12 version = "1.0.0", 14 13 description = "Python module for loading", 15 14 author = "University of Tennessee", -
sansguiframe/release_notes.txt
r81bc472 ra2898df 6 6 Documentation to come... 7 7 8 1- Version 0.1.7 9 8 1- Version 1.0.0 9 - Release date: Oct. 2011 10 11 Version 0.1.7 12 10 13 - Release date: 7/4/2009 11 14 -
sansguiframe/setup.py
r3bf406e9 ra2898df 3 3 Installs the guiframe package 4 4 """ 5 6 5 from distutils.core import setup 7 6 import os … … 28 27 setup( 29 28 name="sansguiframe", 30 version = " 0.9.1",29 version = "1.0.0", 31 30 description = "Python module for SANS gui framework", 32 31 author = "University of Tennessee", -
sansinvariant/setup.py
r5ba6a8a ra2898df 6 6 setup( 7 7 name="sansinvariant", 8 version = " 0.9",8 version = "1.0.0", 9 9 description = "Python module for invariant calculation", 10 10 author = "University of Tennessee", -
sansmodels/setup.py
r5953b77 ra2898df 12 12 import sys 13 13 import os 14 14 #import sys 15 if len(sys.argv) == 1: 16 sys.argv.append('install') 15 17 16 18 from numpy.distutils.misc_util import get_numpy_include_dirs … … 122 124 dist = setup( 123 125 name="sansmodels", 124 version = " 0.9.1",126 version = "1.0.0", 125 127 description = "Python module for SANS scattering models", 126 128 author = "SANS/DANSE", -
sansview/build_sansview.py
r8fe5a50 ra2898df 58 58 INNO = "\"c:\Program Files\Inno Setup 5\ISCC\"" 59 59 60 # Release version 1.961 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 61 SANSMODELS = "1.0.0" 62 DATALOADER = "1.0.0" 63 GUIFRAME = "1.0.0" 64 SANSVIEW = "2.0.0" 65 PLOTTOOLS = "1.0.0" 66 UTIL = "1.0.0" 67 67 PARK = "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"68 PARK_INTEG = "1.0.0" 69 PRVIEW = "1.0.0" 70 PR_INV = "1.0.0" 71 CALCULATOR = "1.0.0" 72 CALC_VIEW = "1.0.0" 73 INVARIANT = "1.0.0" 74 INV_VIEW = "1.0.0" 75 FIT_VIEW = "1.0.0" 76 76 77 77 # URLs for SVN repos -
sansview/installer_new.iss
re7281fd ra2898df 8 8 ChangesAssociations=yes 9 9 AppName=SansView 10 AppVerName=SansView- 1.9.2dev_oct11 AppPublisher=(c) 2009 , University of Tennessee10 AppVerName=SansView-2.0.0 11 AppPublisher=(c) 2009 - 2011, University of Tennessee 12 12 AppPublisherURL=http://danse.chem.utk.edu 13 13 AppSupportURL=http://danse.chem.utk.edu 14 14 AppUpdatesURL=http://danse.chem.utk.edu 15 15 ChangesEnvironment=true 16 DefaultDirName={pf}\SansView -Dev17 DefaultGroupName=DANSE\SansView- 1.9.2dev_oct16 DefaultDirName={pf}\SansView 17 DefaultGroupName=DANSE\SansView-2.0.0 18 18 DisableProgramGroupPage=yes 19 19 LicenseFile=license.txt … … 75 75 Name: "{group}\SansView"; Filename: "{app}\SansView.exe"; WorkingDir: "{app}" 76 76 Name: "{group}\{cm:UninstallProgram, SansView}"; Filename: "{uninstallexe}" 77 Name: "{commondesktop}\SansView- 1.9.2dev_oct"; Filename: "{app}\SansView.exe"; Tasks: desktopicon; WorkingDir: "{app}"77 Name: "{commondesktop}\SansView-2.0.0"; Filename: "{app}\SansView.exe"; Tasks: desktopicon; WorkingDir: "{app}" 78 78 79 79 -
sansview/local_config.py
r0d7426b ra2898df 7 7 # Version of the application 8 8 __appname__ = "SansView" 9 __version__ = ' 1.9.2dev_oct'10 __build__ = ' 1.9.2dev_oct'9 __version__ = '2.0.0' 10 __build__ = '2.0.0' 11 11 __download_page__ = 'http://danse.chem.utk.edu' 12 12 __update_URL__ = 'http://danse.chem.utk.edu/sansview_version.php' … … 51 51 _corner_image = os.path.join(icon_path, "angles_flat.png") 52 52 _welcome_image = os.path.join(icon_path, "SVwelcome.png") 53 _copyright = "(c) 2009 , University of Tennessee"53 _copyright = "(c) 2009 - 2011, University of Tennessee" 54 54 55 55
Note: See TracChangeset
for help on using the changeset viewer.