Changeset 9b2b657 in sasview


Ignore:
Timestamp:
Jul 9, 2018 1:58:50 PM (6 years ago)
Author:
GitHub <noreply@…>
Branches:
master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, unittest-saveload
Children:
c1790a5
Parents:
9e96dbd (diff), 2b07b6d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Paul Butler <butlerpd@…> (07/09/18 13:58:50)
git-committer:
GitHub <noreply@…> (07/09/18 13:58:50)
Message:

Merge pull request #157 from SasView?/Release_4.2.0-beta

Release 4.2.0 beta

This is a very small textual change for a beta release and has already been reviewed by Tim Snow and Steve King. I am thus merging this in preparation for the release

Files:
3 edited

Legend:

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

    rf1d48e9 ra8bbba2  
    7171# General information about the project. 
    7272project = u'SasView' 
    73 copyright = u'2017, The SasView Project' 
     73copyright = u'2018, The SasView Project' 
    7474 
    7575# The version info for the project you're documenting, acts as replacement for 
     
    8080version = '4.2' 
    8181# The full version, including alpha/beta/rc tags. 
    82 release = '4.2.0' 
     82release = '4.2.0-beta' 
    8383 
    8484# The language for content autogenerated by Sphinx. Refer to documentation 
  • installers/README.txt

    r724af06 r2b07b6d  
    11Release Notes 
    22============= 
    3  
     3    This is a beta pre-release version of 4.2.0.  A number of fixes and changes 
     4    have been made in the year since the previous release.   
     5    Full release notes will be compiled prior to the full release 4.2.0. 
     6     
     7    Highlights are: 
     8        - Infrastucture for calculating 2D patterns from 3D orientated objects 
     9          has now been totally refactored 
     10        - Plugins have completely migrated to the new infrastructure now,  
     11          including sum/multiply models 
     12        - Some batch slicing options have been introduced 
     13        - The known issue with the core_shell_parallelepiped is now fixed 
     14        - Several data loading improvements 
     15        - Several save Project improvements (though there are more to come) 
     16        - Numerous bug fixes 
     17        - Lots of documentation enhancement 
     18     
     19    In the meantime please report any bugs or issues found while using this beta 
     20     
    4211- Features 
    522=========== 
  • src/sas/sasview/__init__.py

    r3ca67dcf ra8bbba2  
    1 __version__ = "4.2.0" 
     1__version__ = "4.2.0-beta" 
    22__build__ = "GIT_COMMIT" 
Note: See TracChangeset for help on using the changeset viewer.