Changes#

What’s new in 3.1#

3.1.0#

  • Uses mhi.help framework for HTML Help documentation.

  • The command py -m mhi.help will open all help documentation.

What’s new in 3.0#

3.0.1#

  • Update to mhi.common 3.1.4

  • Added HTML documentation py -m mhi.enerplot help

3.0.0#

  • Drop support for Python 3.5 and Python 3.6

  • launch() now accepts

    • a port range

    • an network address for Enerplot to bind the automation server to

What’s new in 2.6#

2.6.1#

  • Update to mhi.common 2.4.5

  • allow_alpha and allow_beta are no longer supported in launch()

2.6.0#

  • Added Sheet.select_all() command

  • Update to mhi.common 2.4.2

  • Support mode & style properties in graph curves

What’s new in 2.5#

2.5.3#

2.5.2#

  • Update to mhi.common 2.3.9

2.5.1#

2.5.0#

What’s new in 2.4#

2.4.1#

  • Added record() alias for channel().

  • Removed deprecated distutils dependency

2.4.0#

What’s new in 2.3#

2.3.0#

What’s new in 2.2#

2.2.2#

  • datafiles() and load_datafiles() would omit datafiles with duplicate final path component names. These methods now return a Datafiles object, which supports duplicate filenames where the paths to those files are different.

2.2.1#

2.2.0#

  • Added mhi.enerplot.versions().

  • mhi.enerplot.common has been moved to an external dependency: mhi.common.

  • mhi.enerplot.automation.* has been flatten to mhi.enerplot.*.

What’s new in 2.1#

2.1.0#