Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / purescript/purescript-arrays issues and pull requests

#246 - Description text of `difference`

Issue - State: open - Opened by flip111 about 1 month ago

#245 - generalizes `deleteBy` parameter type

Pull Request - State: open - Opened by acple 5 months ago - 1 comment

#244 - generate function

Issue - State: open - Opened by gbagan 8 months ago - 2 comments

#243 - Add clone to Data.Array.ST

Pull Request - State: closed - Opened by gbagan 8 months ago - 3 comments

#242 - deleteWith function & friends

Issue - State: open - Opened by flip111 10 months ago - 2 comments

#241 - Does Array.index need to be a foreign import?

Issue - State: open - Opened by natefaubion 12 months ago

#240 - Add foreign implementation for push

Pull Request - State: closed - Opened by i-am-the-slime about 1 year ago

#239 - Add length to Data.Array.ST

Pull Request - State: closed - Opened by Blugatroff over 1 year ago - 2 comments

#238 - Data.ST.Array.length

Issue - State: closed - Opened by jamesdbrock over 1 year ago - 2 comments

#237 - Avoid unnecessary array allocation

Pull Request - State: closed - Opened by i-am-the-slime over 1 year ago - 2 comments

#236 - Implement `STArray.push` via proper FFI

Issue - State: closed - Opened by i-am-the-slime over 1 year ago

#235 - Update non-ST FFI to use Fn

Pull Request - State: closed - Opened by JordanMartinez over 1 year ago - 4 comments

#234 - Update ST FFI to use StFns

Pull Request - State: closed - Opened by JordanMartinez over 1 year ago - 2 comments

#233 - Use FunctorWithIndex.mapWithIndex

Pull Request - State: closed - Opened by JordanMartinez almost 2 years ago

#232 - `mapWithIndex` should reuse `Data.FunctorWithIndex.mapWithIndexArray`

Issue - State: closed - Opened by JordanMartinez almost 2 years ago - 3 comments

#231 - Build an array directly, not indirectly via list

Pull Request - State: closed - Opened by JordanMartinez almost 2 years ago - 3 comments

#230 - Make `groupBy` use pairwise function

Pull Request - State: open - Opened by JordanMartinez almost 2 years ago

#229 - `groupBy` has unexpected `l` argument for `a -> a -> Boolean` predicate

Issue - State: open - Opened by JordanMartinez almost 2 years ago - 3 comments

#228 - Add transpose and transpose' to NonEmptyArray

Pull Request - State: closed - Opened by newlandsvalley almost 2 years ago - 1 comment

#227 - Add transpose to NonEmptyArray

Issue - State: closed - Opened by newlandsvalley almost 2 years ago - 8 comments

#226 - Add transpose to Data.Array

Pull Request - State: closed - Opened by newlandsvalley almost 2 years ago - 2 comments

#225 - transpose?

Issue - State: closed - Opened by newlandsvalley almost 2 years ago - 16 comments

#224 - Add prependArray

Pull Request - State: closed - Opened by JordanMartinez about 2 years ago

#223 - Deprecate `nub` and rename to `removeDuplicates`

Issue - State: closed - Opened by i-am-the-slime about 2 years ago - 7 comments

#222 - Add isEmpty

Pull Request - State: open - Opened by sigma-andex about 2 years ago - 18 comments

#221 - question about Lazy => some

Issue - State: closed - Opened by jamesdbrock about 2 years ago - 3 comments

#220 - Prepare v7.0.0 release (1st PS 0.15.0-compatible release)

Pull Request - State: closed - Opened by JordanMartinez about 2 years ago
Labels: purs-0.15

#219 - Drop deprecated group' and empty

Pull Request - State: closed - Opened by JordanMartinez over 2 years ago - 2 comments

#218 - Update to v0.15.0

Pull Request - State: closed - Opened by JordanMartinez over 2 years ago
Labels: type: breaking change, purs-0.15

#217 - Migrate FFI to ES modules

Pull Request - State: closed - Opened by JordanMartinez over 2 years ago

#216 - Fix minor documentation issue with find

Pull Request - State: closed - Opened by JamieBallingall almost 3 years ago

#215 - Consistency for Eq a / Ord a functions with suffix "By"

Issue - State: open - Opened by Trequetrum about 3 years ago - 3 comments
Labels: type: enhancement

#214 - Add API: sliding and slidingSizeStep

