v1.1.7 "Chandrasekhar" #333
Pinned
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
New and improved functionalities
zip()combines multiple arrays elementwise into embedded clusters in the returned clustergetuserinfo()will return a key-value list containing user informationmailcan be used to send e-mails via a SMTP serverdate()function will now also accept strings as its "formatting type" parametergetfileparts()will now return the host as drive for UNC paths, i.e."\\MY.SERVER.TDL"textparse(),to_value(),split()and all character classifier functions likeis_alnum()encode_base_n()and decodingdecode_base_n()have been addedExperimental features
dictstruct(a structure/dictionary mixture),file(for arbitrary file accesses),path(for all type of paths),queue(FIFO storage) andstack(LIFO storage)readxml()can import XML files andreadjson()can import JSON files (both are imported asdictstructinstances)objcan be used to declare procedure-local objects and structures (including categories)VAR[IDX]can now be used on usual vectors. It also accepts the dimension variablenlenGeneral changes
matop, but not fully compatible to inline created vectors using the brace syntax{x,y,z,...}, because they will not be auto-expanded to matrices if necessary. To resolve this, either wrap the vectorial variable into additional braces or enclose it into an explicitrepmat()call. This is a known issue and will be resolved in a future version together with the complete rework ofmatop.params=[PARAMLIST]The complete list of changes can be found in the ChangesLog.
Remarks
This discussion was created from the release v1.1.7 "Chandrasekhar".
Beta Was this translation helpful? Give feedback.
All reactions