Releases: BraiNEdarwin/SkyNEt
Releases · BraiNEdarwin/SkyNEt
Version 1.2
This release includes two major updates:
- Lennart's web of neural nets is now included in modules
- The instrument drivers for the ADwin and niDAQ have been updated.
Both drivers now include only 1 IO function, where you can specify the number of in/out as you like.
Important to note is that these function do not take care of safety, i.e. they will instantaneously apply anything
you apply to it. It is up to the user itself to take care of this.
Version 1.1.1
Small bugfix in SaveLib.
The copyFiles function gave an error when running a script from its own directory.
Version 1.1
Changes from v1.0:
- SaveExperiment now works, even if script is not called from it's own directory
- nidaq does not time out after 10s
- Instruments are now imported with InstrumentImporter and are referenced differently inside a script. Please
have a look at boolean_logic.py to see how.
Version 1.0
The code platform is finally in version 1. Anyone who wishes to write code can refer to the experiments in master, specifically boolean_logic.py is a good example.
Important
ADwin support is experimental, niDAQ is the recommended measurement device.
Some documentation might be sparse, feel free to add this.