easydiffraction 0.8.0__tar.gz → 0.9.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/.github/workflows/backmerge-pr.yaml +6 -5
- easydiffraction-0.9.0/.github/workflows/docs.yaml +192 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/.github/workflows/release-notes.yaml +0 -11
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/.github/workflows/release-pr.yaml +1 -1
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/.github/workflows/test.yaml +4 -4
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/PKG-INFO +4 -1
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/mkdocs.yml +15 -15
- easydiffraction-0.9.0/docs/tutorials/index.md +79 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/user-guide/first-steps.md +2 -2
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/pixi.lock +1146 -966
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/pixi.toml +3 -1
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/pyproject.toml +2 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/__init__.py +4 -2
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/__main__.py +37 -4
- easydiffraction-0.9.0/src/easydiffraction/utils/__init__.py +10 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/utils/utils.py +189 -156
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/test___init__.py +10 -2
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/test___main__.py +16 -4
- easydiffraction-0.9.0/tests/unit/easydiffraction/utils/test_utils.py +364 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tools/tweak_notebooks.py +50 -19
- easydiffraction-0.8.0/tutorials/quick_from-cif_pd-neut-cwl_LBCO-HRPT.py → easydiffraction-0.9.0/tutorials/ed-1.py +1 -1
- easydiffraction-0.9.0/tutorials/index.json +93 -0
- easydiffraction-0.8.0/.github/workflows/docs.yaml +0 -256
- easydiffraction-0.8.0/docs/tutorials/index.md +0 -84
- easydiffraction-0.8.0/out.prof +0 -0
- easydiffraction-0.8.0/src/easydiffraction/utils/__init__.py +0 -2
- easydiffraction-0.8.0/tests/unit/easydiffraction/utils/test_utils.py +0 -200
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/.badgery.yaml +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/.github/workflows/cleanup.yaml +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/.github/workflows/coverage.yaml +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/.github/workflows/dashboard.yaml +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/.github/workflows/labels.yaml +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/.github/workflows/pypi-publish.yaml +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/.github/workflows/pypi-test.yaml +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/.github/workflows/quality.yaml +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/.github/workflows/security.yaml +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/.github/workflows/test-trigger.yaml +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/.github/workflows/tutorial-tests-colab.yaml +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/.github/workflows/tutorial-tests-trigger.yaml +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/.github/workflows/tutorial-tests.yaml +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/.gitignore +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/.pre-commit-config.yaml +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/.prettierignore +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/CONTRIBUTING.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/DEVELOPMENT.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/LICENSE +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/README.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/deps/pycrysfml-0.1.6-py312-none-macosx_14_0_arm64.whl +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/deps/pycrysfml-0.1.6-py312-none-win_amd64.whl +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/api-reference/analysis.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/api-reference/core.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/api-reference/crystallography.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/api-reference/display.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/api-reference/experiments.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/api-reference/index.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/api-reference/io.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/api-reference/project.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/api-reference/sample_models.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/api-reference/summary.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/api-reference/utils.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/architecture/package-structure-full.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/architecture/package-structure-short.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/assets/images/user-guide/data-acquisition_2d-raw-data.jpg +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/assets/images/user-guide/data-acquisition_instrument.png +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/assets/images/user-guide/data-analysis_model.png +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/assets/images/user-guide/data-analysis_refinement.png +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/assets/images/user-guide/data-reduction_1d-pattern.png +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/index.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/installation-and-setup/index.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/introduction/index.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/user-guide/analysis-workflow/analysis.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/user-guide/analysis-workflow/experiment.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/user-guide/analysis-workflow/index.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/user-guide/analysis-workflow/model.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/user-guide/analysis-workflow/project.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/user-guide/analysis-workflow/summary.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/user-guide/concept.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/user-guide/data-format.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/user-guide/glossary.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/user-guide/index.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/user-guide/parameters/_diffrn_radiation.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/user-guide/parameters/_diffrn_radiation_wavelength.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/user-guide/parameters/_exptl_crystal.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/user-guide/parameters/_extinction.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/user-guide/parameters/_pd_calib.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/user-guide/parameters/atom_site.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/user-guide/parameters/background.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/user-guide/parameters/cell.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/user-guide/parameters/expt_type.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/user-guide/parameters/instrument.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/user-guide/parameters/linked_phases.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/user-guide/parameters/pd_meas.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/user-guide/parameters/peak.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/user-guide/parameters/space_group.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/docs/user-guide/parameters.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/prettierrc.toml +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/pycrysfml.md +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/pytest.ini +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/analysis/__init__.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/analysis/analysis.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/analysis/calculators/__init__.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/analysis/calculators/base.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/analysis/calculators/crysfml.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/analysis/calculators/cryspy.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/analysis/calculators/factory.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/analysis/calculators/pdffit.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/analysis/categories/__init__.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/analysis/categories/aliases.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/analysis/categories/constraints.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/analysis/categories/joint_fit_experiments.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/analysis/fit_helpers/__init__.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/analysis/fit_helpers/metrics.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/analysis/fit_helpers/reporting.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/analysis/fit_helpers/tracking.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/analysis/fitting.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/analysis/minimizers/__init__.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/analysis/minimizers/base.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/analysis/minimizers/dfols.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/analysis/minimizers/factory.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/analysis/minimizers/lmfit.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/core/__init__.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/core/category.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/core/collection.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/core/datablock.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/core/diagnostic.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/core/factory.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/core/guard.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/core/identity.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/core/parameters.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/core/singletons.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/core/validation.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/crystallography/__init__.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/crystallography/crystallography.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/crystallography/space_groups.pkl.gz +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/crystallography/space_groups.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/display/__init__.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/display/base.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/display/plotters/__init__.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/display/plotters/ascii.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/display/plotters/base.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/display/plotters/plotly.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/display/plotting.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/display/tablers/__init__.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/display/tablers/base.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/display/tablers/pandas.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/display/tablers/rich.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/display/tables.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/display/utils.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/__init__.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/categories/__init__.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/categories/background/__init__.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/categories/background/base.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/categories/background/chebyshev.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/categories/background/enums.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/categories/background/factory.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/categories/background/line_segment.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/categories/data/bragg_pd.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/categories/data/bragg_sc.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/categories/data/factory.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/categories/data/total.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/categories/excluded_regions.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/categories/experiment_type.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/categories/instrument/__init__.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/categories/instrument/base.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/categories/instrument/cwl.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/categories/instrument/factory.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/categories/instrument/tof.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/categories/linked_phases.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/categories/peak/__init__.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/categories/peak/base.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/categories/peak/cwl.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/categories/peak/cwl_mixins.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/categories/peak/factory.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/categories/peak/tof.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/categories/peak/tof_mixins.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/categories/peak/total.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/categories/peak/total_mixins.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/experiment/__init__.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/experiment/base.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/experiment/bragg_pd.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/experiment/bragg_sc.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/experiment/enums.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/experiment/factory.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/experiment/instrument_mixin.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/experiment/total_pd.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/experiments/experiments.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/io/__init__.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/io/cif/__init__.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/io/cif/handler.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/io/cif/parse.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/io/cif/serialize.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/project/__init__.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/project/project.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/project/project_info.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/sample_models/__init__.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/sample_models/categories/__init__.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/sample_models/categories/atom_sites.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/sample_models/categories/cell.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/sample_models/categories/space_group.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/sample_models/sample_model/__init__.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/sample_models/sample_model/base.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/sample_models/sample_model/factory.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/sample_models/sample_models.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/summary/__init__.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/summary/summary.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/utils/environment.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/src/easydiffraction/utils/logging.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/integration/fitting/test_pair-distribution-function.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/integration/fitting/test_powder-diffraction_constant-wavelength.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/integration/fitting/test_powder-diffraction_joint-fit.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/integration/fitting/test_powder-diffraction_multiphase.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/integration/fitting/test_powder-diffraction_time-of-flight.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/integration/scipp-analysis/dream/test_scipp-cif.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/analysis/calculators/test_base.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/analysis/calculators/test_crysfml.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/analysis/calculators/test_cryspy.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/analysis/calculators/test_factory.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/analysis/calculators/test_pdffit.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/analysis/categories/test_aliases.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/analysis/categories/test_constraints.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/analysis/categories/test_joint_fit_experiments.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/analysis/fit_helpers/test_metrics.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/analysis/fit_helpers/test_reporting.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/analysis/fit_helpers/test_tracking.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/analysis/minimizers/test_base.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/analysis/minimizers/test_dfols.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/analysis/minimizers/test_factory.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/analysis/minimizers/test_lmfit.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/analysis/test_analysis.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/analysis/test_analysis_access_params.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/analysis/test_analysis_show_empty.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/analysis/test_fitting.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/core/test_category.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/core/test_collection.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/core/test_datablock.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/core/test_diagnostic.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/core/test_factory.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/core/test_guard.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/core/test_identity.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/core/test_parameters.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/core/test_singletons.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/core/test_validation.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/crystallography/test_crystallography.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/crystallography/test_space_groups.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/display/plotters/test_ascii.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/display/plotters/test_base.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/display/plotters/test_plotly.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/display/test_plotting.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/experiments/categories/background/test_base.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/experiments/categories/background/test_chebyshev.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/experiments/categories/background/test_enums.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/experiments/categories/background/test_factory.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/experiments/categories/background/test_line_segment.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/experiments/categories/instrument/test_base.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/experiments/categories/instrument/test_cwl.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/experiments/categories/instrument/test_factory.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/experiments/categories/instrument/test_tof.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/experiments/categories/peak/test_base.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/experiments/categories/peak/test_cwl.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/experiments/categories/peak/test_cwl_mixins.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/experiments/categories/peak/test_factory.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/experiments/categories/peak/test_tof.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/experiments/categories/peak/test_tof_mixins.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/experiments/categories/peak/test_total.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/experiments/categories/peak/test_total_mixins.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/experiments/categories/test_excluded_regions.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/experiments/categories/test_experiment_type.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/experiments/categories/test_linked_phases.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/experiments/experiment/test_base.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/experiments/experiment/test_bragg_pd.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/experiments/experiment/test_bragg_sc.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/experiments/experiment/test_enums.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/experiments/experiment/test_factory.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/experiments/experiment/test_instrument_mixin.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/experiments/experiment/test_total_pd.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/experiments/test_experiments.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/io/cif/test_handler.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/io/cif/test_serialize.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/io/cif/test_serialize_more.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/project/test_project.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/project/test_project_info.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/project/test_project_load_and_summary_wrap.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/project/test_project_save.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/sample_models/categories/test_atom_sites.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/sample_models/categories/test_cell.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/sample_models/categories/test_space_group.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/sample_models/sample_model/test_base.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/sample_models/sample_model/test_factory.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/sample_models/test_sample_models.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/summary/test_summary.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/summary/test_summary_details.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tests/unit/easydiffraction/utils/test_logging.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/Untitled.ipynb +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/Untitled0.ipynb +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/Untitled1.ipynb +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/Untitled2.ipynb +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/_gemmi.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/_read_cif.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/_smart.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/basic_single-fit_pd-neut-cwl_LBCO-HRPT.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/cryst-struct_pd-neut-tof_multiphase-BSFTO-HRPT.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/data/DREAM_mantle_bc240_nist_cif.xye +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/data/DREAM_mantle_bc240_nist_cif_2.xye +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/data/DREAM_mantle_bc240_nist_nc.xye +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/data/DREAM_mantle_bc240_nist_nc_2.xye +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/data/Si_mp-149_symmetrized_mcstas.cif +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/data/hrpt.cif +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/data/hrpt_lbco.xye +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/data/large_structure.cif +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/data/lbco.cif +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/data_old/mcstas_lbco-si.xys +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/data_old/mcstas_lbco-si_up-to-108k.xys +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/data_old/powder_reduced_Si_2large_bank.xye +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/data_old/reduced_LBCO.xye +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/data_old/reduced_Si.xye +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/data_old/wish_ncaf.xye +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/data_old/wish_ncaf_2_9.xye +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/data_old/wish_ncaf_4_7.xye +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/data_old/wish_ncaf_4_7.xys +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/data_old/wish_ncaf_5_6.xye +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/data_old/wish_ybcfo_5_6.xye +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/display.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/display2.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/display3-Copy1.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/display3.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/generate_overview_mermaid.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/hrpt_n_Bi0p88Sm0p12Fe0p94Ti0p06O3_DW_V_9x8x52_1p49_HI.xye +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/short.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/short2.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/short3.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/short5.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/short6.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/short7.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tmp/test_single-fit_pd-neut-tof_Si-DREAM_nc.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tools/add_assets_to_docs.sh +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tools/cleanup_docs.sh +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tools/create_mkdocs_yml.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tools/gen_tests_scaffold.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tools/generate_package_docs.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tools/naming_check.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tools/test_scripts.py +0 -0
- {easydiffraction-0.8.0 → easydiffraction-0.9.0}/tools/update_spdx.py +0 -0
- /easydiffraction-0.8.0/tutorials/pdf_pd-neut-cwl_Ni.py → /easydiffraction-0.9.0/tutorials/ed-10.py +0 -0
- /easydiffraction-0.8.0/tutorials/pdf_pd-neut-tof_Si-NOMAD.py → /easydiffraction-0.9.0/tutorials/ed-11.py +0 -0
- /easydiffraction-0.8.0/tutorials/pdf_pd-xray_NaCl.py → /easydiffraction-0.9.0/tutorials/ed-12.py +0 -0
- /easydiffraction-0.8.0/tutorials/dmsc-summer-school-2025_analysis-powder-diffraction.py → /easydiffraction-0.9.0/tutorials/ed-13.py +0 -0
- /easydiffraction-0.8.0/tutorials/quick_from-code_pd-neut-cwl_LBCO-HRPT.py → /easydiffraction-0.9.0/tutorials/ed-2.py +0 -0
- /easydiffraction-0.8.0/tutorials/basic_single-fit_pd-neut-cwl_LBCO-HRPT.py → /easydiffraction-0.9.0/tutorials/ed-3.py +0 -0
- /easydiffraction-0.8.0/tutorials/advanced_joint-fit_pd-neut-xray-cwl_PbSO4.py → /easydiffraction-0.9.0/tutorials/ed-4.py +0 -0
- /easydiffraction-0.8.0/tutorials/cryst-struct_pd-neut-cwl_CoSiO4-D20.py → /easydiffraction-0.9.0/tutorials/ed-5.py +0 -0
- /easydiffraction-0.8.0/tutorials/cryst-struct_pd-neut-cwl_HS-HRPT.py → /easydiffraction-0.9.0/tutorials/ed-6.py +0 -0
- /easydiffraction-0.8.0/tutorials/cryst-struct_pd-neut-tof_Si-SEPD.py → /easydiffraction-0.9.0/tutorials/ed-7.py +0 -0
- /easydiffraction-0.8.0/tutorials/cryst-struct_pd-neut-tof_multidata_NCAF-WISH.py → /easydiffraction-0.9.0/tutorials/ed-8.py +0 -0
- /easydiffraction-0.8.0/tutorials/cryst-struct_pd-neut-tof_multiphase-LBCO-Si_McStas.py → /easydiffraction-0.9.0/tutorials/ed-9.py +0 -0
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
# The GitHub App must be added to the develop ruleset bypass list.
|
|
8
8
|
#
|
|
9
9
|
# Required repo config:
|
|
10
|
+
# https://github.com/organizations/easyscience/settings/secrets/actions
|
|
11
|
+
# https://github.com/organizations/easyscience/settings/variables/actions
|
|
10
12
|
# - Actions secret: ES_BACKMERGE_PRIVATE_KEY (GitHub App private key PEM)
|
|
11
13
|
# - Actions variable: ES_BACKMERGE_APP_ID (GitHub App ID)
|
|
12
14
|
|
|
@@ -14,8 +16,7 @@ name: Backmerge PR (tag -> develop)
|
|
|
14
16
|
|
|
15
17
|
on:
|
|
16
18
|
push:
|
|
17
|
-
tags:
|
|
18
|
-
- 'v*'
|
|
19
|
+
tags: ['v*']
|
|
19
20
|
|
|
20
21
|
permissions:
|
|
21
22
|
contents: write
|
|
@@ -30,8 +31,8 @@ jobs:
|
|
|
30
31
|
id: app-token
|
|
31
32
|
uses: actions/create-github-app-token@v2
|
|
32
33
|
with:
|
|
33
|
-
app-id: ${{ vars.
|
|
34
|
-
private-key: ${{ secrets.
|
|
34
|
+
app-id: ${{ vars.BACKMERGE_APP_ID }}
|
|
35
|
+
private-key: ${{ secrets.BACKMERGE_PRIVATE_KEY }}
|
|
35
36
|
|
|
36
37
|
- name: Checkout tag commit
|
|
37
38
|
uses: actions/checkout@v5
|
|
@@ -71,7 +72,7 @@ jobs:
|
|
|
71
72
|
|
|
72
73
|
BODY="⚠️ This PR is created automatically for backmerge of a new release tag commit \`${{ steps.vars.outputs.tag }}\` into \`develop\`.
|
|
73
74
|
|
|
74
|
-
It is labeled
|
|
75
|
+
It is labeled `[maintainer] auto-pull-request` and is excluded from release notes and version bump logic."
|
|
75
76
|
|
|
76
77
|
if gh pr view --repo "${{ github.repository }}" --head "${{ steps.vars.outputs.branch }}" >/dev/null 2>&1; then
|
|
77
78
|
echo "PR already exists for head=${{ steps.vars.outputs.branch }}"
|
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
# This workflow builds and deploys documentation for the project.
|
|
2
|
+
#
|
|
3
|
+
# Steps overview:
|
|
4
|
+
# Job 1: build-docs
|
|
5
|
+
# - Builds documentation (including running Jupyter notebooks to generate output cells).
|
|
6
|
+
# - Uploads the built site as a Pages artifact.
|
|
7
|
+
# Job 2: deploy-dev
|
|
8
|
+
# - Deploys the built site to GitHub Pages for development (pushes to develop/master).
|
|
9
|
+
# Job 3: deploy-prod
|
|
10
|
+
# - Deploys the built site to gh-pages branch for production (release tags starting with v*).
|
|
11
|
+
# - This triggers deployment to a custom domain via webhook.
|
|
12
|
+
#
|
|
13
|
+
# The action summary page will contain links to the built artifact for downloading
|
|
14
|
+
# and inspecting, as well as links to both the development and production versions of
|
|
15
|
+
# the deployed documentation site.
|
|
16
|
+
|
|
17
|
+
name: Docs build and deployment
|
|
18
|
+
|
|
19
|
+
on:
|
|
20
|
+
# Trigger the workflow on pull request
|
|
21
|
+
pull_request:
|
|
22
|
+
# Selected branches
|
|
23
|
+
branches: [master, main, develop]
|
|
24
|
+
# Trigger the workflow on push
|
|
25
|
+
push:
|
|
26
|
+
# Selected branches
|
|
27
|
+
branches: [master, main, develop]
|
|
28
|
+
# Runs on creating a new tag starting with 'v', e.g. 'v1.0.3'
|
|
29
|
+
tags: ['v*']
|
|
30
|
+
# Allows you to run this workflow manually from the Actions tab
|
|
31
|
+
workflow_dispatch:
|
|
32
|
+
|
|
33
|
+
# Allow only one concurrent workflow, skipping runs queued between the run
|
|
34
|
+
# in-progress and latest queued. And cancel in-progress runs.
|
|
35
|
+
concurrency:
|
|
36
|
+
group:
|
|
37
|
+
${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
|
38
|
+
cancel-in-progress: true
|
|
39
|
+
|
|
40
|
+
# Set the environment variables to be used in all jobs defined in this workflow
|
|
41
|
+
env:
|
|
42
|
+
# CI_BRANCH - the branch name (used in mkdocs.yml)
|
|
43
|
+
# For PRs: github.head_ref is the source branch
|
|
44
|
+
# For pushes: github.ref_name is the branch
|
|
45
|
+
# For tags: github.ref_name is the tag name
|
|
46
|
+
# GITHUB_REPOSITORY - the repository name (used in mkdocs.yml)
|
|
47
|
+
# NOTEBOOKS_DIR - the directory containing the Jupyter notebooks (used in mkdocs.yml)
|
|
48
|
+
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
|
|
49
|
+
DEVELOP_BRANCH: develop
|
|
50
|
+
CI_BRANCH: ${{ github.head_ref || github.ref_name }}
|
|
51
|
+
IS_RELEASE_TAG: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
|
52
|
+
GITHUB_REPOSITORY: ${{ github.repository }}
|
|
53
|
+
NOTEBOOKS_DIR: tutorials
|
|
54
|
+
|
|
55
|
+
jobs:
|
|
56
|
+
# Job 1: Build the static files for the documentation site
|
|
57
|
+
build-deploy-docs:
|
|
58
|
+
strategy:
|
|
59
|
+
matrix:
|
|
60
|
+
os: [macos-14] # Use macOS to switch to dark mode for Plotly charts
|
|
61
|
+
|
|
62
|
+
runs-on: ${{ matrix.os }}
|
|
63
|
+
|
|
64
|
+
permissions:
|
|
65
|
+
contents: write # required for pushing to gh-pages branch
|
|
66
|
+
|
|
67
|
+
steps:
|
|
68
|
+
# Setting DOCS_VERSION to be used in mkdocs.yml, and then in the
|
|
69
|
+
# main.html template. It defines the versioned docs subfolder name
|
|
70
|
+
# in the gh-pages branch. If it's a release tag, use the version
|
|
71
|
+
# number without the 'v' prefix, otherwise use 'dev'.
|
|
72
|
+
# Setting RELEASE_VERSION to be used in mkdocs.yml to show
|
|
73
|
+
# the latest release version in the index.md file. If it's a
|
|
74
|
+
# release tag, use the tag name, otherwise use the branch name
|
|
75
|
+
# for development builds.
|
|
76
|
+
- name: Set extra env variables
|
|
77
|
+
shell: bash
|
|
78
|
+
run: |
|
|
79
|
+
if [[ "${IS_RELEASE_TAG}" == "true" ]]; then
|
|
80
|
+
RELEASE_VERSION="${GITHUB_REF_NAME}"
|
|
81
|
+
DOCS_VERSION="${RELEASE_VERSION#v}"
|
|
82
|
+
else
|
|
83
|
+
RELEASE_VERSION="${CI_BRANCH}"
|
|
84
|
+
DOCS_VERSION="dev"
|
|
85
|
+
fi
|
|
86
|
+
echo "RELEASE_VERSION=${RELEASE_VERSION}" >> "$GITHUB_ENV"
|
|
87
|
+
echo "DOCS_VERSION=${DOCS_VERSION}" >> "$GITHUB_ENV"
|
|
88
|
+
echo "DEPLOYMENT_URL=https://easyscience.github.io/${{ github.event.repository.name }}/${DOCS_VERSION}" >> "$GITHUB_ENV"
|
|
89
|
+
|
|
90
|
+
- name: Check-out repository
|
|
91
|
+
uses: actions/checkout@v5
|
|
92
|
+
with:
|
|
93
|
+
fetch-depth: 0 # full history with tags; needed for mike to push/deploy docs
|
|
94
|
+
|
|
95
|
+
# Activate dark mode to create documentation with Plotly charts in dark mode
|
|
96
|
+
# Need a better solution to automatically switch the chart colour theme based on the mkdocs material switcher
|
|
97
|
+
# Something similar to mkdocs_plotly_plugin https://haoda-li.github.io/mkdocs-plotly-plugin/,
|
|
98
|
+
# but for generating documentation from notepads
|
|
99
|
+
#- name: Activate dark mode
|
|
100
|
+
# run: |
|
|
101
|
+
# brew install dark-mode
|
|
102
|
+
# dark-mode status
|
|
103
|
+
# dark-mode on
|
|
104
|
+
# dark-mode status
|
|
105
|
+
|
|
106
|
+
- name: Set up pixi
|
|
107
|
+
uses: prefix-dev/setup-pixi@v0.9.0
|
|
108
|
+
with:
|
|
109
|
+
environments: default
|
|
110
|
+
activate-environment: default
|
|
111
|
+
run-install: true
|
|
112
|
+
frozen: true
|
|
113
|
+
cache: false
|
|
114
|
+
post-cleanup: false
|
|
115
|
+
|
|
116
|
+
- name: Install and setup development dependencies
|
|
117
|
+
shell: bash
|
|
118
|
+
run: pixi run dev
|
|
119
|
+
|
|
120
|
+
- name: Clone easyscience/assets-docs and easyscience/assets-branding
|
|
121
|
+
run: |
|
|
122
|
+
cd ..
|
|
123
|
+
git clone https://github.com/easyscience/assets-docs.git
|
|
124
|
+
git clone https://github.com/easyscience/assets-branding.git
|
|
125
|
+
|
|
126
|
+
- name: Add files from cloned repositories
|
|
127
|
+
run: pixi run docs-assets
|
|
128
|
+
|
|
129
|
+
# Convert python scripts in the notebooks directory to Jupyter notebooks
|
|
130
|
+
# Strip output from the notebooks
|
|
131
|
+
# Prepare the notebooks for documentation (add colab cell, etc.)
|
|
132
|
+
# Run the notebooks to generate the output cells using multiple cores
|
|
133
|
+
# The notebooks are then used to build the documentation site
|
|
134
|
+
- name: Convert tutorial scripts to notebooks
|
|
135
|
+
run: pixi run notebook-prepare
|
|
136
|
+
|
|
137
|
+
# The following step is needed to avoid the following message during the build:
|
|
138
|
+
# "Matplotlib is building the font cache; this may take a moment"
|
|
139
|
+
- name: Pre-build site step
|
|
140
|
+
run: pixi run python -c "import easydiffraction"
|
|
141
|
+
|
|
142
|
+
# Run the notebooks to generate the output cells using multiple cores
|
|
143
|
+
- name: Run notebooks
|
|
144
|
+
# if: false # Temporarily disabled to speed up the docs build
|
|
145
|
+
run: pixi run notebook-exec
|
|
146
|
+
|
|
147
|
+
- name: Move notebooks to docs/tutorials
|
|
148
|
+
run: pixi run docs-notebooks
|
|
149
|
+
|
|
150
|
+
# Create the mkdocs.yml configuration file
|
|
151
|
+
# The file is created by merging two files:
|
|
152
|
+
# - assets-docs/mkdocs.yml - the common configuration (theme, plugins, etc.)
|
|
153
|
+
# - docs/mkdocs.yml - the project-specific configuration (project name, TOC, etc.)
|
|
154
|
+
- name: Create mkdocs.yml file
|
|
155
|
+
run: pixi run docs-config
|
|
156
|
+
|
|
157
|
+
# Build the static files for the documentation site for local inspection
|
|
158
|
+
# Input: docs/ directory containing the Markdown files
|
|
159
|
+
# Output: site/ directory containing the generated HTML files
|
|
160
|
+
- name: Build site for local check
|
|
161
|
+
run: pixi run docs-local
|
|
162
|
+
|
|
163
|
+
# Upload the static files from the site/ directory to be used for
|
|
164
|
+
# local check
|
|
165
|
+
- name: Upload built site as artifact
|
|
166
|
+
uses: actions/upload-artifact@v4
|
|
167
|
+
with:
|
|
168
|
+
name: site-local_edl-${{ env.RELEASE_VERSION }}
|
|
169
|
+
path: site/
|
|
170
|
+
if-no-files-found: 'error'
|
|
171
|
+
compression-level: 0
|
|
172
|
+
|
|
173
|
+
# Publish versioned docs with Mike (dev on branches, prod on tags)
|
|
174
|
+
# Configure git for pushing to gh-pages branch
|
|
175
|
+
- name: Configure git for pushing
|
|
176
|
+
run: |
|
|
177
|
+
git config user.name "github-actions[bot]"
|
|
178
|
+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
|
179
|
+
|
|
180
|
+
# Publish versioned docs with Mike. The tagged release docs go to
|
|
181
|
+
# the versioned prefix, e.g. /v1.2.3/, and also to /latest/.
|
|
182
|
+
# All other branches go to /dev/.
|
|
183
|
+
# "${RELEASE_VERSION#v}" for v0.8.3.post1 -> 0.8.3.post1
|
|
184
|
+
- name: Rebuild and deploy docs with mike
|
|
185
|
+
run: |
|
|
186
|
+
if [[ "${IS_RELEASE_TAG}" == "true" ]]; then
|
|
187
|
+
pixi run docs-deploy "${RELEASE_VERSION#v}" latest
|
|
188
|
+
else
|
|
189
|
+
pixi run docs-deploy dev
|
|
190
|
+
fi
|
|
191
|
+
pixi run docs-set-default latest
|
|
192
|
+
echo "🔗 deployment url [${{ env.DEPLOYMENT_URL }}](${{ env.DEPLOYMENT_URL }})" >> $GITHUB_STEP_SUMMARY
|
|
@@ -38,15 +38,6 @@ jobs:
|
|
|
38
38
|
shell: bash
|
|
39
39
|
run: pixi run dev
|
|
40
40
|
|
|
41
|
-
- name: Convert tutorial scripts to notebooks
|
|
42
|
-
run: pixi run notebook-prepare
|
|
43
|
-
|
|
44
|
-
- name: Clean up unnecessary script files
|
|
45
|
-
run: rm -rf tutorials/*.py
|
|
46
|
-
|
|
47
|
-
- name: Zip the tutorials directory
|
|
48
|
-
run: zip -9 -r tutorials.zip tutorials
|
|
49
|
-
|
|
50
41
|
- name: Drafts the next release notes
|
|
51
42
|
id: draft
|
|
52
43
|
uses: enhantica/drafterino@v2
|
|
@@ -81,7 +72,5 @@ jobs:
|
|
|
81
72
|
tag_name: ${{ steps.draft.outputs.tag_name }}
|
|
82
73
|
name: ${{ steps.draft.outputs.release_name }}
|
|
83
74
|
body: ${{ steps.draft.outputs.release_notes }}
|
|
84
|
-
files: |
|
|
85
|
-
tutorials.zip
|
|
86
75
|
env:
|
|
87
76
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
# - Adds the label "[maintainer] auto-pull-request" so it is excluded from changelogs.
|
|
7
7
|
# - The PR body makes clear that this is automation only (no review needed).
|
|
8
8
|
|
|
9
|
-
name: Release PR
|
|
9
|
+
name: Release PR (develop -> master)
|
|
10
10
|
|
|
11
11
|
on:
|
|
12
12
|
# Allows you to run this workflow manually from the Actions tab
|
|
@@ -206,16 +206,16 @@ jobs:
|
|
|
206
206
|
pixi run --environment $env wheel
|
|
207
207
|
done
|
|
208
208
|
|
|
209
|
-
- name:
|
|
209
|
+
- name: Install easydiffraction package from the built wheel
|
|
210
210
|
shell: bash
|
|
211
211
|
run: |
|
|
212
212
|
for env in ${{ env.PIXI_ENVS }}; do
|
|
213
213
|
echo "🔹🔸🔹🔸🔹 Current env: $env 🔹🔸🔹🔸🔹"
|
|
214
214
|
env_prefix="${env%%-*}"
|
|
215
215
|
echo "📦 Looking for wheel in dist/$env_prefix/"
|
|
216
|
-
whl_path="$(
|
|
217
|
-
echo "📦
|
|
218
|
-
pixi
|
|
216
|
+
whl_path="$(find dist/${env_prefix} -name '*.whl' | head -1)"
|
|
217
|
+
echo "📦 Installing easydiffraction from: $whl_path"
|
|
218
|
+
pixi run --environment $env python -m uv pip install "${whl_path}[all]" --reinstall-package easydiffraction
|
|
219
219
|
pixi run --environment $env easydiffraction --version
|
|
220
220
|
done
|
|
221
221
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: easydiffraction
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.9.0
|
|
4
4
|
Summary: Diffraction data analysis
|
|
5
5
|
Project-URL: homepage, https://easydiffraction.org
|
|
6
6
|
Project-URL: documentation, https://docs.easydiffraction.org/lib
|
|
@@ -56,6 +56,7 @@ Requires-Dist: diffpy-pdffit2
|
|
|
56
56
|
Requires-Dist: diffpy-utils
|
|
57
57
|
Requires-Dist: gemmi
|
|
58
58
|
Requires-Dist: lmfit
|
|
59
|
+
Requires-Dist: numpy<2.4
|
|
59
60
|
Requires-Dist: pooch
|
|
60
61
|
Requires-Dist: rich
|
|
61
62
|
Requires-Dist: scipy
|
|
@@ -74,6 +75,7 @@ Requires-Dist: jinja2; extra == 'all'
|
|
|
74
75
|
Requires-Dist: jupyter-dark-detect; extra == 'all'
|
|
75
76
|
Requires-Dist: jupyterquiz; extra == 'all'
|
|
76
77
|
Requires-Dist: jupytext; extra == 'all'
|
|
78
|
+
Requires-Dist: mike; extra == 'all'
|
|
77
79
|
Requires-Dist: mkdocs; extra == 'all'
|
|
78
80
|
Requires-Dist: mkdocs-autorefs<1.3.0; extra == 'all'
|
|
79
81
|
Requires-Dist: mkdocs-jupyter; extra == 'all'
|
|
@@ -115,6 +117,7 @@ Requires-Dist: ruff; extra == 'dev'
|
|
|
115
117
|
Requires-Dist: validate-pyproject[all]; extra == 'dev'
|
|
116
118
|
Requires-Dist: versioningit; extra == 'dev'
|
|
117
119
|
Provides-Extra: docs
|
|
120
|
+
Requires-Dist: mike; extra == 'docs'
|
|
118
121
|
Requires-Dist: mkdocs; extra == 'docs'
|
|
119
122
|
Requires-Dist: mkdocs-autorefs<1.3.0; extra == 'docs'
|
|
120
123
|
Requires-Dist: mkdocs-jupyter; extra == 'docs'
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
###########################
|
|
4
4
|
|
|
5
5
|
# Project information
|
|
6
|
-
site_name: EasyDiffraction Library
|
|
7
|
-
site_url: https://docs.easydiffraction.org/lib/
|
|
6
|
+
site_name: '' #EasyDiffraction Library
|
|
7
|
+
site_url: https://easyscience.github.io/diffraction-lib/ #https://docs.easydiffraction.org/lib/
|
|
8
8
|
|
|
9
9
|
# Repository
|
|
10
10
|
repo_url: https://github.com/easyscience/diffraction-lib/
|
|
@@ -69,22 +69,22 @@ nav:
|
|
|
69
69
|
- Tutorials:
|
|
70
70
|
- Tutorials: tutorials/index.md
|
|
71
71
|
- Getting Started:
|
|
72
|
-
- LBCO quick CIF: tutorials/
|
|
73
|
-
- LBCO quick code: tutorials/
|
|
74
|
-
- LBCO basic: tutorials/
|
|
75
|
-
- PbSO4 advanced: tutorials/
|
|
72
|
+
- LBCO quick CIF: tutorials/ed-1.ipynb
|
|
73
|
+
- LBCO quick code: tutorials/ed-2.ipynb
|
|
74
|
+
- LBCO basic: tutorials/ed-3.ipynb
|
|
75
|
+
- PbSO4 advanced: tutorials/ed-4.ipynb
|
|
76
76
|
- Standard Diffraction:
|
|
77
|
-
- Co2SiO4 pd-neut-cwl: tutorials/
|
|
78
|
-
- HS pd-neut-cwl: tutorials/
|
|
79
|
-
- Si pd-neut-tof: tutorials/
|
|
80
|
-
- NCAF pd-neut-tof: tutorials/
|
|
81
|
-
- LBCO+Si McStas: tutorials/
|
|
77
|
+
- Co2SiO4 pd-neut-cwl: tutorials/ed-5.ipynb
|
|
78
|
+
- HS pd-neut-cwl: tutorials/ed-6.ipynb
|
|
79
|
+
- Si pd-neut-tof: tutorials/ed-7.ipynb
|
|
80
|
+
- NCAF pd-neut-tof: tutorials/ed-8.ipynb
|
|
81
|
+
- LBCO+Si McStas: tutorials/ed-9.ipynb
|
|
82
82
|
- Pair Distribution Function:
|
|
83
|
-
- Ni pd-neut-cwl: tutorials/
|
|
84
|
-
- Si pd-neut-tof: tutorials/
|
|
85
|
-
- NaCl pd-xray: tutorials/
|
|
83
|
+
- Ni pd-neut-cwl: tutorials/ed-10.ipynb
|
|
84
|
+
- Si pd-neut-tof: tutorials/ed-11.ipynb
|
|
85
|
+
- NaCl pd-xray: tutorials/ed-12.ipynb
|
|
86
86
|
- Workshops & Schools:
|
|
87
|
-
- 2025 DMSC: tutorials/
|
|
87
|
+
- 2025 DMSC: tutorials/ed-13.ipynb
|
|
88
88
|
- API Reference:
|
|
89
89
|
- API Reference: api-reference/index.md
|
|
90
90
|
- analysis: api-reference/analysis.md
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
---
|
|
2
|
+
icon: material/school
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# :material-school: Tutorials
|
|
6
|
+
|
|
7
|
+
This section presents a collection of **Jupyter Notebook** tutorials that
|
|
8
|
+
demonstrate how to use EasyDiffraction for various tasks. These tutorials serve
|
|
9
|
+
as self-contained, step-by-step **guides** to help users grasp the workflow of
|
|
10
|
+
diffraction data analysis using EasyDiffraction.
|
|
11
|
+
|
|
12
|
+
Instructions on how to run the tutorials are provided in the
|
|
13
|
+
[:material-cog-box: Installation & Setup](../installation-and-setup/index.md#how-to-run-tutorials)
|
|
14
|
+
section of the documentation.
|
|
15
|
+
|
|
16
|
+
The tutorials are organized into the following categories.
|
|
17
|
+
|
|
18
|
+
## Getting Started
|
|
19
|
+
|
|
20
|
+
- [LBCO `quick` CIF](ed-1.ipynb) – A minimal example intended as a quick
|
|
21
|
+
reference for users already familiar with the EasyDiffraction API or who want
|
|
22
|
+
to see how Rietveld refinement of the La0.5Ba0.5CoO3 crystal structure can be
|
|
23
|
+
performed when both the sample model and experiment are loaded from CIF files.
|
|
24
|
+
Data collected from constant wavelength neutron powder diffraction at HRPT at
|
|
25
|
+
PSI.
|
|
26
|
+
- [LBCO `quick` `code`](ed-2.ipynb) – A minimal example intended as a quick
|
|
27
|
+
reference for users already familiar with the EasyDiffraction API or who want
|
|
28
|
+
to see an example refinement when both the sample model and experiment are
|
|
29
|
+
defined directly in code. This tutorial covers a Rietveld refinement of the
|
|
30
|
+
La0.5Ba0.5CoO3 crystal structure using constant wavelength neutron powder
|
|
31
|
+
diffraction data from HRPT at PSI.
|
|
32
|
+
- [LBCO `basic`](ed-3.ipynb) – Demonstrates the use of the EasyDiffraction API
|
|
33
|
+
in a simplified, user-friendly manner that closely follows the GUI workflow
|
|
34
|
+
for a Rietveld refinement of the La0.5Ba0.5CoO3 crystal structure using
|
|
35
|
+
constant wavelength neutron powder diffraction data from HRPT at PSI. This
|
|
36
|
+
tutorial provides a full explanation of the workflow with detailed comments
|
|
37
|
+
and descriptions of every step, making it suitable for users who are new to
|
|
38
|
+
EasyDiffraction or those who prefer a more guided approach.
|
|
39
|
+
- [PbSO4 `advanced`](ed-4.ipynb) – Demonstrates a more flexible and advanced
|
|
40
|
+
approach to using the EasyDiffraction library, intended for users who are more
|
|
41
|
+
comfortable with Python programming. This tutorial covers a Rietveld
|
|
42
|
+
refinement of the PbSO4 crystal structure based on the joint fit of both X-ray
|
|
43
|
+
and neutron diffraction data.
|
|
44
|
+
|
|
45
|
+
## Standard Diffraction
|
|
46
|
+
|
|
47
|
+
- [Co2SiO4 `pd-neut-cwl`](ed-5.ipynb) – Demonstrates a Rietveld refinement of
|
|
48
|
+
the Co2SiO4 crystal structure using constant wavelength neutron powder
|
|
49
|
+
diffraction data from D20 at ILL.
|
|
50
|
+
- [HS `pd-neut-cwl`](ed-6.ipynb) – Demonstrates a Rietveld refinement of the HS
|
|
51
|
+
crystal structure using constant wavelength neutron powder diffraction data
|
|
52
|
+
from HRPT at PSI.
|
|
53
|
+
- [Si `pd-neut-tof`](ed-7.ipynb) – Demonstrates a Rietveld refinement of the Si
|
|
54
|
+
crystal structure using time-of-flight neutron powder diffraction data from
|
|
55
|
+
SEPD at Argonne.
|
|
56
|
+
- [NCAF `pd-neut-tof`](ed-8.ipynb) – Demonstrates a Rietveld refinement of the
|
|
57
|
+
Na2Ca3Al2F14 crystal structure using two time-of-flight neutron powder
|
|
58
|
+
diffraction datasets (from two detector banks) of the WISH instrument at ISIS.
|
|
59
|
+
- [LBCO+Si McStas](ed-9.ipynb) – Demonstrates a Rietveld refinement of the
|
|
60
|
+
La0.5Ba0.5CoO3 crystal structure with a small amount of Si impurity as a
|
|
61
|
+
secondary phase using time-of-flight neutron powder diffraction data simulated
|
|
62
|
+
with McStas.
|
|
63
|
+
|
|
64
|
+
## Pair Distribution Function (PDF)
|
|
65
|
+
|
|
66
|
+
- [Ni `pd-neut-cwl`](ed-10.ipynb) – Demonstrates a PDF analysis of Ni using data
|
|
67
|
+
collected from a constant wavelength neutron powder diffraction experiment.
|
|
68
|
+
- [Si `pd-neut-tof`](ed-11.ipynb) – Demonstrates a PDF analysis of Si using data
|
|
69
|
+
collected from a time-of-flight neutron powder diffraction experiment at NOMAD
|
|
70
|
+
at SNS.
|
|
71
|
+
- [NaCl `pd-xray`](ed-12.ipynb) – Demonstrates a PDF analysis of NaCl using data
|
|
72
|
+
collected from an X-ray powder diffraction experiment.
|
|
73
|
+
|
|
74
|
+
## Workshops & Schools
|
|
75
|
+
|
|
76
|
+
- [2025 DMSC](ed-13.ipynb) – A workshop tutorial that demonstrates a Rietveld
|
|
77
|
+
refinement of the La0.5Ba0.5CoO3 crystal structure using time-of-flight
|
|
78
|
+
neutron powder diffraction data simulated with McStas. This tutorial is
|
|
79
|
+
designed for the ESS DMSC Summer School 2025.
|
|
@@ -32,7 +32,7 @@ project = ed.Project()
|
|
|
32
32
|
```
|
|
33
33
|
|
|
34
34
|
A complete tutorial using the `import` syntax can be found
|
|
35
|
-
[here](../../tutorials/
|
|
35
|
+
[here](../../tutorials/ed-3/).
|
|
36
36
|
|
|
37
37
|
### Importing specific parts
|
|
38
38
|
|
|
@@ -59,7 +59,7 @@ project = Project()
|
|
|
59
59
|
```
|
|
60
60
|
|
|
61
61
|
A complete tutorial using the `from` syntax can be found
|
|
62
|
-
[here](../../tutorials/
|
|
62
|
+
[here](../../tutorials/ed-4/).
|
|
63
63
|
|
|
64
64
|
## Utility functions
|
|
65
65
|
|