Releases: cdump/radiacode
Releases · cdump/radiacode
Release 0.3.3
Changes since previous release:
- 9079fa9 v0.3.3
- 107961c ci release: use ruff instead of black
- a540a28 Added the possibility of building and running the project on Mac (without bluetooth) (#32)
- b7c35d3 trim trailing NUL character in build date (#29)
- 9a89ca3 black -> ruff format
- 131e4fb add set_energy_calib() function, issue #26
- f77f1ac More options in show_spectrum (#24)
- 1eb610e improved show-spectrum.py (#23)
Release 0.3.2
Release 0.3.1
Changes since previous release:
- 391c755 add firmware compatibility check, v0.3.1
Release 0.3.0
Release 0.2.2
Changes since previous release:
- 8c57d66 v0.2.2
- 78d3f84 Merge pull request #17 from GuenterQuast/master
- 6807bd8 default now is to not write result to file
- 575475b re-ran black with proper options
- afd35ce replaced " by '
- e57664c fixed unused variable
- 36e5961 improved timing, new parameter runtime, output to file
- 554746f linting with black
- 1ac4f68 improved graphs, more stable timing
- 720c35f Merge pull request #15 from cdump/ruff
- eca39ad black and ruff in github actions
- a5c65e2 format with black
- df7b948 fix ruff errors and warnings
- bbf6b96 radiacode-examples: showSpectrum.py -> show-spectrum.py, add matplotlib dep
- c7c9175 wemake-python-styleguide -> ruff
- 913c920 proposed fix for issue #13: crashes when reading USB in a loop (#14)
Release 0.2.1
Release 0.2.0
Changes since previous release:
- 82928c0 v0.2.0
- 0795be8 fix github workflow release
- 19193ac webserver example: add accumulated spectrum
- b03afb4 add timeout to usb transport. Try to fix connection by flushing read buffer on start
- e5a52b1 support firmware v4 spectrum format, add spectrum_accum() function
- 89cb49d fix typo: DISP_DR -> DISP_DIR
- 4c5b6f8 upgrade deps, python >=3.8.1 required
- baf9cf3 code format
- 49cd2e6 fix typo: statuc -> status
- 673553a upgrade deps: min python version 3.8, build releases on 3.10
- 81449dc Add udev rules for radiacode devices (#8)
- ee08065 add exporter for prometheus example