Changeset 37b34a3 in sasview


Ignore:
Timestamp:
Oct 4, 2018 3:17:03 AM (5 years ago)
Author:
wojciech
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
8ac8717
Parents:
a486918
Message:

Added release notes and updated version numbers

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • README.md

    rf9ba422 r37b34a3  
    33This project was initiated by the NSF funded DANSE project, DMR-0520547, SANS sub-project at the University of Tennessee Knoxville. Acknowledgement of that original funding would be appreciated in any publications that make use of the software. 
    44 
     5This project receives funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 654000 
     6 
    57[SasView website](http://www.sasview.org) 
    68 
    79[![Travis-CI Build Status](https://travis-ci.org/SasView/sasview.svg?branch=master)](https://travis-ci.org/SasView/sasview) 
    8 [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.438138.svg)](https://doi.org/10.5281/zenodo.438138) 
  • installers/README.txt

    rf4a1433 r37b34a3  
    441- Features 
    55=========== 
     6    - New in Version 5.0.0 
     7      -------------------- 
     8      - New, completely refactored GUI 
     9      - Fitting analysis interface simplified 
     10      - Constraints definition logic simplified and functionality extended 
     11      - Plugin model editor refactored and functionality extended 
     12      - Polydispersity plots added 
     13      - Improved stability and reliability 
     14      - Better user experience 
     15      - More logical workflows 
     16      - PyQt 5 based GUI 
     17      - Python3 compatibility 
     18 
    619    - New in Version 4.1.2 
    720      -------------------- 
  • src/sas/sasview/local_config.py

    rf4a1433 r37b34a3  
    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 5.0''' 
    5050 
    5151_acknowledgement =  \ 
Note: See TracChangeset for help on using the changeset viewer.