Skip to content

Releases: lobis/hvps

v0.0.10

29 Jun 10:43
4409d50
Compare
Choose a tag to compare
v0.0.10 Pre-release
Pre-release
use commit -m

v0.0.9

29 Jun 10:34
6da8c83
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release
checkout to main in action

v0.0.8

29 Jun 10:30
ce09265
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release
fix sed

v0.0.7

29 Jun 10:27
874ddcc
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release
automate version tagging

v0.0.6

29 Jun 10:20
548903e
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release
attempt to fix npm publish

v0.0.5

29 Jun 10:08
0143ec0
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release
bump version to 0.0.5 for testing

v0.0.4

29 Jun 10:05
c0379ec
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
default run dir

v0.0.3

29 Jun 09:53
f6e7e0f
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
Support iseg power supplies (#17)

* conclicts fixed

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* created devices/caen module

* fix import

* core classes: CAEN, ISEG

* some methods of class Channel

setters are not labeled as such yet

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* add function to list serial ports

* add test for module

* add test for channel

* working alarm parsing

* fix parse response when not returning parameter

* fix bad bit array parsing

* correctly parse alarm/stat

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* do not run tests if no serial device exists

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* decorator to skip test

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* attempt to fix skip

* use correct annotations

* use correct annotations

* rest of channel commands and a few module commands

* iseg tests

* fix conflicts

* implement more iseg

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* rest of module methods

* add mypy to pre-commit

* removed replicated code, added setter's decorators and missing type hints

Some methods in iseg.devices.channel were duplicated

* use ruff instead of mypy

* all iseg methods

* test_utils updated

* comments indicating the devices where some methods only work + some fixes

* annotations imported from future

* annotations imported from future, again

* improved imports

* add "--show-fixes" to ruff

* reduce code duplication

* add .ruff_cache/ to .gitignore

* add .ruff_cache/ to .gitignore

* some fixes and almost all tests

* rest of iseg tests

* fixed errors due to automatic merge

* Fix imports

* fix test_caen_commands

* fixed test_caen_commands

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Luis Antonio Obis Aparicio <[email protected]>
Co-authored-by: Luis Antonio Obis Aparicio <[email protected]>

v0.0.2

29 Jun 08:17
2b2d904
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
increase version to 0.0.2

v0.0.1

10 Nov 11:27
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Initial pre-release

  • Working channel monitoring and setting.