Skip to content

Commit

Permalink
Update release info
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov committed Sep 26, 2024
1 parent 0ffacdd commit ca879c4
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 15 deletions.
30 changes: 19 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,50 +1,58 @@
# Version 0.9.7 (27 Sep 2024)

This is a test version of EasyDiffraction with improved GUI and overall performance. This version temporarily does not use the EasyScience framework, contains only CrysPy as calculation engine and uses only Lmfit for minimization.

### New Features

- Single-crystal diffraction option for constant wavelength data is now implemented.

# Version 0.9.6 (24 Sep 2024)

This is a test version of EasyDiffraction with improved GUI and overall performance. This version temporarily does not use the EasyScience framework, contains only CrysPy as calculation engine and uses only Lmfit for minimization.

### New Features

- The number of parameters describing the time-of-flight (TOF) peak profile has now been extended by sigma2
- The number of parameters describing the time-of-flight (TOF) peak profile has now been extended by sigma2.

# Version 0.9.5 (4 Jul 2024)

This is a test version of EasyDiffraction with improved GUI and overall performance. This version temporarily does not use the EasyScience framework, contains only CrysPy as calculation engine and uses only Lmfit for minimization.

### Bug Fixes

- The correct x-axis title is now displayed for graphs with TOF data
- The startup splash screen now appears before the calculation libraries are loaded
- The correct x-axis title is now displayed for graphs with TOF data.
- The startup splash screen now appears before the calculation libraries are loaded.

# Version 0.9.4 (26 Jun 2024)

This is a test version of EasyDiffraction with improved GUI and overall performance. This version temporarily does not use the EasyScience framework, contains only CrysPy as calculation engine and uses only Lmfit for minimization.

### New Features

- Point background is now implemented for time-of-flight (TOF) type of experiments
- Point background is now implemented for time-of-flight (TOF) type of experiments.

# Version 0.9.3 (21 Jun 2024)

This is a test version of EasyDiffraction with improved GUI and overall performance. This version temporarily does not use the EasyScience framework, contains only CrysPy as calculation engine and uses only Lmfit for minimization.

### Bug Fixes

- The package for Snap Store (Linux) has been added back
- The package for Snap Store (Linux) has been added back.

# Version 0.9.2 (20 Jun 2024)

This is a test version of EasyDiffraction with improved GUI and overall performance. This version temporarily does not use the EasyScience framework, contains only CrysPy as calculation engine and uses only Lmfit for minimization.

### New Features

- The analysis page now has an _html_-based analysis summary
- The CIF-based report on the Summary page has now been moved from _Main View_ to _Sidebar_ (`Text mode` tab)
- User can now save the analysis summary in _html_ format
- Installers for macOS and Windows are now signed
- The analysis page now has an _html_-based analysis summary.
- The CIF-based report on the Summary page has now been moved from _Main View_ to _Sidebar_ (`Text mode` tab).
- User can now save the analysis summary in _html_ format.
- Installers for macOS and Windows are now signed.

### Bug Fixes

- Measured and processed TOF data are now correctly displayed on the Summary page
- Measured and processed TOF data are now correctly displayed on the Summary page.

# Version 0.9.1-alpha0 (29 May 2024)

Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ This is a test version of EasyDiffraction with improved GUI and overall performa

### New Features

- The number of parameters describing the time-of-flight (TOF) peak profile has now been extended by sigma2
- Single-crystal diffraction option for constant wavelength data is now implemented.
4 changes: 2 additions & 2 deletions easyDiffractionApp/Gui/Globals/Configs.qml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ QtObject { // If "Unknown component. (M300) in QtCreator", try: "Tools > QML/JS
readonly property var projectConfig: QtObject {
readonly property var release: QtObject { // NEED FIX
readonly property string appName: 'EasyDiffraction'
readonly property string version: '0.9.6'
readonly property string version: '0.9.7'
readonly property string appIssuesUrl: 'https://github.com/easyscience/easydiffractionapp/issues'
readonly property string homePageUrl: 'https://easydiffraction.org'
readonly property string docsUrl: 'https://docs.easydiffraction.org/app/'
Expand All @@ -25,7 +25,7 @@ QtObject { // If "Unknown component. (M300) in QtCreator", try: "Tools > QML/JS
readonly property string branch_url: ''
readonly property string commit_sha_short: ''
readonly property string commit_url: ''
readonly property string build_date: '24 Sep 2024'
readonly property string build_date: '27 Sep 2024'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "hatchling.build"
# Note that while the project is called EasyDiffractionApp
# the application itself is EasyDiffraction.
name = 'easyDiffractionApp'
version = '0.9.6'
version = '0.9.7'
description = 'Making diffraction data analysis and modelling easy.'
authors = [
{name = "Andrew Sazonov", email = "andrew.sazonov@ess.eu"}
Expand Down

0 comments on commit ca879c4

Please sign in to comment.