Skip to content

Tags: JuliaData/PooledArrays.jl

Tags

v1.4.3

Toggle v1.4.3's commit message
## 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)

v1.4.2

Toggle v1.4.2's commit message
## 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)

v1.4.1

Toggle v1.4.1's commit message
## PooledArrays v1.4.1

[Diff since v1.4.0](v1.4.0...v1.4.1)



**Merged pull requests:**
- Fix assertions in constructor (#80) (@bkamins)
- bump version (#81) (@bkamins)

v1.4.0

Toggle v1.4.0's commit message
## PooledArrays v1.4.0

[Diff since v1.3.0](v1.3.0...v1.4.0)


**Closed issues:**
- add insert! (#74)

**Merged pull requests:**
- add insert! (#75) (@bkamins)

v1.3.0

Toggle v1.3.0's commit message
## 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)

v1.2.1

Toggle v1.2.1's commit message
## PooledArrays v1.2.1

[Diff since v1.2.0](v1.2.0...v1.2.1)


**Closed issues:**
- similar(pa, 0) stopped working (#61)

**Merged pull requests:**
- Resolve aliasing problems in getindex (#60) (@bkamins)

v1.2.0

Toggle v1.2.0's commit message
## 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)

v1.1.0

Toggle v1.1.0's commit message
## PooledArrays v1.1.0

[Diff since v1.0.0](v1.0.0...v1.1.0)


**Closed issues:**
- PooledArrays.jl 0.6 release (#45)
- Disallow mutable eltype in PooledArray (#51)

**Merged pull requests:**
- Add a comment about storing mutable objects (#52) (@bkamins)
- Add DataAPI.invrefpool (#53) (@bkamins)

v1.0.0

Toggle v1.0.0's commit message
## 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)

v0.5.3

Toggle v0.5.3's commit message

Verified

This tag was signed with the committer’s verified signature.
JuliaTagBot Julia TagBot
See github.com/JuliaData/PooledArrays.jl/releases/tag/v0.5.3 for rele…

…ase notes