Changes#
What’s new in 3.1#
3.1.0#
Uses
mhi.helpframework for HTML Help documentation.The command
py -m mhi.helpwill 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 acceptsa port
rangean network
addressfor Enerplot to bind the automation server to
What’s new in 2.6#
2.6.1#
Update to mhi.common 2.4.5
allow_alphaandallow_betaare no longer supported inlaunch()
2.6.0#
Added
Sheet.select_all()commandUpdate to mhi.common 2.4.2
Support mode & style properties in graph curves
What’s new in 2.5#
2.5.3#
Added
Book.relink()&Sheet.relink().Sheet.nameandSheet.descriptionare now read/write.Recording now includes book/sheet relinking, sheet parameter changes.
Enerplot.new_workspace()with default_book=False now works in both 1.0 and 1.1.Fixed
Sheet.graph_frame()name error.Update to mhi.common 2.3.10
2.5.2#
Update to mhi.common 2.3.9
2.5.1#
Restore Enerplot 1.0.x compatibility in
Enerplot.load_datafiles().
2.5.0#
Added
Book.focus().Added
Book.print().Added
Sheet.group_box().
What’s new in 2.4#
2.4.1#
Added
record()alias forchannel().Removed deprecated distutils dependency
2.4.0#
Added
Enerplot.reload().
What’s new in 2.3#
2.3.0#
Added
Enerplot.substitute(),is_dirty(),workspace_dir,workspace_name,workspace_path.Added
Book.reload(),is_dirty(),dirty.Added alias to mhi.enerplot.common for Enerplot 1.0.x compatibility.
What’s new in 2.2#
2.2.2#
datafiles()andload_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#
Fixed missing import when
mhi.enerplot.versions()is not calledAdded minimum, maximum, allow_alpha, allow_beta, x64 parameters to
mhi.enerplot.launch()Added
zoom()for x-axis only zoom support.
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#
Added
grid,orientationandpagesizeproperties to SheetAdded
header,title, and footer print formatting properties to Book