]> gitweb.factorcode.org Git - factor.git/history - extra/sequences/extras/extras-tests.factor
git: fix tests
[factor.git] / extra / sequences / extras / extras-tests.factor
2024-04-07 Doug Colemansequences.extras: Add a word to take the cartesian...
2023-10-23 John Benediktssonsequences.extras: more supremum/infimum renames
2023-10-23 John Benediktssonsequences.extras: rename supremum-by*/infimum-by*
2023-09-10 John Benediktssonsequences.extras: another test case and make count...
2023-09-10 John Benediktssonsequences.extras: adding count=
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-08-16 Alexander Ilinsequences.extras: add exchange-subseq
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-28 Doug Colemansequences.extras: add more words from the bqn language
2023-02-26 Doug Colemanextras: fix using/deleted word
2023-02-26 Doug Colemansequences: add find* variants that return index/f as...
2023-02-26 Doug Colemansequences.extras: fix occurrence-count-by rename
2023-02-26 Doug Colemanfactor: rename count-by back to count. count* -> percent-of
2023-02-26 Doug Colemanassocs: fix at+* to return old,new and change* to chang...
2023-02-26 Doug Colemansequences.extras: Add more reduce/accumulate words...
2023-02-26 Doug Colemansequences.extras: add -of versions of lots of words.
2023-02-26 Doug Colemansequences.extras: add a version of filter-map and 2filt...
2023-02-26 Doug Colemansequences: fix stack orders and move unit test
2023-02-26 Doug Colemansequences.extras: Add the histogram outputs to the...
2023-02-26 Doug Colemansequences.extras: Add progress-index word like `𝕨 ...
2023-02-26 Doug Colemansequenece.extras: add occurrence-count like ⊒ in bqn
2023-02-26 Doug Colemansequences: add 0reduce, 0accumulate that use their...
2023-02-26 Doug Colemansequences.extras: Add 2map-filter and variants where...
2023-02-26 Doug Colemansequences.extras: fix map-prior-from
2023-02-26 Doug Colemansequences: add map-prior-as, map-prior-from, and map...
2023-01-16 John Benediktssonsequences.extras: adding some tests
2022-08-21 John Benediktssonsequences.extras: adding nth-index
2022-08-16 Doug Colemansequences.extras: Add each-prior and map-prior
2022-08-15 Doug Colemansequences.extras: Make a <zip-index> for issue #745.
2022-08-06 John Benediktssonsequences.extras: adding map-if
2022-02-21 Doug Colemansequences.extras: add another heap slurping combinator
2022-02-21 Doug Colemansequences.extras: Add a map-with-previous to let map...
2022-01-30 John Benediktssontensors.tensor-slice: move step-slice to sequences...
2021-12-20 Doug Colemanfactor: qualifying blank?, random fixes, renamed test...
2021-10-22 Doug Colemansequences.extras: Add Kadane's algorithm for finding...
2021-03-23 John Benediktssonsequences.extras: reverse stack effect for start-all...
2021-03-20 John Benediktssonsequences.extras: remove map-zip in favor of assocs...
2020-12-21 Doug Colemansequences.extras: Add find-pred
2020-04-02 John Benediktssonbasis/extra: move fewer things.
2020-04-02 John BenediktssonRevert "basis: Move more extra to basis."
2020-03-28 Doug Colemanbasis: Move more extra to basis.
2019-06-28 John Benediktssonsequences.extras: adding extract!.
2018-07-06 John Benediktssonsequences.extras: fix bug in count-head, add some tests.
2018-02-16 John Benediktssonsequences.extras: fix test case for interleaved/join...
2018-02-16 John Benediktssonsequences.extras: making evens/odds mutable sequences.
2018-02-16 John Benediktssonsequences.extras: adding join-with-as, test with strings.
2018-02-15 John Benediktssonsequences.extras: adding join-with.
2018-02-15 John Benediktssonextra: remove some unneeded IN: in -tests.
2018-02-08 Björn Lindqvistsequences.extras: this formulation of arg-max/min shoul...
2017-06-25 Alexander Iljinsequences.extras: add ?supremum and ?infimum
2017-06-02 Doug Colemanfactor: last iota -> <iota> fix.
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-01-27 John Benediktssonsequences.extras: additional tests for take-while and...
2017-01-26 John Benediktssonsequences.extras: whoops, fix tests.
2017-01-26 John Benediktssonsequences.extras: experimenting with take-while and...
2017-01-21 John BenediktssonRevert "sequences: swap stack arguments for start/start...
2017-01-21 John Benediktssonsequences: swap stack arguments for start/start*/subseq?.
2016-12-29 John Benediktssonsequences.extras: fix map-concat to be row-polymorphic.
2016-12-29 John Benediktssonsequences.extras: little more cleanup.
2016-12-29 John Benediktssonsequences.extras: simpler find-all and a test.
2016-08-03 John Benediktssonsequences.extras: adding pad-center.
2016-04-04 John Benediktssonsequences.extras: make rotate wrap.
2016-04-04 John Benediktssonsequences.extras: make rotate! support negative indices.
2016-04-04 John Benediktssonsequences.extras: make rotate support negative n.
2016-04-04 John Benediktssonsequences.extras: rename back to rotate!.
2016-04-02 Doug Colemansequences.extras: Check if slices overlap or touch...
2016-04-02 Doug Colemansequences.extras: rename rotate to rotate-headwards...
2016-03-29 Doug Colemansequences.extras: add map-zip.
2016-03-25 Doug Colemansequences.extras: Fix bad rename. (each-from) -> setup...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-05-22 Doug Colemansequences.extras: Add selector* which saves the output...
2015-05-13 John Benediktssonsequences: adding reject/reject-as/reject!.
2015-05-10 Jon Harpersequences.extras: add start-all and count-subseq for...
2014-06-10 John Benediktssonsequences.extras: adding count* which returns % of...
2014-01-08 John Benediktssonsequences.extras: remove insert-sorted (can use version...
2013-09-24 John Benediktssonsequences.extras: adding reject!.
2013-09-24 John Benediktssonsequences.extras: adding reject, "[ not ] compose filter".
2013-09-21 John Benediktssonsequences.extras: adding supremum-by* and infimum-by...
2013-09-12 John Benediktssonsequences.extras: adding nth* which is nth from the...
2013-09-06 John Benediktssonsequences.extras: adding cut-when.
2013-05-30 John Benediktssonsequences.extras: fix map-concat row-polymorphic problem.
2013-05-24 John Benediktssonsequences.extras: adding subseq* and safe-subseq.
2013-05-02 John Benediktssonsequences.extras: fix test for arg-where.
2013-04-26 John Benediktssonsequences.extras: adding subseq-as.
2013-04-03 John Benediktssonsequence.extras: adding ?trim-head and ?trim-tail.
2013-03-25 John Benediktssonsequences.extras: adding map-find-index.
2013-03-12 Doug Colemansequences: More efficient longest and shortest by movin...
2012-11-08 John Benediktssonsequences.extras: adding flatten1.
2012-10-30 John Benediktssonsequences.extras: adding a (slow) arg-sort.
2012-10-25 Doug Colemansequences.extras: Add set-nths and set-nths-unsafe...
2012-10-25 Doug Colemansequences.extras: Add head-as, head*-as, tail-as, tail...
2012-10-23 John Benediktssonsequences.extras: implement "insert-nth!".
2012-09-19 John Benediktssonsequences.extras: adding reverse-as.
2012-09-11 Doug Colemansequences.extras: Add unit tests. Fix using.
2012-09-10 Doug Colemansequences.extras: Add first=, first?, etc
2012-09-06 John Benediktssonsequences.extras: fixes, add "arg-max" and "arg-min".
2012-08-09 John Benediktssonsequences.extras: adding even and odd indices virtual...
next