[2023-02-27] Library and Engine Team Update #5772
jdunkerley
started this conversation in
Weekly Demo Day
Replies: 3 comments
-
Fixed the visualization for 2D vectors.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Updated the rename_columns API to a new simpler Map and Vector based approach.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
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
-
rename_columns
API to a new simplerMap
andVector
based approach. Updaterename_columns
to new API design, addfirst_row
,second_row
andlast_row
functions to the table. #5719first_row
,second_row
andlast_row
to Table APIs. Updaterename_columns
to new API design, addfirst_row
,second_row
andlast_row
functions to the table. #5719expectText
method returning wrong error messages and crashing on null. Adjust generateCheckedArgumentRead to return correct expected type #5769Text.encoding
anddecoding
. Review Text encoding/decoding problem handling #5701File
andData
read.Text.match
,Text.find
andText.find_all
. Wip/gmt/match find only text #5721Regex.compile
,match
,find
andfind_all
.File.new
NullPointerException
. File.parent can return Nothing #5699findExtractionMessage
method to extract exctraction methods consistently. Two findExceptionMessage methods to extract exception messages consistently #5684NULL
to surface language. Avoid nulls in Array.items #5736executionContext/executionStatus
within the IDE. Don't let the IDE throw away executionContext/executionStatus messages #5734tagValues
to not include single constructor (e.g. Table.Value). Offer no suggestion for single constructor #5747If-then-else
performance issue. If cascades 5x slower than case-of due to limit of recursive inlining #5709Number.is_nan
- separatingNaN
to own type. NaN is a new builtin type #5744Beta Was this translation helpful? Give feedback.
All reactions