Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
f624590
initial checkin
rozyczko Oct 15, 2025
f1f5947
ruff
rozyczko Oct 15, 2025
c7f9f76
don't loose experiment names on selection
rozyczko Oct 16, 2025
05f0eb2
remove debug printout. Add app icon
rozyczko Oct 17, 2025
0f59b90
multiple display for analysis as well
rozyczko Oct 23, 2025
eb94f1a
initial version of the complex constraint editor
rozyczko Oct 24, 2025
284ac90
initial impl
rozyczko Oct 25, 2025
eb40191
connect to backend
rozyczko Oct 26, 2025
b080b3f
improved model colour handling
rozyczko Oct 28, 2025
fc324d2
Added "Select All" checkbox for fit params
rozyczko Oct 29, 2025
971e51e
let's try unpinning pyside6
rozyczko Oct 31, 2025
8482049
reference correct ERL branch
rozyczko Oct 31, 2025
7b93e9a
separate experiment plots properly
rozyczko Oct 31, 2025
1f61445
staggered plots with checkbox control
rozyczko Oct 31, 2025
594152b
added staggering distance slider
rozyczko Nov 3, 2025
3b5a655
fix the validator. Add multi-model constraint UI
rozyczko Nov 3, 2025
d2daab4
notify the layers of the name change
rozyczko Nov 5, 2025
aacf1f5
Account for subphase and superphase constraints
rozyczko Nov 7, 2025
edec400
Move SLD underneath the main plot, as requested
rozyczko Nov 7, 2025
7654ffd
add splitters in Sample and Analysis
rozyczko Nov 7, 2025
87e9276
reload the models after orso file load
rozyczko Nov 12, 2025
f8ca2cb
use correct branch name
rozyczko Nov 12, 2025
ed01dd0
reparent ERL dependency.
rozyczko Nov 18, 2025
1b94972
reparent ERL
rozyczko Nov 24, 2025
9bafdcb
minor fixes after ERL update.
rozyczko Nov 28, 2025
74fe330
multiplotting in Analysis
rozyczko Dec 2, 2025
ca8aa53
Merge branch 'sample_file_load' into multiple_plots
rozyczko Dec 2, 2025
3cd81f3
Merge branch 'complex_constraints' into multiple_plots
rozyczko Dec 2, 2025
843aa84
fixes to multiple sample loads
rozyczko Dec 4, 2025
27ff62c
update ERL dependency
rozyczko Dec 5, 2025
944b89f
fix the SLD chart on the Analysis page
rozyczko Jan 5, 2026
6333926
initial version of multiple sample plots (profile + sld)
rozyczko Jan 9, 2026
859d750
fixed SLD display for added sample. Fixed tooltip display
rozyczko Jan 9, 2026
443f685
implement the chart buttons functionality
rozyczko Jan 9, 2026
c962ed1
allow reset on both sld and profile charts
rozyczko Jan 11, 2026
4e2f541
fixed layers property table enablement
rozyczko Jan 12, 2026
e09c793
added Fit status dialog
rozyczko Jan 12, 2026
25678ee
fixes for:
rozyczko Jan 12, 2026
540180e
show the content of the dependent params combobox
rozyczko Jan 13, 2026
6df6e08
added plot control subgroup with log q and reversed SLD x axis
rozyczko Jan 15, 2026
bedebcd
missed file
rozyczko Jan 16, 2026
bbd50da
more forgotten files
rozyczko Jan 16, 2026
f6bc5e7
added logic for single-click multi-model constraints
rozyczko Jan 18, 2026
21625c5
attempt at making layer names consistent
rozyczko Jan 22, 2026
aba180e
ruff check + format. Finally
rozyczko Jan 22, 2026
1a765fb
PR fixes. Set #1
rozyczko Jan 22, 2026
7469ef6
Merge branch 'multiple_plots_sample' into develop
rozyczko Jan 23, 2026
8319a25
Merge branch 'develop' of https://github.com/easyscience/EasyReflecto…
rozyczko Feb 28, 2026
efb2b06
updated version string and what's new
rozyczko Feb 28, 2026
76beb36
correct ver. #
rozyczko Feb 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version 1.1.1 (28 May 2025)
# Version 1.2.0 (1 March 2026)

Fixed Apple Silicon installer.
Fixed experimental data file parser.
Added ORSO file parser
Added simple constraints
Added model-model constraints
Enabled multi-sample display
Enabled multi-experiment display
Improved plotting
Enhanced status bar display
Moved SLD plot to main display

2 changes: 1 addition & 1 deletion EasyReflectometryApp/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.1'
__version__ = '1.2.0'
8 changes: 4 additions & 4 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

To make the installation of EasyReflectometry as easy as possible, we prepare packaged releases for three major operating systems:

- [Windows](https://github.com/EasyScience/EasyReflectometryApp/releases/download/v1.1.1/EasyReflectometryApp_v1.1.1_windows-2022.exe)
- [MacOS](https://github.com/EasyScience/EasyReflectometryApp/releases/download/v1.1.1/EasyReflectometryApp_v1.1.1_macos-14-AppleSilicon.zip) (ARM)
- [Linux](https://github.com/EasyScience/EasyReflectometryApp/releases/download/v1.1.1/EasyReflectometryApp_v1.1.1_ubuntu-22.04) (built on Ubuntu-22.04)
- [Linux](https://github.com/EasyScience/EasyReflectometryApp/releases/download/v1.1.1/EasyReflectometryApp_v1.1.1_ubuntu-24.04) (built on Ubuntu-22.04)
- [Windows](https://github.com/EasyScience/EasyReflectometryApp/releases/download/v1.2.0/EasyReflectometryApp_v1.2.0_windows-2022.exe)
- [MacOS](https://github.com/EasyScience/EasyReflectometryApp/releases/download/v1.2.0/EasyReflectometryApp_v1.2.0_macos-14-AppleSilicon.zip) (ARM)
- [Linux](https://github.com/EasyScience/EasyReflectometryApp/releases/download/v1.2.0/EasyReflectometryApp_v1.2.0_ubuntu-22.04) (built on Ubuntu-22.04)
- [Linux](https://github.com/EasyScience/EasyReflectometryApp/releases/download/v1.2.0/EasyReflectometryApp_v1.2.0_ubuntu-24.04) (built on Ubuntu-22.04)

If the relevant EasyReflectometry installation does not work on your system, then please try installation from source.

Expand Down
4 changes: 2 additions & 2 deletions docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
# the built documents.
#
# The short X.Y version.
version = '1.1.1'
version = '1.2.0'
# The full version, including alpha/beta/rc tags.
release = '1.1.1'
release = '1.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/tutorial.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Getting started
This is the tutorial for EasyReflectometryApp and how to use it.
Version: 1.1.1
Version: 1.2.0

## Home page
When opening up the EasyRecletometryApp you are presented with the **Home** page.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'hatchling.build'

[project]
name = 'EasyReflectometryApp'
version = '1.1.1'
version = '1.2.0'
release_data = '28 May 2025'
description = "Making reflectometry data analysis and modelling easy."
authors = [
Expand Down