Wykres commitów

1017 Commity (b50acf91d34cd24e729761d3b61fcd23fecf46f5)

Autor SHA1 Wiadomość Data
jmoenig b50acf91d3 added trash button for undeleting sprites 2021-03-04 09:00:35 +01:00
jmoenig d99dc49cb6 added "trashFull" symbol 2021-03-03 12:23:34 +01:00
jmoenig 443d809875 added "trash" symbol 2021-03-03 11:18:20 +01:00
jmoenig 9ae90d4e2e pushed dev version to 6.7
because of new documentable features
2021-03-02 17:46:39 +01:00
jmoenig 07aae7b3bc correct identities when combining the items of an empty list with + / * / min / max 2021-03-02 17:43:17 +01:00
jmoenig de976a2036 undelete sprites 2021-03-02 17:17:55 +01:00
jmoenig c43ac46add optimized special cases for compiled version of COMBINE 2021-03-02 11:11:58 +01:00
jmoenig cc01cd6733 optimized special cases for COMBINE (sum, product, min, max) by up to 34 x 2021-03-02 10:55:45 +01:00
jmoenig b8e90ad0b7 changed zebra-coloring for yellow custom block prototypes
(in the block editor) so the hat block changes the shade, not the prototype
2021-03-01 20:00:03 +01:00
jmoenig 086f793047 display custom block label parts in the prototype (in the block editor) the same as in block instances 2021-03-01 19:37:47 +01:00
jmoenig 8130e80215 improved layout and rendering of (+) buttons in custom block prototypes 2021-03-01 16:46:16 +01:00
jmoenig d41dc010d6 removed a redundant unused case for block highlights 2021-02-27 22:33:38 +01:00
jmoenig 0be5a58ae1 arrange variadic ring inputs vertically
(e.g. the reporter rings in PIPE)
2021-02-27 22:29:48 +01:00
jmoenig b5e65e8f8e new dev version 2021-02-27 18:49:02 +01:00
jmoenig 30dd43cde3 updated version number in change log 2021-02-25 15:18:41 +01:00
jmoenig 2fd853586d prepared minor release 2021-02-25 15:16:44 +01:00
jmoenig 81dcf907e0 updated version history 2021-02-25 15:00:27 +01:00
jmoenig ac19dcc747 commented out experimental slice() primitive 2021-02-23 08:58:13 +01:00
jmoenig 5edd6bd8c7 experimental list slice() primitive, hidden, available via find / relabel 2021-02-20 19:33:41 +01:00
jmoenig 4efac911a6 made list.slice() experimental - removed from production code 2021-02-20 13:40:14 +01:00
jmoenig 54c9d71bb5 reverted list palette reordering 2021-02-16 18:11:35 +01:00
jmoenig ecb25fe473 support for ranges of indices using zero and negative numbers inside index-lists in "item of" 2021-02-15 17:48:18 +01:00
jmoenig 8e83539536 removed "reverse" block from the "frequency distribution analysis" library 2021-02-15 12:26:54 +01:00
jmoenig 8df42557c0 German translation update 2021-02-15 12:19:18 +01:00
jmoenig 5c74dc7a0e took out "transpose" from "length" dropdown 2021-02-15 12:14:13 +01:00
jmoenig bfa8ebc335 fixed #2784 2021-02-15 11:04:41 +01:00
jmoenig 6c3fe5f568 fixed #2783 2021-02-15 09:41:00 +01:00
jmoenig ad9fa14628 updated history log 2021-02-14 11:41:27 +01:00
jmoenig f650b8b538 fixed a bug for showing the senders of a message 2021-02-13 23:47:08 +01:00
jmoenig d72f8e4a0a distinguish between "columns" (<3D) and (deep) "transpose" 2021-02-13 13:32:14 +01:00
jmoenig 858fa17599 distinguish between "transpose" (<3D) and "deep transpose" 2021-02-12 17:44:14 +01:00
jmoenig 4eeb2e7567 fixed list.reverse() to return a shallow copy instead of mutating the original 2021-02-11 17:17:22 +01:00
jmoenig c9f46be70a rearranged the blocks in the lists category palette (moved commands up) 2021-02-11 10:46:39 +01:00
jmoenig 31c070f6f3 updated feature log 2021-02-10 16:41:44 +01:00
jmoenig c3ed62048d German translation update 2021-02-10 13:08:21 +01:00
jmoenig bc742e9988 changed error message for "lines" conversion 2021-02-10 10:37:42 +01:00
jmoenig b8e0dc143d enabled scientific notation in numeric text fields 2021-02-10 10:32:43 +01:00
jmoenig 17f20ac4bc added "is _ identical to _ ?" to relabel options of equals 2021-02-10 09:28:36 +01:00
jmoenig b570798675 added defaults to RESHAPE in palette 2021-02-09 23:28:38 +01:00
jmoenig b1660b9074 took out "crossproduct" primitive option from the palette 2021-02-09 22:42:33 +01:00
jmoenig 21baffd9a2 limit crash-dangerous matrix-exploding ops to 1 MM elements (reshape, crossproduct) 2021-02-09 22:30:37 +01:00
jmoenig a7ac936578 enhanced 'reshape' to also handle scalars 2021-02-09 10:32:45 +01:00
jmoenig 8d5153c1bb enhanced list attributes 'rank', 'shape' and 'ravel' to also handle scalars 2021-02-09 10:11:26 +01:00
jmoenig 30d180280f enhanced MIN and MAX to also operate on text 2021-02-09 09:53:06 +01:00
jmoenig 05cad6a0cc fixed internal migration for "transpose" block 2021-02-09 08:43:32 +01:00
jmoenig 1b72285310 refactored list.crossproduct() to avoid JS stack overflows 2021-02-09 00:58:26 +01:00
jmoenig 2576ae12bd added "cross product" to "append" as dropdown, and "reverse" to "length" 2021-02-08 17:19:50 +01:00
jmoenig c9764aca69 added TRANSPOSE for higher dimensions, thanks, Brian! 2021-02-08 15:56:31 +01:00
jmoenig 0486733aca added internal naive (recursive) version of CROSSPRODUCT 2021-02-08 11:37:08 +01:00
jmoenig 4a7abe0b7b new RESHAPE primitive 2021-02-08 08:57:26 +01:00