Skip to content

Releases: Pinnacle-Technology-Inc/Morelia

v1.8.0

13 Nov 18:03

Choose a tag to compare

Documentation updates, example scripts, cross-platform functionality, and cross-process control queuing

v1.7.3

22 Jul 21:45

Choose a tag to compare

Mostly fixes pytest, moves dependencies around, and adds to pvfs_tools

Cleanup!

09 Jun 22:27
a48fb76

Choose a tag to compare

🧹

Small bug fixes

09 Jun 21:33
df08d78

Choose a tag to compare

Fixed small bug regarding sample rate property

Morelia v1.7.0

06 Jun 17:39
1de152a

Choose a tag to compare

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

04 Jun 19:44

Choose a tag to compare

Update Summary

  1. Renamed the Python POD API project to Morelia.
  2. 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

21 May 19:14
49e6bd0

Choose a tag to compare

Update Summary

  1. 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
  2. Add a unit tests for several modules, including:
    • Python-POD-API\Code\Testing\T_PodApi\
      • T_Commands
      • T_Devices
      • T_Packets
      • T_Parameters

Fixed EDF stream and other bugs

04 Dec 22:19
88370ea

Choose a tag to compare

Update Summary

  1. Removed miscellaneous text output.
  2. Fixed check for serial port
  3. Fixed Stream module to save data to EDF file.

Improved Stream modules & bug fixes

07 Nov 00:54
41eab32

Choose a tag to compare

  1. Re-organized the Stream classes and sub-modules into Collect, Drain, and PodHandler modules.
  2. Improved class diagrams.
  3. Fixed error when saving streaming data to EDF file.

Bug fixes for data streaming

23 Oct 22:15
85f2f94

Choose a tag to compare

Update Summary

  1. Fixed bug for the unit conversion and rounding when streaming from POD devices.
  2. Improved the import paths to classes when generating initialization code in Setup.SetupAllDevices.SetupAll.