enso/distribution/lib/Standard
James Dunkerley fa6fccb99e
Refactoring Table.set for GUI2 and other GUI fixes (#9128)
- Added `regex` function to `Standard.Base` as a way to easily and cleanly make regular expressions.
- Added `expr` and `Expression.Value` to distinguish expressions from text values.
- Fixed issues with `Table.join` widget so dropdown exists.
- Needed fully qualified name.
- Added default empty text values for right column to provided text input boxes.
- Deprecate `Table.filter_by_expression` and allow `Table.filter` to take an `Expression`.
- Added `Simple_Expression` and deprecated `Column_Operation`. Changes the order so takes a column then a calculation.
- Rename `column` to `value` and `new_name` to `as` on `Table.set`.
- Rename `name_column` to `names` on `Table.cross_tab`.
- Removed `Column_Ref.Expression` in favour of using `Expression.Value`.
2024-02-21 23:51:41 +00:00
..
AWS/0.0.0-dev rename database Table to DB_Table (#9067) 2024-02-19 17:31:58 +00:00
Base/0.0.0-dev Refactoring Table.set for GUI2 and other GUI fixes (#9128) 2024-02-21 23:51:41 +00:00
Database/0.0.0-dev Refactoring Table.set for GUI2 and other GUI fixes (#9128) 2024-02-21 23:51:41 +00:00
Examples/0.0.0-dev S3 Read Access, Input Stream based reading (#7776) 2023-09-20 15:09:11 +00:00
Geo/0.0.0-dev Rename Decimal to Float (#7807) 2023-09-14 15:01:30 +00:00
Google_Api/0.0.0-dev 8830 add google analytics authentication and reporting to enso (#8907) 2024-02-13 16:23:48 +00:00
Image/0.0.0-dev Refactor common context handling pattern (#9087) 2024-02-19 11:59:42 +00:00
Searcher/0.0.0-dev New Data.post for sending a payload to a Web API (#7700) 2023-09-19 11:26:29 +00:00
Table/0.0.0-dev Refactoring Table.set for GUI2 and other GUI fixes (#9128) 2024-02-21 23:51:41 +00:00
Test/0.0.0-dev Equality with conversions (#9070) 2024-02-19 17:18:56 +01:00
Visualization/0.0.0-dev Remove table aliases (#9098) 2024-02-20 01:03:57 +00:00