Release: merge develop into master#115
Merged
AndrewSazonov merged 10 commits intomasterfrom Mar 5, 2026
Merged
Conversation
* initial experiment.py, with pixi fix * Add example data, fix some tests * Update .toml * add some tests * Update docs * Update docs/docs/tutorials/index.md Co-authored-by: Andrew Sazonov <AndrewSazonov@users.noreply.github.com> * respond to PR comments * update notebooks * reset notebooks --------- Co-authored-by: Andrew Sazonov <AndrewSazonov@users.noreply.github.com>
* initial instrument model * first draft of analysis * add test of model base * small changes * tests * clear notebook * respond to PR comments * Update resolution_model docstring for clarity
* jump diffusion model * fix notebook * fix weakref? * fix weakref? * fix weakref??? * ... * weakref... * claude fixed it? * respond to PR comments * Move scale test to base model and add some formatting * fix typo * small fix
* Update pixi.lock * Reapply templates from v0.4.0 * pixi run fix-all * Switch to manual pre-commit and simplify tasks * Enable PyPI Trusted Publishing via OIDC * Reorder imports and widget magic in notebooks * Normalize notebook cell IDs
* initial analysis class * make analysis_base * test things in notebook * reintroduce energy_offset in convolution. It's needed. * Progress on Analysis * multiple parameters with same unique_name????? * fitting and plotting for multiple Q * analysis MWP * Add plotting of parameters and examples * Update failing tests * Instrument model (#94) * initial instrument model * first draft of analysis * add test of model base * small changes * tests * clear notebook * respond to PR comments * Update resolution_model docstring for clarity * initial analysis class * fix merge conflict * Remove notebook * Update notebook, remove unused file * pixi run fix * add missing tests * More missing tests * test analysis_base * 100% coverage of base * Test analysis1d * Another test * More analysis1d tests * linting * update component_collection among other things * Add a few more tests * fix failing test * Update analyis example * analysis tests * Minor fixes and tests * one more test * more tests * Update docstrings for AnalysisBase * pixi run fix * pixi run fix * more docstring for analysis1d * finish analysis1d docstring * react to PR comments * Update analysis.py docstrings * Handle changes to experiment etc in analysis * fix updaters * More tests and response to PR comments * minor PR comments * fix test
* Update docstrings of ModelComponent * Update DHO and delta function docstring * More docstrings * gaussian docstring * Update ModelComponent docstrings and add a few tests * Update detailed balance * add DHO test * Change test to use the weakref fix fixture * Try to fix equations in docs * Update doc strings to have proper equations * fix DHO * respond the PR comments
* initial analysis class * make analysis_base * test things in notebook * reintroduce energy_offset in convolution. It's needed. * Progress on Analysis * multiple parameters with same unique_name????? * fitting and plotting for multiple Q * analysis MWP * Add plotting of parameters and examples * Update failing tests * Instrument model (#94) * initial instrument model * first draft of analysis * add test of model base * small changes * tests * clear notebook * respond to PR comments * Update resolution_model docstring for clarity * initial analysis class * fix merge conflict * Remove notebook * Update notebook, remove unused file * pixi run fix * add missing tests * More missing tests * test analysis_base * 100% coverage of base * Test analysis1d * Another test * More analysis1d tests * linting * update component_collection among other things * Add a few more tests * fix failing test * Update analyis example * analysis tests * Minor fixes and tests * one more test * more tests * Update docstrings for AnalysisBase * pixi run fix * pixi run fix * more docstring for analysis1d * finish analysis1d docstring * react to PR comments * Update analysis.py docstrings * Handle changes to experiment etc in analysis * fix updaters * More tests and response to PR comments * More docstrings * fix merge conflicts properly * make math render properly * minor update * minor update * update conftest * Delete conftest content since weakref bug has been fixed
* Update convolution * Fix most docstrings * pixi formatting * change gaussian a bit * Update analysis docstrings * docstrings for convolution * docstrings for experiment * Update sample models * Update diffusion models * Updatae components * Update utils * linting * more linting
* Update pixi lock * Apply new templates * Switch easyscience dep to PyPI * Apply linting and formatting * Add spdx-headers package * Update SPDX headers * Apply new templates * Switch easyscience to develop * Apply updated templates * Fix docstring formatting * Fix API docs links; add analysis to nav * Add instrument model and analysis tutorials * Add experiment API reference page * Switch easyscience to PyPI dependency * Apply templates 0.10.0. Fix spdx headers * Apply formatting
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #115 +/- ##
==========================================
+ Coverage 97.66% 97.68% +0.01%
==========================================
Files 28 36 +8
Lines 1458 2328 +870
Branches 237 388 +151
==========================================
+ Hits 1424 2274 +850
- Misses 19 33 +14
- Partials 15 21 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is created automatically to trigger the release pipeline. It merges the accumulated changes from
developintomaster.[bot] releaseand is excluded from release notes and version bump logic.