Tags: JuliaData/PooledArrays.jl
Tags
## PooledArrays v1.4.3 [Diff since v1.4.2](v1.4.2...v1.4.3) **Merged pull requests:** - optimize permute! and invpermute! (#84) (@piever) - Remove usage of Base internals (permute!!) (#87) (@LilithHafner)
## PooledArrays v1.4.2 [Diff since v1.4.1](v1.4.1...v1.4.2) **Closed issues:** - Add examples (#78) **Merged pull requests:** - fix bug in `pop!` and `popfirst!` (#77) (@sl-solution) - Add examples in README.md (#79) (@bkamins) - Fix error in constructor (#82) (@bkamins)
## PooledArrays v1.3.0 [Diff since v1.2.1](v1.2.1...v1.3.0) **Closed issues:** - Purity assumption of map (#63) **Merged pull requests:** - Implementing repeat for PooledArray (#67) (@sl-solution) - avoid calling f twice in map (#70) (@bkamins) - add pure kwarg to map (#71) (@bkamins)
## PooledArrays v1.2.0 [Diff since v1.1.0](v1.1.0...v1.2.0) **Closed issues:** - performance of getindex (#54) - PooledArray is potentially not thread safe (#55) **Merged pull requests:** - Add pool sharing with copy on write (#56) (@bkamins) - Improve PooledArray docstring (#57) (@nalimilan)
## PooledArrays v1.0.0 [Diff since v0.5.3](v0.5.3...v1.0.0) **Closed issues:** - Constructor for PooledArray (#37) - Change the default type of ref (#39) **Merged pull requests:** - Install TagBot as a GitHub Action (#32) (@JuliaTagBot) - Remove unneeded convert (#34) (@oxinabox) - make push! and pushfirst! return array (#35) (@oxinabox) - Change default pooled ref type (#40) (@bkamins) - Make a docstring of PooledArray more precise (#41) (@bkamins) - Update TagBot.yml (#42) (@quinnj) - avoid applying fast_sortable on integer arrays (rebased) (#46) (@piever) - Add signed and compress to constructor args (#48) (@dmbates) - avoid applying fast_sortable on integer arrays (rebased) (#46) (#49) (@quinnj)
PreviousNext