Skip to content

Entry point improvements & support for configs as relative/absolute paths#76

Merged
nasserma merged 3 commits intouw-comphys:mainfrom
mptino:cli
May 10, 2025
Merged

Entry point improvements & support for configs as relative/absolute paths#76
nasserma merged 3 commits intouw-comphys:mainfrom
mptino:cli

Conversation

@mptino
Copy link
Copy Markdown
Collaborator

@mptino mptino commented Feb 16, 2025

Related Issue(s)

This PR closes #74.

What does this PR introduce?

  • Unifies shapelets entry points to have identical format shapelets-cmd where cmd is test or run.
  • Main entry point shapelets-run now supports configuration file argument as a relative or absolute path so that shapelets analysis can be initiated from any working directory. E.g
shapelets-run ./analysis/config                    # relative path to configuration file
shapelets-run /home/projects/analysis/config       # absolute path to configuration file
  • documentation updates: examples, README, website homepage, and dedicated contribution doc.

@mptino mptino changed the title Entry point improvements and support for config files as relative/absolute paths Entry point improvements & support for configs as relative/absolute paths Feb 16, 2025
@mptino
Copy link
Copy Markdown
Collaborator Author

mptino commented Feb 17, 2025

@nasserma PR is ready for review. Please do not squash and merge. Thanks

@nasserma nasserma merged commit 34acecf into uw-comphys:main May 10, 2025
@mptino mptino deleted the cli branch May 23, 2025 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve how users interact with shapelets entry points via command-line

2 participants