Skip to content

Releases: Pinnacle-Technology/Morelia

v1.8.2

Choose a tag to compare

@samgroth samgroth released this 27 Aug 20:21

8229 and 8274 support
Expanded Documentation, Tests, Examples

v1.8.1

Choose a tag to compare

@samgroth samgroth released this 01 Jun 14:02

PVFS project
Device config toml files
More cross platform support
Plotting sink

v1.8.0

Choose a tag to compare

@samgroth samgroth released this 13 Nov 18:03

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

v1.7.3

Choose a tag to compare

@samgroth samgroth released this 22 Jul 21:45

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

Cleanup!

Choose a tag to compare

@jmhatptech jmhatptech released this 09 Jun 22:27
a48fb76

🧹

Small bug fixes

Choose a tag to compare

@jmhatptech jmhatptech released this 09 Jun 21:33
df08d78

Fixed small bug regarding sample rate property

Morelia v1.7.0

Choose a tag to compare

@jmhatptech jmhatptech released this 06 Jun 17:39
1de152a

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

Choose a tag to compare

@ThresaKelly ThresaKelly released this 04 Jun 19:44

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

Choose a tag to compare

@ThresaKelly ThresaKelly released this 21 May 19:14
49e6bd0

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

Choose a tag to compare

@ThresaKelly ThresaKelly released this 04 Dec 22:19
88370ea

Update Summary

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