Changes in / [146c669:ce2819b] in sasview
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/sphinx-docs/source/conf.py
r36303ee r6394851 65 65 version = '4.1' 66 66 # The full version, including alpha/beta/rc tags. 67 release = '4.1. 1'67 release = '4.1.2' 68 68 69 69 # The language for content autogenerated by Sphinx. Refer to documentation -
sasview/README.txt
rb61bd57 r6394851 4 4 1- Features 5 5 =========== 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 6 16 - New in Version 4.1.1 7 17 -------------------- … … 16 26 - Fixes an issue with the NXcanSAS data loader 17 27 - Updated tutorials for SasView 4.x.y 18 19 It is recommended that all users upgrade to this version20 28 21 29 - New in Version 4.1.0 -
sasview/__init__.py
r531ac4da r6394851 1 __version__ = "4.1. 1"1 __version__ = "4.1.2" 2 2 __build__ = "GIT_COMMIT" 3 3 -
sasview/local_config.py
r502fa73 rd908932 47 47 '''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.''' 48 48 _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''' 50 50 51 51 _acknowledgement = \ -
sasview/sasview.spec
re42c8e9d r945f45d 138 138 'sasmodels.core', 139 139 'pyopencl', 140 'tinycc' 140 'tinycc', 141 'xhtml2pdf' 141 142 ] 142 143 -
sasview/setup_exe.py
ra1b8fee r3563e06 180 180 test_2d_dir = os.path.join(path, "test\\2d_data") 181 181 test_sesans_dir = os.path.join(path, "test\\sesans_data") 182 test_convertible_dir = os.path.join(path, "test\\convertible_ data")182 test_convertible_dir = os.path.join(path, "test\\convertible_files") 183 183 test_save_dir = os.path.join(path, "test\\save_states") 184 184 test_coord_dir = os.path.join(path, "test\\coordinate_data") -
src/sas/sasgui/guiframe/config.py
rb9110ec rd908932 48 48 '''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.''' 49 49 _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''' 51 51 52 52 _acknowledgement = \
Note: See TracChangeset
for help on using the changeset viewer.