Radiacode

Latest version: v0.3.2

Safety actively analyzes 624134 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.3.2

Changes since previous release:
- [c0be1c8](https://github.com/cdump/radiacode/commit/c0be1c8a7de79411ee5264ac31aa50390b2e467a) v0.3.2
- [bb0a1db](https://github.com/cdump/radiacode/commit/bb0a1db7e5a1f6ee217384675a43f4fe22abe339) Add support for filtering by usb serial number (#22)

0.3.1

Changes since previous release:
- [391c755](https://github.com/cdump/radiacode/commit/391c75527a3bf5b1034ccc9bf6a3ea6d7c1262b3) add firmware compatibility check, v0.3.1

0.3.0

Changes since previous release:
- [4797975](https://github.com/cdump/radiacode/commit/4797975e9f1ff9b6b1feb8e448e108fe7a7ce5e2) v0.3.0, for firmware >= 4.08
- [4f6f69c](https://github.com/cdump/radiacode/commit/4f6f69ca82ba0867959ec4a58e8561ce01b45ebc) upgrade for firmware >= 4.08, incompatible with older firmwares
- [1f650cf](https://github.com/cdump/radiacode/commit/1f650cf62e528ef5d993d98fc9f8eb609f385cbe) upgrade deps, add show-spectrum missing deps
- [5d02e2e](https://github.com/cdump/radiacode/commit/5d02e2e074c9a75f2cf85bd5c5e79466f294b8e1) fixed udev rules (#19)

0.2.2

Changes since previous release:
- [8c57d66](https://github.com/cdump/radiacode/commit/8c57d666101719c7547b53f324fc45ad73874b22) v0.2.2
- [78d3f84](https://github.com/cdump/radiacode/commit/78d3f84d591fe7641fa938bc321c58188791e34d) Merge pull request #17 from GuenterQuast/master
- [6807bd8](https://github.com/cdump/radiacode/commit/6807bd824cbe3c101442773fb0872d101c3eafb2) default now is to not write result to file
- [575475b](https://github.com/cdump/radiacode/commit/575475beaa09faca1d863c9f04616101f124acca) re-ran black with proper options
- [afd35ce](https://github.com/cdump/radiacode/commit/afd35ce82fc83dfead0ed4f29e0559365af3ef1e) replaced " by '
- [e57664c](https://github.com/cdump/radiacode/commit/e57664cabbf350f74b6d9df57ce92e1cdb626cfa) fixed unused variable
- [36e5961](https://github.com/cdump/radiacode/commit/36e59616e05252d96b4584928377d6c8c6f66ee9) improved timing, new parameter runtime, output to file
- [554746f](https://github.com/cdump/radiacode/commit/554746f5967941bf62b290b91581448e64244e2e) linting with black
- [1ac4f68](https://github.com/cdump/radiacode/commit/1ac4f6873623a34d59d7a5c3f631babf3b099554) improved graphs, more stable timing
- [720c35f](https://github.com/cdump/radiacode/commit/720c35f85ca7bbf3b7bad1841ad9da0464375447) Merge pull request #15 from cdump/ruff
- [eca39ad](https://github.com/cdump/radiacode/commit/eca39adf1a2830a71e8cb0f12a2159e9a8f5e0d7) black and ruff in github actions
- [a5c65e2](https://github.com/cdump/radiacode/commit/a5c65e2807444178f23c325f5a1f633e3887fc31) format with black
- [df7b948](https://github.com/cdump/radiacode/commit/df7b9481aa8927df277e0d9d6c610ba98f5b5fcf) fix ruff errors and warnings
- [bbf6b96](https://github.com/cdump/radiacode/commit/bbf6b961db7ed365a360465c8e2ace1b72288831) radiacode-examples: showSpectrum.py -> show-spectrum.py, add matplotlib dep
- [c7c9175](https://github.com/cdump/radiacode/commit/c7c91751fc029bd0401a45f9753cfbf6fce306ab) wemake-python-styleguide -> ruff
- [913c920](https://github.com/cdump/radiacode/commit/913c920ed2162bdc3ee9c38a1233c1f0c4c56eac) proposed fix for issue #13: crashes when reading USB in a loop (14)

0.2.1

Changes since previous release:
- [9cf485a](https://github.com/cdump/radiacode/commit/9cf485a947cce8e64268164ab0644b7dccaf6033) v0.2.1
- [cac4209](https://github.com/cdump/radiacode/commit/cac4209431e23f4a7e61ba831188c927101b4b6d) add dose_reset() and spectrum_reset()

0.2.0

Changes since previous release:
- [82928c0](https://github.com/cdump/radiacode/commit/82928c0072c189c9f6de833785e939c9f26352cc) v0.2.0
- [0795be8](https://github.com/cdump/radiacode/commit/0795be832a81f46ca1205b3d93c6a5399185604a) fix github workflow release
- [19193ac](https://github.com/cdump/radiacode/commit/19193ac9622b8b4cbec58f4cbdb66135c52726dc) webserver example: add accumulated spectrum
- [b03afb4](https://github.com/cdump/radiacode/commit/b03afb436995402c433dc00d6aabf23c03427bb0) add timeout to usb transport. Try to fix connection by flushing read buffer on start
- [e5a52b1](https://github.com/cdump/radiacode/commit/e5a52b128d1f34040e2745a0839f3442983b6128) support firmware v4 spectrum format, add spectrum_accum() function
- [89cb49d](https://github.com/cdump/radiacode/commit/89cb49d0f1f4bcd439cf867062fe19fc5e82a903) fix typo: DISP_DR -> DISP_DIR
- [4c5b6f8](https://github.com/cdump/radiacode/commit/4c5b6f86a063811c455eda54ec1afe73573d8b54) upgrade deps, python >=3.8.1 required
- [baf9cf3](https://github.com/cdump/radiacode/commit/baf9cf3e6df1edcf6ec4d4165d9022ecf68c55e9) code format
- [49cd2e6](https://github.com/cdump/radiacode/commit/49cd2e66ee4fe0509d2138dd262bfe7d7eed0ec0) fix typo: statuc -> status
- [673553a](https://github.com/cdump/radiacode/commit/673553a382fcd6befb89bd41f00e3191ff285045) upgrade deps: min python version 3.8, build releases on 3.10
- [81449dc](https://github.com/cdump/radiacode/commit/81449dc7791c281d101b866fcf4b538b2b027652) Add udev rules for radiacode devices (#8)
- [ee08065](https://github.com/cdump/radiacode/commit/ee0806557fa6f80bd65bd863c30f2951c4db14f4) add exporter for prometheus example

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.