Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update v0.3.1 (2022-01-13)
label_coldanwith_labelpada fungsi utamaFILTER_MINMAX_COLUMN()ditukar menjadi(..., [with_label], [label_col],...). Perubahan ini dikarenakan argumenlabel_colbaru diikuti argumenwith_label = TRUE.FILTER_MINMAX_ARRAY()danFILTER_MINMAX_COLUMN()terdapat argumen opsional baru yaitutake_first_only. Jikatake_first_only = TRUE, maka hasil filter minimum/maksimum hanya mengambil baris pertamanya saja (jika terdapat minimum/maksimum lebih dari satu baris).SWAP_*(), nilai argumenfrom_indexdanto_indexmenerima index negatif (dari belakang). Bersamaan perubahan tersebut, nilai defaultto_indexmenjadi-1yang artinya selalu menukar posisi terdepan dengan terbelakang (baik berdasarkan baris ataupun kolom).FILTER_MINMAX_COLUMN():col -> column_index.GET_INDEX_2D():return_order_only -> return_as_order.ROTATE_*():n -> num_rotation.TEXT_SPLIT_VECTOR():text_delimiter -> col_delimiter.TEXT_SPLIT_VECTOR()menggunakan metode recursive dari fungsiTEXTSPLIT()(close TEXT_SPLIT_VECTOR sebagai recursive #21).TEXT_SPLIT_VECTOR()terdapat argumen opsional baru yaitureplace_na, yang berfungsi untuk mengubah nilai#NAdari hasil akhir.TEXT_SPLIT_VECTOR()berupa:TEXT_SPLIT_VECTOR()dengan jumlah baris yang banyak ataupun dimensi output yang besar. Pastikan hasil output fungsi memiliki dimensi yang kecil seperti jumlah kolomTEXT_SPLIT_VECTOR()menggunakan ukuran input yang bertahap dari kecil sampai besar.#NUM/#CALC.Website Update