mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-22 02:20:02 +02:00
0.18.0
Automatically generated by python-semantic-release
This commit is contained in:
parent
75f221758f
commit
f2c02b9497
12
CHANGELOG.md
12
CHANGELOG.md
@ -2,6 +2,18 @@
|
|||||||
|
|
||||||
<!--next-version-placeholder-->
|
<!--next-version-placeholder-->
|
||||||
|
|
||||||
|
## v0.18.0 (2023-08-15)
|
||||||
|
|
||||||
|
### Feature
|
||||||
|
|
||||||
|
* Scan signature is now exported; simplified scan init ([`f35b04a`](https://gitlab.psi.ch/bec/bec/-/commit/f35b04a676a8c6aa972f031d83cb637b346d5d4f))
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
* Fixed typo in round_roi_scan init; added test ([`75f2217`](https://gitlab.psi.ch/bec/bec/-/commit/75f221758f939c510a7766101cc3faa0250a0b6b))
|
||||||
|
* Fixed bug in unpack_scan_args for empty lists ([`a693f84`](https://gitlab.psi.ch/bec/bec/-/commit/a693f84816d9074a3f4664a8530d0b130702f7a2))
|
||||||
|
* Added missing file ([`f55a518`](https://gitlab.psi.ch/bec/bec/-/commit/f55a518b9103f93b54c872fb4387956cb783d5b8))
|
||||||
|
|
||||||
## v0.17.2 (2023-08-10)
|
## v0.17.2 (2023-08-10)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
@ -10,7 +10,7 @@ current_path = pathlib.Path(__file__).parent.resolve()
|
|||||||
bec_lib = f"{current_path}/../bec_lib/"
|
bec_lib = f"{current_path}/../bec_lib/"
|
||||||
|
|
||||||
|
|
||||||
__version__ = "0.17.2"
|
__version__ = "0.18.0"
|
||||||
|
|
||||||
|
|
||||||
def run_install(setup_args: dict, bec_deps: list, editable=False):
|
def run_install(setup_args: dict, bec_deps: list, editable=False):
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
__version__ = "0.17.2"
|
__version__ = "0.18.0"
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
setup(
|
setup(
|
||||||
|
@ -7,7 +7,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
current_path = pathlib.Path(__file__).parent.resolve()
|
current_path = pathlib.Path(__file__).parent.resolve()
|
||||||
|
|
||||||
__version__ = "0.17.2"
|
__version__ = "0.18.0"
|
||||||
|
|
||||||
|
|
||||||
def run_install(setup_args: dict, bec_deps: list, editable=False):
|
def run_install(setup_args: dict, bec_deps: list, editable=False):
|
||||||
|
@ -9,7 +9,7 @@ current_path = pathlib.Path(__file__).parent.resolve()
|
|||||||
bec_lib = f"{current_path}/../bec_lib/"
|
bec_lib = f"{current_path}/../bec_lib/"
|
||||||
|
|
||||||
|
|
||||||
__version__ = "0.17.2"
|
__version__ = "0.18.0"
|
||||||
|
|
||||||
|
|
||||||
def run_install(setup_args: dict, bec_deps: list, editable=False):
|
def run_install(setup_args: dict, bec_deps: list, editable=False):
|
||||||
|
@ -11,7 +11,7 @@ bec_lib = f"{current_path}/../bec_lib/"
|
|||||||
|
|
||||||
ophyd_devices = os.getenv("OPHYD_DEVICES_PATH", f"{current_path}/../../ophyd_devices/")
|
ophyd_devices = os.getenv("OPHYD_DEVICES_PATH", f"{current_path}/../../ophyd_devices/")
|
||||||
|
|
||||||
__version__ = "0.17.2"
|
__version__ = "0.18.0"
|
||||||
|
|
||||||
|
|
||||||
def run_install(setup_args: dict, bec_deps: list, editable=False):
|
def run_install(setup_args: dict, bec_deps: list, editable=False):
|
||||||
|
@ -9,7 +9,7 @@ current_path = pathlib.Path(__file__).parent.resolve()
|
|||||||
|
|
||||||
bec_lib = f"{current_path}/../bec_lib/"
|
bec_lib = f"{current_path}/../bec_lib/"
|
||||||
|
|
||||||
__version__ = "0.17.2"
|
__version__ = "0.18.0"
|
||||||
|
|
||||||
|
|
||||||
def run_install(setup_args: dict, bec_deps: list, editable=False):
|
def run_install(setup_args: dict, bec_deps: list, editable=False):
|
||||||
|
@ -9,7 +9,7 @@ current_path = pathlib.Path(__file__).parent.resolve()
|
|||||||
|
|
||||||
bec_lib = f"{current_path}/../bec_lib/"
|
bec_lib = f"{current_path}/../bec_lib/"
|
||||||
|
|
||||||
__version__ = "0.17.2"
|
__version__ = "0.18.0"
|
||||||
|
|
||||||
|
|
||||||
def run_install(setup_args: dict, bec_deps: list, editable=False):
|
def run_install(setup_args: dict, bec_deps: list, editable=False):
|
||||||
|
@ -9,7 +9,7 @@ current_path = pathlib.Path(__file__).parent.resolve()
|
|||||||
|
|
||||||
bec_lib = f"{current_path}/../bec_lib/"
|
bec_lib = f"{current_path}/../bec_lib/"
|
||||||
|
|
||||||
__version__ = "0.17.2"
|
__version__ = "0.18.0"
|
||||||
|
|
||||||
|
|
||||||
def run_install(setup_args: dict, bec_deps: list, editable=False):
|
def run_install(setup_args: dict, bec_deps: list, editable=False):
|
||||||
|
@ -10,7 +10,7 @@ current_path = pathlib.Path(__file__).parent.resolve()
|
|||||||
bec_lib = f"{current_path}/../bec_lib/"
|
bec_lib = f"{current_path}/../bec_lib/"
|
||||||
|
|
||||||
|
|
||||||
__version__ = "0.17.2"
|
__version__ = "0.18.0"
|
||||||
|
|
||||||
|
|
||||||
def run_install(setup_args: dict, bec_deps: list, editable=False):
|
def run_install(setup_args: dict, bec_deps: list, editable=False):
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = "0.17.2"
|
__version__ = "0.18.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user