6.3 KiB
CHANGELOG
v1.0.1 (2024-05-15)
Ci
-
ci: fixed bec_widgets env var (
e900a4c
) -
ci: fixed bec core dependency (
8158e14
) -
ci: added echo to highlight the current branch (
68b593f
)
Fix
- fix: bec_lib imports (
3d8b023
)
v1.0.0 (2024-05-08)
Breaking
- refactor!: moved to new ophyd_devices repo structure
BREAKING CHANGE: cleaned up and migrated to the new repo structure. Only shared devices will be hosted in ophyd_devices. Everything else will be in the beamline-specific repositories (3415ae2
)
Ci
-
ci: fix dep and add CI JOB for package dep checks (
d89f8b8
) -
ci: added trigger for xtreme-bec (
be689ba
)
v0.33.6 (2024-05-08)
Ci
-
ci: made pipeline interruptible (
44de499
) -
ci: added downstream pipelines (
b8134ed
) -
ci: added support for different branches in child pipelines (
c74cbe3
) -
ci: fixed typo (
81f1fee
) -
ci: fixed rules for downstream pipelines (
f5e69f9
) -
ci: limit stages to run in child pipelines (
815921a
) -
ci: removed awi-utils for now (
27d4b6a
) -
ci: added parent-child pipelines (
e27d2db
)
Documentation
- docs: improved doc strings for controllerr (
339f050
)
Fix
- fix: fixed controller error classes (
c3fa7ad
)
Refactor
- refactor: added common controller methods (
00b3ae8
)
Unknown
v0.33.5 (2024-05-02)
Fix
- fix: fixed device data signature (
e8290db
)
v0.33.4 (2024-04-29)
Ci
-
ci: removed redundant build step (
a919632
) -
ci(gitlab-ci): trigger gitlab job template from awi_utils (
4ffeba4
)
Fix
- fix: static device test should use yaml_load (
c77f924
)
v0.33.3 (2024-04-24)
Ci
- ci: removed allow_failure from config check (
d34b396
)
Fix
- fix: updated device configs to new import schema (
5725fc3
)
v0.33.2 (2024-04-22)
Fix
- fix(pyproject.toml): add bec-server to dev dependencies; closes #62 (
9353b46
)
v0.33.1 (2024-04-20)
Fix
- fix: fix pyproject.toml (
6081eb4
)
v0.33.0 (2024-04-19)
Feature
- feat: move csaxs devices to plugin structure, fix imports and tests (
74f6fa7
)
v0.32.0 (2024-04-19)
Ci
- ci: do not wait for additional tests to start (
b88545f
)
Feature
- feat: added support for nestes device configs (
288f394
)
v0.31.0 (2024-04-19)
Build
- build: fixed dependencies to compatible releases (
26c04b5
)
Ci
-
ci: cleanup; added static device test job (
ed66eac
) -
ci: added pipeline as trigger source (
e59def1
) -
ci: changed master to main (
701be52
) -
ci: pull images via gitlab dependency proxy (
8d68e7d
) -
ci: remove AdditionalTests dependency on pytest job (
4ee86ab
)
Feature
- feat: added support for directories as input for the static device test (
9748ca6
)