-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added model generators * Added spectral decay model generator * Refactored examples * Moved examples to testing and removed old model generator. * Updated quickstart. * Update howto write plugin documentation notebook Adapt to new examples->testing API * Use builtin yml for generators * Use _ in generator names. * Rename argument of model generator to generator_name. * Added naming consistency. * Refactored test simulations. * Prevent using positional arguments in generators. * Updated changelog. * 🔧 Update codeowners file to reflect removed examples folder * 🔧 Disable quickstart test in examples 🧪 * 🩹📚 Fix changed import in docs glotaran.testing.sequential_spectral_decay -> glotaran.testing.simulated_data.sequential_spectral_decay * 🩹 Added __init __.py so glotaran.testing.simulated_data is a proper package * 👌 Made arguments for generators keyword only * 🧪 Reactivated quick-start integration test * ✨ Added module_load_overwrite arg to deprecation functions for modules * 🚧🗑️ Properly deprecated 'glotaran.examples' Minor touch ups by: Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Sourcery AI <> Significant contributions by: Co-authored-by: Sebastian Weigand <[email protected]> Co-authored-by: Joris Snellenburg <[email protected]>
- Loading branch information
1 parent
bde9b19
commit 09de6b2
Showing
36 changed files
with
719 additions
and
781 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.