v1.1.5 Release Candidate
Pre-release
Pre-release
Highlighted changes in this version
- A large number of table methods have been added:
TAB().pcorrof()
,TAB().scorrof()
,TAB().covarof()
,TAB().*rankof()
,TAB().zscoreof()
,TAB().anovaof()
,TAB().fndcols()
,TAB().indexof()
,TAB().countif()
,TAB().binsof()
,TAB().categoriesof()
,TAB().categorize()
,TAB().rows
,TAB().cols
- A
filter()
function was added tomatop
to filter a matrix with an arbitrary kernel - A large number of random distributions (Laplace, Cauchy, Rayleigh, Landau, Levy (alpha stable), Fisher-F, Student-T) were added as functions
- Functions to work with time values were added:
as_date()
,as_time()
,weekday()
,weeknum()
sha256()
function calculates SHA-256 of strings and filesto_time()
andtimeformat()
now use automatic pattern matching if no pattern is given- The range-based
for
loop has been added asfor (ITER -> RANGE)
and can also have multiple iterators at once - archive files can be packed with
pack
and unpacked withunpack
diff
can now differentiate numerically up to the third orderhist2d
now also supports time axes (experimental)vect
can now also generate vector plots from complex functions and complex data grids- With the new plot options
ohlc
("Open-High-Low-Close") andcandlestick
, plots can be generated for the display of price developments (stocks) - Tables can now have columns with logical values and columns with categories. In addition, the Table Viewer has received further functionalities that further simplify the interaction with tables
- External files are now under automatic version control. Furthermore, restoring a previous version has been improved so that the current file is now automatically overwritten. In addition, a menu option has been added to compare two different files with each other
- It is now possible to disable the "floating" of most windows on the main window
- Procedures in the file tree now show their signature and documentation (if available) as tooltip
- It is now possible to copy text with styling information from the editor to MS-Word or MS-PowerPoint with an appropriate menu option
- It is now possible to drag code with comments into the terminal. The code is executed normally
- When creating a new file, a helpful dialog with more information about the file types now appears
- The support of Excel files and JCAMP-DX files has been improved
- The help command and the documentation browser have been improved and now also show function and procedure documentation
- Toolbar icons have been updated and modernized. Three selectable styles are available in the options (Purist, Focused (default) and Colourful). It is also possible to extend the toolbar over the entire window width
- Many improvements and fixes
The complete list of changes can be found in the attached ChangesLog