Skip to content

Releases: gabrielguerrer/rng_rava_driver_py

v2.0.0

12 Dec 23:04
922188b
Compare
Choose a tag to compare
  • Adapted for firmware v2.0.0, reflecting updates in the EEPROM, LAMP and PERIPHERALS modules

v1.2.1

03 Jul 21:56
81f9888
Compare
Choose a tag to compare
  • Correcting MANIFEST.in with the correct location of the rava logo

v1.2.0

03 Jul 21:34
fb80c55
Compare
Choose a tag to compare
  • Moving configuration functionality from RAVA_APP to new class RAVA_CFG
  • RAVA_APP parameter rava_class allows to choose between RAVA_RNG or RAVA_RNG_LED
  • Changed RAVA_APP default show_on_startup to True; Avoid macos issue of not showing matplotlib plots
  • Fixed a bug in get_rng_byte_stream_data() that was returning the same bytes for both A and B channels
  • snd_rng_byte_stream_start() now empties the queue data

v1.1.0

03 Feb 18:29
c69a88f
Compare
Choose a tag to compare
  • Adding numpy requirement
  • Changing parameter list_output to output_type
  • Including acq submodule for acquiring data from a RAVA device
  • Including acq_pcs.py, acq_bytes.py, acq_ints.py, and acq_floats.py to examples/
  • Including tk submodule for GUI apps defining RAVA_APP and RAVA_SUBAPP classes
  • Including tk.acq used to evoke the tk acquire subapp via python3 -m rng_rava.tk.acq
  • Including tk.ctrlp used to evoke the tk control panel subapp via python3 -m rng_rava.tk.ctrlp

v1.0.2

20 Jan 19:40
d586e74
Compare
Choose a tag to compare
  • Checking for n > 0 in data generation
  • Max n of pulse counts, bytes, ints, and floats changed to 2^16 (instead of 2^32)
  • Improved the disconnection detection methodology
  • Corrected the int_delta in integers generation

v1.0.1

04 Nov 00:19
e4efe7a
Compare
Choose a tag to compare
  • Changed maximum line length from 80 to 120. This change does not apply to the code's documentation
  • Using "not in" and "is not None"
  • Correcting firmware version in eeprom_firmware
  • Adding callbacks
  • Setting logger name to 'rava'
  • Changed health startup results format
  • Including hardware float generation

v1.0.0

11 Oct 21:41
7ae764e
Compare
Choose a tag to compare

v1.0.0