v1.1.7 Beta #283
numeredev
announced in
Announcements
v1.1.7 Beta
#283
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Highlighted changes in this version
NOTE: This release is an actual beta release. Be carefule, if you use this version.
UI changes
set windowshown=false
and unhide it again. Usingset appautoclose=true
, the app will automatically close itself, once the last open window has been closed. Note that those settings are not saved and only affect NumeRe for the current running session.New and improved functionalities
remove
may now also remove folders (and folder structures recursively)TAB().kmeansof(...)
uuid()
,strjoin()
,getdisplayscale()
,is_void()
,is_equal()
,is_ordered()
,is_unique()
rms()
,skew()
,exc()
,stderr()
,inv_pct()
today()
,get_utc_offset()
,is_daylightsavingtime()
,is_leapyear()
ridgedmulti()
,billownoise()
,voronoinoise()
database
. Available interfaces for now are: MySQL/MariaDB, SQLite, ODBC. PostGreSQL is NOT supported right now due to dependency issues..scwin()
and.srwin()
have been added and can be used to define a moving window for multi argument functions. Table method handling has been improved and chaining with the new internal method system is now possible. The new table method modifier.cells()
together with.rows
or.cols
allows for selection of table cells along the direction of application.TAB(i1:i2,j1:j2) = TAB2(i1:i2,j1:j1)
syntax.for
loops can now have an additional condition as their second argument (i.e.for (i = 1:0, a !=b)
), which is checked before each loop iteration.window
command has been cleaned and improved. Some interactions will now return more fitting data types. It might be possible that this change will break some existing solutions. Furthermore, thetextfield
can now be configured astype=markup
to support simplified markdown styling.group -style=tabs ...
in window layouts can now have an ID and anonchange
event handler firing when the user changes the tab. It is also possible to access the properties of the tab group usingwindow ... -get
andwindow ... -set
.options={KEY-VALUE-LIST}
can be used to modify additional window element properties. This option is currently only supported fortablegrid
elements, where one can change the minimal number of rows and cols.Experimental features
.sel(ID)
method for navigating and.unwrap
to unwrap the whole structure in a single-level cluster. Writing a set of values into a single cluster element will embed them as a sub-structure. Reading this single element, will return the embedded structure.General changes
The complete list of changes can be found in the ChangesLog.
Remarks
This discussion was created from the release v1.1.7 Beta.
Beta Was this translation helpful? Give feedback.
All reactions