LTPDA Toolbox™ | contents | ![]() ![]() |
This table summarizes what's new in Version 2.7:
New Features and Changes | Version Compatibility Considerations | Fixed Bugs and Known Problems | Related Documentation at Web Site |
---|---|---|---|
Yes Details below |
No | Bug Reports at Web site | Printable Release Notes: PDF |
This version of LTPDA is 2.7. This document lists the changes since V2.6.1.
This version requires MATLAB 2010a or above.
This version of LTPDA contains many under-the-hood improvements, particularly in the area of speed, and also some changes to the underlying data structures for analysis objects. In addition, a new test infrastructure is under development which includes a significant number of new unit tests. As a result a large number of bug fixes have been made.
In order to make deep copies of objects, users should now use the copy() method rather than the old (and confusing) copy constructor. So, instead of
a = ao.randn(10,1) b = ao(a)
users should now do
b = copy(a)
When tracking processing steps the ‘context’ in which the current command is executed is captured in the history structure. For example, it may capture the name of the script or pipeline being executed. In a later release this may be used to group history steps in the history tree displays.
Function handle objects have a new property ‘transform’ where you can specify a single or a list of functions that should be applied to the input objects prior to evaluating the function.
This version of the toolbox has some new utilities for querying LTPDA repositories from within MATLAB.
Issue | Type | Decription |
---|---|---|
0000510 | Change Request | A possibility to specify the dy field of an ao without knowing its length |
0000559 | Change Request | Give warning if negative samping rate is found. |
0000625 | Change Request | More matrix methods |
0000642 | Change Request | Power operator for matrix objects |
0000643 | Bug Report | ao.setXunits rejects certain units |
0000641 | Bug Report | iplot returns error if objects have no dependency information |
0000658 | Bug Report | Iplot does not work as documented / plotinfo objects overrule manual plot settings |
0000656 | Change Request | ao/search should warn of failure |
0000660 | Change Request | A report method for get_data step of pipelines |
0000662 | Change Request | Warnings about telemetry parameters alias |
0000668 | Bug Report | Applying Yranges on multiple iplots |
0000666 | Bug Report | Manual is not accessible online |
0000647 | Change Request | Test mode in retrieve in timespan |
0000665 | Bug Report | ao.polyfit does not calculate errors for the estimated coefficients |
0000661 | Change Request | An easy way to access names of LTPDApipeline telemetry parameters |
0000659 | Change Request | Release notes are not accessible/file is damaged |
0000650 | Bug Report | Mantis doesn't allow to select product version 2.6 |
0000664 | Change Request | pest class needs a y method |
0000655 | Bug Report | iplot for aos from (older version) files is broken |
0000653 | Bug Report | simplifyYunits does not like kg and does not scale errors |
![]() |
Version 2.7.1 LTPDA Toolbox Software | Version 2.6.1 LTPDA Toolbox Software | ![]() |
©LTP Team