v1.1.7 Release Candidate #323
numeredev
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Highlighted changes in this version
UI changes
installwill now automatically search through the package repository for a package with matching filename.New and improved functionalities
url.printcan now also display a table's contents (the first and last 5 rows) in the terminal.convertunit()allows for unit conversions towards SI units (like the corresponding table methods).getoverlap()returns the overlap of all to be passed intervals.complement(),intersection()andunion()provide means to apply set theory operations.TAB().replacevals()can be used to replace every occurence of a set of values with new values.nobarscan be used together withhistto switch the output graph to a dashed line plot with distinct marks at the bars' positions. This can be handy if you try to compare multiple histograms in a single diagram.moveorcopycan now contain wildcards within their path as well and will be replaced by their counterpart of the copied/moved filename, if it exists.statscommand: some field were renamed or replaced with more important values.cnt()will now return 0 ifvoidvalues are inserted as its argument (note that this is not true for an array ofvoidvalues). Completely empty and uninitialized columns and empty tables will now also returnvoidinstead ofnanor an empty string.student_twill no longer subtract 1 from the passed DOF internally.odesolveandfithave been adapted to follow the current syntax approach more.TAB().indexof()has been changed to a cluster, where consecutive index sets are stored as embedded clusters.TAB().anovaof()will now return the results of multi-dimensional ANOVAs in distinct embedded clusters.TAB().categoriesof()andTAB().categorize()will now return an array of categories (see functioncategory()for reference) instead of a key-value list. This might break some code.Experimental features
No experimental change in this release
General changes
The complete list of changes can be found in the ChangesLog.
Remarks
This discussion was created from the release v1.1.7 Release Candidate.
Beta Was this translation helpful? Give feedback.
All reactions