Skip to content

Tags: DiamondLightSource/smartem-devtools

Tags

smartem-workspace-v0.5.0

Toggle smartem-workspace-v0.5.0's commit message
feat(sync): clone missing repos before pulling updates

smartem-workspace-v0.5.0rc6

Toggle smartem-workspace-v0.5.0rc6's commit message
feat(sync): clone missing repos before pulling updates

smartem-workspace-v0.4.0

Toggle smartem-workspace-v0.4.0's commit message
ci(smartem-epuplayer): add version validation and rename workflow

smartem-workspace-v0.4.0rc2

Toggle smartem-workspace-v0.4.0rc2's commit message
ci(smartem-epuplayer): add version validation and rename workflow

epuplayer-v1.1.0

Toggle epuplayer-v1.1.0's commit message
ci(smartem-epuplayer): add version validation and rename workflow

epuplayer-v1.1.0rc2

Toggle epuplayer-v1.1.0rc2's commit message
ci(smartem-epuplayer): add version validation and rename workflow

epuplayer-v1.0.2

Toggle epuplayer-v1.0.2's commit message
fix(epuplayer): remove hardcoded version in test, bump to 1.0.2

The test_module_import test was asserting __version__ == "1.0.0" which
broke CI on every version bump. Changed to assert the version is a
non-empty string instead.

epuplayer-v1.0.2rc9

Toggle epuplayer-v1.0.2rc9's commit message
fix(epuplayer): remove hardcoded version in test, bump to 1.0.2

The test_module_import test was asserting __version__ == "1.0.0" which
broke CI on every version bump. Changed to assert the version is a
non-empty string instead.

epuplayer-v1.0.1

Toggle epuplayer-v1.0.1's commit message
fix(epuplayer): use absolute imports for PyInstaller compatibility

Relative imports fail when PyInstaller runs cli.py as standalone script.
Changed to absolute imports which work both as module and standalone.

Also:
- Bump version to 1.0.1
- Add epuplayer to README badges and package list

epuplayer-v1.0.0

Toggle epuplayer-v1.0.0's commit message
ci: disable add-to-project until PROJECT_TOKEN configured

The add-to-project job requires a PROJECT_TOKEN secret with org-level
project access. Disabled with `if: false` until this is set up.

See: #121