Changeset a8bbba2 in sasview
- Timestamp:
- Jul 5, 2018 7:22:42 PM (6 years ago)
- Branches:
- master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, unittest-saveload
- Children:
- 2b07b6d
- Parents:
- 9e96dbd
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/sphinx-docs/source/conf.py
rf1d48e9 ra8bbba2 71 71 # General information about the project. 72 72 project = u'SasView' 73 copyright = u'201 7, The SasView Project'73 copyright = u'2018, The SasView Project' 74 74 75 75 # The version info for the project you're documenting, acts as replacement for … … 80 80 version = '4.2' 81 81 # The full version, including alpha/beta/rc tags. 82 release = '4.2.0 '82 release = '4.2.0-beta' 83 83 84 84 # The language for content autogenerated by Sphinx. Refer to documentation -
installers/README.txt
r724af06 ra8bbba2 1 1 Release Notes 2 2 ============= 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 Highlights are: 7 - Infrastucture for calculating 2D patterns from 3D orientated objects 8 has now been totally refactored 9 - Plugins have completely migrated now, including sum/multiply to the 10 new infrastructure 11 - Some batch slicing options have been introduced 12 - The core shell parallelepiped known issue is now fixed 13 - data loading improvements 14 - Save Project improvements(Still lots more to do) 15 - numerous bug fixes 16 - Lots of documentation enhancement 17 18 In the meantime please report any bugs or issues found while using this beta 19 4 20 1- Features 5 21 =========== -
src/sas/sasview/__init__.py
r3ca67dcf ra8bbba2 1 __version__ = "4.2.0 "1 __version__ = "4.2.0-beta" 2 2 __build__ = "GIT_COMMIT"
Note: See TracChangeset
for help on using the changeset viewer.