Issue - State: open - Opened by JordanMartinez about 3 years ago - 4 comments
Labels: status: needs more info

#213 - Fix warnings revealed by v0.14.1 PS release

Pull Request - State: closed - Opened by JordanMartinez about 3 years ago - 1 comment

#212 - added sliding-window functions sliding and slidingWithSizeAndStep

Pull Request - State: closed - Opened by FloWi about 3 years ago - 20 comments

#211 - Prepare v6.0.0 release

Pull Request - State: closed - Opened by kl0tl over 3 years ago

#209 - Add changelog entries since v5.3.1

Pull Request - State: closed - Opened by milesfrain over 3 years ago

#208 - Generate changelog and add PR template

Pull Request - State: closed - Opened by JordanMartinez over 3 years ago

#207 - Use Natural Transformations wherever possible

Pull Request - State: open - Opened by milesfrain over 3 years ago - 3 comments

#206 - Add benchmarks for nubEq, union, intersect, and difference

Pull Request - State: closed - Opened by JordanMartinez over 3 years ago - 5 comments

#205 - Speedup 'nubBy' by doing more things to intermediate array in-place

Pull Request - State: closed - Opened by JordanMartinez over 3 years ago - 4 comments

#204 - Add `STA.foreachWithIndex`

Issue - State: open - Opened by JordanMartinez over 3 years ago
Labels: type: enhancement

#203 - Make `union*`, `difference*`, and `intersect*` run linearly by sorting elements first

Pull Request - State: closed - Opened by JordanMartinez over 3 years ago - 10 comments

#202 - Implement foldMap1 for arrays in JavaScript to fuse mapping and folding

Pull Request - State: closed - Opened by kl0tl over 3 years ago - 21 comments

#201 - Add missing members to Data.Array.NonEmpty

Pull Request - State: closed - Opened by kl0tl over 3 years ago - 9 comments

#200 - Rename group' to groupAll and add groupAllBy; add docs

Pull Request - State: closed - Opened by JordanMartinez over 3 years ago - 7 comments

#199 - Enable user to specify which sorting algorithms to use when sorting.

Issue - State: closed - Opened by JordanMartinez over 3 years ago - 2 comments

#198 - Replace Data.Array.ST.empty by Data.Array.ST.new

Pull Request - State: closed - Opened by kl0tl over 3 years ago

#197 - Restore stability for sorting, add tests

Pull Request - State: closed - Opened by ptrfrncsmrph over 3 years ago - 5 comments

#196 - Restore stability for sorting

Issue - State: closed - Opened by JordanMartinez over 3 years ago - 3 comments

#195 - Sort undefined according to the comparison function

Pull Request - State: closed - Opened by kl0tl over 3 years ago

#194 - Rename group' to groupAll and add groupAllBy

Pull Request - State: closed - Opened by kl0tl over 3 years ago

#193 - Export specialized any and all from Data.Array and Data.Array.NonEmpty

Pull Request - State: closed - Opened by kl0tl over 3 years ago

#192 - Use Ord by default for all set-like operations

Issue - State: open - Opened by hdgarrood over 3 years ago - 25 comments
Labels: status: blocked, type: breaking change, purs-0.15

#191 - Rename Data.Array.ST.empty

Pull Request - State: closed - Opened by kl0tl over 3 years ago - 1 comment

#190 - Move unsafeFreeze and unsafeThaw into Data.Array.ST.Unsafe

Pull Request - State: closed - Opened by kl0tl over 3 years ago

#188 - Add intersperse with tests

Pull Request - State: closed - Opened by JordanMartinez over 3 years ago - 2 comments

#187 - Migrate to GitHub Actions for CI

Pull Request - State: closed - Opened by thomashoneyman over 3 years ago - 2 comments

#186 - Rename empty to new in Data.Array.ST

Issue - State: closed - Opened by kl0tl over 3 years ago - 2 comments

#185 - Move unsafeFreeze and unsafeThaw to Data.Array.ST.Unsafe

Issue - State: closed - Opened by kl0tl over 3 years ago - 4 comments

#184 - Remove some usages of unsafeCoerce

Pull Request - State: closed - Opened by kl0tl over 3 years ago

#182 - Add unsafe versions of delete, insert, update, and modify

Pull Request - State: closed - Opened by JordanMartinez over 3 years ago - 1 comment

