Changes in / [ce2819b:146c669] in sasview


Ignore:
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • docs/sphinx-docs/source/conf.py

    r6394851 r36303ee  
    6565version = '4.1' 
    6666# The full version, including alpha/beta/rc tags. 
    67 release = '4.1.2' 
     67release = '4.1.1' 
    6868 
    6969# The language for content autogenerated by Sphinx. Refer to documentation 
  • sasview/README.txt

    r6394851 rb61bd57  
    441- Features 
    55=========== 
    6     - New in Version 4.1.2 
    7       -------------------- 
    8       This point release is a bug-fix release addressing: 
    9  
    10        - Fixes #984: PDF Reports Generate Empty PDFs 
    11        - Fixes a path typo 
    12        - 64 bit and 32 bit Windows executables now available 
    13  
    14       It is recommended that all users upgrade to this version 
    15  
    166    - New in Version 4.1.1 
    177      -------------------- 
     
    2616       - Fixes an issue with the NXcanSAS data loader 
    2717       - Updated tutorials for SasView 4.x.y 
     18 
     19      It is recommended that all users upgrade to this version 
    2820 
    2921    - New in Version 4.1.0 
  • sasview/__init__.py

    r6394851 r531ac4da  
    1 __version__ = "4.1.2" 
     1__version__ = "4.1.1" 
    22__build__ = "GIT_COMMIT" 
    33 
  • sasview/local_config.py

    rd908932 r502fa73  
    4747'''This work benefited from the use of the SasView application, originally developed under NSF Award DMR-0520547. SasView also contains code developed with funding from the EU Horizon 2020 programme under the SINE2020 project Grant No 654000.''' 
    4848_acknowledgement_citation = \ 
    49 '''M. Doucet et al. SasView Version 4.1.2, Zenodo, 10.5281/zenodo.825675''' 
     49'''M. Doucet et al. SasView Version 4.1.1, Zenodo, 10.5281/zenodo.825675''' 
    5050 
    5151_acknowledgement =  \ 
  • sasview/sasview.spec

    r945f45d re42c8e9d  
    138138 'sasmodels.core', 
    139139 'pyopencl', 
    140  'tinycc', 
    141  'xhtml2pdf' 
     140 'tinycc' 
    142141] 
    143142 
  • sasview/setup_exe.py

    r3563e06 ra1b8fee  
    180180test_2d_dir = os.path.join(path, "test\\2d_data") 
    181181test_sesans_dir = os.path.join(path, "test\\sesans_data") 
    182 test_convertible_dir = os.path.join(path, "test\\convertible_files") 
     182test_convertible_dir = os.path.join(path, "test\\convertible_data") 
    183183test_save_dir = os.path.join(path, "test\\save_states") 
    184184test_coord_dir = os.path.join(path, "test\\coordinate_data") 
  • src/sas/sasgui/guiframe/config.py

    rd908932 rb9110ec  
    4848'''This work benefited from the use of the SasView application, originally developed under NSF Award DMR-0520547. SasView also contains code developed with funding from the EU Horizon 2020 programme under the SINE2020 project Grant No 654000.''' 
    4949_acknowledgement_citation = \ 
    50 '''M. Doucet et al. SasView Version 4.1.2, Zenodo, 10.5281/zenodo.825675''' 
     50'''M. Doucet et al. SasView Version 4.1.1, Zenodo, 10.5281/zenodo.825675''' 
    5151 
    5252_acknowledgement =  \ 
Note: See TracChangeset for help on using the changeset viewer.