Changes in / [146c669:ce2819b] in sasview


Ignore:
Files:
7 edited

Legend:

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

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

    rb61bd57 r6394851  
    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 
    616    - New in Version 4.1.1 
    717      -------------------- 
     
    1626       - Fixes an issue with the NXcanSAS data loader 
    1727       - Updated tutorials for SasView 4.x.y 
    18  
    19       It is recommended that all users upgrade to this version 
    2028 
    2129    - New in Version 4.1.0 
  • sasview/__init__.py

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

    r502fa73 rd908932  
    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.1, Zenodo, 10.5281/zenodo.825675''' 
     49'''M. Doucet et al. SasView Version 4.1.2, Zenodo, 10.5281/zenodo.825675''' 
    5050 
    5151_acknowledgement =  \ 
  • sasview/sasview.spec

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

    ra1b8fee r3563e06  
    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_data") 
     182test_convertible_dir = os.path.join(path, "test\\convertible_files") 
    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

    rb9110ec rd908932  
    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.1, Zenodo, 10.5281/zenodo.825675''' 
     50'''M. Doucet et al. SasView Version 4.1.2, Zenodo, 10.5281/zenodo.825675''' 
    5151 
    5252_acknowledgement =  \ 
Note: See TracChangeset for help on using the changeset viewer.