#181 - Update to v0.14.0-rc3

Pull Request - State: closed - Opened by paluh over 3 years ago - 7 comments

#180 - replace FFI cons, snoc, drop, take with purescript implementations

Pull Request - State: closed - Opened by sharno over 3 years ago

#179 - Add `splitAt`

Pull Request - State: closed - Opened by maxdeviant almost 4 years ago - 4 comments

#178 - feat: minibench -> add

Pull Request - State: closed - Opened by srghma almost 4 years ago - 23 comments

#177 - fromFoldable1 should have Partial in type

Issue - State: closed - Opened by BebeSparkelSparkel almost 4 years ago - 3 comments

#176 - Add roles declarations to allow safe coercions

Pull Request - State: closed - Opened by kl0tl almost 4 years ago - 1 comment

#175 - Remove `return {}` from FFI function

Pull Request - State: closed - Opened by mhmdanas almost 4 years ago

#174 - Bump pulp version

Pull Request - State: closed - Opened by garyb about 4 years ago

#173 - Change reexports to specialize to type Array

Pull Request - State: closed - Opened by jvliwanag about 4 years ago - 11 comments

#172 - Running time notes

Pull Request - State: open - Opened by milesfrain about 4 years ago - 9 comments

#171 - Update README.md for spago

Pull Request - State: closed - Opened by csicar about 4 years ago - 2 comments

#169 - Fix the retrieval of the latest compiler version tag

Pull Request - State: closed - Opened by kl0tl over 4 years ago

#168 - Remove primes from foreign modules exports

Pull Request - State: closed - Opened by kl0tl over 4 years ago

#167 - Expose unsafe versions of `insertAt`, `deleteAt`, and `modifyAt`

Issue - State: open - Opened by JordanMartinez over 4 years ago
Labels: type: enhancement

#166 - Add findMapWithIndex

Pull Request - State: open - Opened by zyla over 4 years ago

#165 - Update library for upcoming 0.14.0 release

Pull Request - State: closed - Opened by JordanMartinez over 4 years ago

#164 - Add groupBy to Array.NonEmpty

Pull Request - State: closed - Opened by Zelenya over 4 years ago - 2 comments

#163 - Implement zipWith3

Pull Request - State: open - Opened by TOTBWF over 4 years ago - 6 comments

#162 - Add simple builder

Pull Request - State: closed - Opened by paluh over 4 years ago - 14 comments

#161 - Is there a reason we don't have `filterM` function in Data.Array?

Issue - State: closed - Opened by shubham399 over 4 years ago - 2 comments

#160 - Change foldM type signature to more closely match foldl

Pull Request - State: closed - Opened by milesfrain over 4 years ago - 1 comment

#159 - Replace use of unsafeCoerce in freeze/thaw functions with discrete fo…

Pull Request - State: closed - Opened by andyarvanitis almost 5 years ago - 9 comments

#158 - Explicitly document sort stability

Pull Request - State: closed - Opened by ford-prefect about 5 years ago - 7 comments

#157 - added: pop, shift, unshift, unshiftAll to Data.Array.ST

Pull Request - State: closed - Opened by klntsky about 5 years ago

#156 - Using head and isNothing to compute whether a given array is null or not

Pull Request - State: closed - Opened by aravindgopall over 5 years ago - 2 comments

#154 - make nubByEq more efficient, part of #71

Pull Request - State: closed - Opened by sharno over 5 years ago - 3 comments

#153 - Use new run function in tests

Pull Request - State: closed - Opened by garyb over 5 years ago

#152 - Add runSTArray for efficiently constructing arrays using ST.

Pull Request - State: closed - Opened by Dretch over 5 years ago - 2 comments

#151 - add pop, shift, unshift to STArray

Issue - State: closed - Opened by hdgarrood over 5 years ago - 1 comment

#150 - Align the `nubByEq` example with the `unionBy` example and the `deleteBy` example

Pull Request - State: closed - Opened by nfgrusk over 5 years ago - 2 comments

#143 - Should we have a specialized version of `find`?

Issue - State: closed - Opened by paulyoung about 6 years ago - 2 comments

#141 - Add missing groupBy'

Issue - State: closed - Opened by ad-si about 6 years ago - 3 comments

#139 - Add Semigroup NonEmptyArray instance

Pull Request - State: closed - Opened by hdgarrood about 6 years ago