You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split add() into dedicated methods for experiment creation (#86)
* Refactor ExperimentFactory and Experiments classes for improved argument handling and creation methods
* Refactor Experiment initialization across tutorials to follow new API
* Refactor functional tests to follow new API
* Refactor unit tests to follow new API
* Remove unused pytest import
* Prevents building font cache info in docs build
* Refines workflow name for clarity
* Renames workflow for clarity and purpose
* Removes Pixi validation workflow. The user specific validation is in another workflow.
* More fixes for the functional tests
* Automates tutorial script conversion and deployment
* Update checkout action to version 5 in GitHub workflows
* Updates release workflow to use enhanced actions
* Enhances checkout action for full history fetching
* Streamlines GitHub Actions YAML syntax
* Removes push and pull_request triggers
* Removes feature branch from CI config
* Adds ID to draft release notes step
* Refines experiment documentation to follow new API
* Adds manual trigger to draft release notes workflow
* Restricts GitHub Actions to master and develop branches
* Simplifies experiment doc headings and clarifications
* Refactors test workflow and adds cron trigger
* Enables GitHub token for tutorial scripts
* Removes branch-specific logic from workflows
* Add tests for ExperimentFactory argument validation
* Bump dependencies
0 commit comments