Releases: Pinnacle-Technology-Inc/Morelia
Releases · Pinnacle-Technology-Inc/Morelia
v1.8.0
v1.7.3
Cleanup!
🧹
Small bug fixes
Fixed small bug regarding sample rate property
Morelia v1.7.0
Morelia v1.7.0 is finally here! 🍾
This release contains a reimagining of Morelia complete with more extensive documentation, a more powerful multiprocess streaming API, increased type safety, and high-level pythonic APIs. See the online documentation for all the details.
Rename API as Morelia
Update Summary
- Renamed the Python POD API project to Morelia.
- Added unit tests: Morelia\Code\Testing\T_Morelia\T_Devices\
- T_SerialPorts\T_SerialComm.py
- T_PodDevice_8229.py
- T_PodDevice_8480SC.py
Support for 8274D
Update Summary
- Added support for the 8274 POD device. Added files include:
- Python-POD-API\Code\
- Examples\UsingPodApi\Using_8274D.py
- PodApi\
- Devices\PodDevice_8274D.py
- Parameters\Params8274D.py
- Stream\PodHandler\Handle8274D.py
- Setup\SetupOneDevice\Setup_8274D.py
- Python-POD-API\Code\
- Add a unit tests for several modules, including:
- Python-POD-API\Code\Testing\T_PodApi\
- T_Commands
- T_Devices
- T_Packets
- T_Parameters
- Python-POD-API\Code\Testing\T_PodApi\
Fixed EDF stream and other bugs
Update Summary
- Removed miscellaneous text output.
- Fixed check for serial port
- Fixed Stream module to save data to EDF file.
Improved Stream modules & bug fixes
- Re-organized the Stream classes and sub-modules into Collect, Drain, and PodHandler modules.
- Improved class diagrams.
- Fixed error when saving streaming data to EDF file.
Bug fixes for data streaming
Update Summary
- Fixed bug for the unit conversion and rounding when streaming from POD devices.
- Improved the import paths to classes when generating initialization code in Setup.SetupAllDevices.SetupAll.