v1.1.8 Release Candidate #392
Pinned
numeredev
announced in
Announcements
Replies: 1 comment
-
|
As always (as it seems), the publishing to |
Beta Was this translation helpful? Give feedback.
0 replies
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
<>/user/langfolder to define your own keybindsNew and improved functionalities
treelistaccepts DictStructs during runtime and a newflexgridgroup layouting option has been addedinlineflag for procedures was improved, supporting more advanced procedures and even inlining only partly inlinable call treesDCT.pick(),DCT.omit()andDCT.merge()for extracting subsets and merging them,DCT.renamekey()for renaming a field,DCT.contains()for checking for field existence, andDCT.encodexml()andDCT.decodexml()for XML to and from string operations. Furthermore,DCT.encodexml()andDCT.encodejson()do now support pretty-printingzip()does now accept a single cluster as input and can therefore be used as its own inverseswapbytes()can perform endianness conversions on numerical datatypesverifyval(),verifyneq()andverifyrange()matop, see below) have been added:cat(),squeeze(),rotmat(),levicivita(),rank(),gaussjordan(),trilow(),triup()andinsertscalardim()to_codepoints()andfrom_codepoints(). There are also new string escape characters:"\xHH"(e.g."\xC3") for a single byte,"\0"for escaping the 0-character and"\uHHHH"(U+0000up toU+FFFF) and"\UHHHHHHHH"(U+00000000up toU+0010FFFF) for Unicode code points encoded in hexadecimal valuesSTR.chr(),STR.unicodelen,STR.normalize()andSTR.collate()Experimental features
databasecommand. It is still limited in the supported datatypes, thoughGeneral changes
matopcommand have been declared as deprecated. Matrix operations are now available in usual expressions at the cost of some smaller syntactical differences but at the benefit of supporting an arbitrary number of dimensions. There are also differences in the behavior of brace, bracket and parenthesis indexing. See thematopdocumentation article for further insights and guidelines for portingstringdocumentation article for further detailsThe complete list of changes can be found in the ChangesLog.
Remarks
winget.This discussion was created from the release v1.1.8 Release Candidate.
Beta Was this translation helpful? Give feedback.
All reactions