enso/distribution/lib/Standard
James Dunkerley f257952680
Changing Widgets to work better with GUI2 (#9017)
- Rename `Column.replace` to `Column.text_replace` (consistency with Table and allow for adding `Column.replace`).
- Changed Regex insert to be `.to_regex` rather than `Regex.compile`.
https://github.com/enso-org/enso/assets/4699705/3694e876-5b46-49f9-8e8c-352fa0684777

- Adjusted `Table.rename_columns` to insert a `Pair.new` for each rename.
![image](https://github.com/enso-org/enso/assets/4699705/8240f302-498c-46d6-9b77-b1a0f5bb585e)

- Added a `<Regular Expression>` option to the `rename_columns`.
https://github.com/enso-org/enso/assets/4699705/d3c695ad-93f2-419d-b1c1-1f607ca825bd

- Added constant values to `Table.fill_nothing` and made it value type dependent on `Column.fill_nothing`.
https://github.com/enso-org/enso/assets/4699705/26e2e975-e972-46f0-ae1a-6b09dcd39fe6
![image](https://github.com/enso-org/enso/assets/4699705/51393d09-c06b-4eb1-9471-1856430fbfdc)
![image](https://github.com/enso-org/enso/assets/4699705/064fa42b-6187-4816-b3f0-0b7f0f00f6a9)

- Removed `use_regex` option from `Sort_Column.By_Name` (in favour of Regex type).

- Improved widgets for `order_by`. Drop down now on the column name and allow using the Index method with specified numeric range.
![image](https://github.com/enso-org/enso/assets/4699705/549b9c4c-5753-4518-801c-ecd06db5c2e7)
2024-02-12 15:12:19 +00:00
..
AWS/0.0.0-dev Allow Filter_Condition to be inverted. (#8861) 2024-02-07 14:36:14 +00:00
Base/0.0.0-dev Changing Widgets to work better with GUI2 (#9017) 2024-02-12 15:12:19 +00:00
Database/0.0.0-dev Changing Widgets to work better with GUI2 (#9017) 2024-02-12 15:12:19 +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 Remove org.bouncycastle dependency (#8664) 2024-01-04 17:16:41 +01:00
Image/0.0.0-dev Add some ICON tags and a few new Icons. (#8996) 2024-02-08 09:56:57 +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 Changing Widgets to work better with GUI2 (#9017) 2024-02-12 15:12:19 +00:00
Test/0.0.0-dev Changing Widgets to work better with GUI2 (#9017) 2024-02-12 15:12:19 +00:00
Visualization/0.0.0-dev Add parser for line by line processing (#8719) 2024-02-01 07:29:50 +00:00