Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / lilithhafner/aliastables.jl issues and pull requests
#61 - O(n) or O(n log(n) algorithm?
Issue -
State: closed - Opened by zsunberg about 1 month ago
- 1 comment
Labels: question
#60 - Bump codecov/codecov-action from 3 to 5
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
- 1 comment
Labels: dependencies
#59 - Delete MallocArrays and replace it with a dependency on PtrArrays
Pull Request -
State: closed - Opened by LilithHafner 9 months ago
- 1 comment
#58 - Bump julia-actions/cache from 1 to 2
Pull Request -
State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies
#57 - Make too-small `I` give good error and support unsigned output types
Pull Request -
State: closed - Opened by LilithHafner 9 months ago
- 1 comment
#56 - Use underlying RNG's SIMD (if Xoshiro)
Pull Request -
State: closed - Opened by LilithHafner 9 months ago
- 1 comment
Labels: performance
#55 - Unsigned output type fails
Issue -
State: closed - Opened by LilithHafner 9 months ago
Labels: bug
#54 - Release 1.1.1!
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
#53 - AliasTable(UInt32[0x60000000, 0x40000000, 0x60000000]) fails on 32-bit
Issue -
State: closed - Opened by LilithHafner 10 months ago
- 2 comments
#52 - Run CI on 32-bit and make some changes so they pass (no bugfixes)
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
- 1 comment
#51 - Fix 32-bit top_set_bit bug
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
Labels: bugfix
#50 - Need CI tests for 32 bits.
Issue -
State: closed - Opened by LilithHafner 10 months ago
Labels: duplicate
#49 - Need CI tests for 32 bits.
Issue -
State: closed - Opened by LilithHafner 10 months ago
#48 - Downstream errors on 32bit
Issue -
State: closed - Opened by devmotion 10 months ago
- 5 comments
Labels: bug
#47 - Round small floating point values up instead of down
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
- 1 comment
Labels: bugfix
#46 - Fix overflow on shifting T2.(v) .<< sizeof(T)
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
Labels: bugfix
#45 - Release 1.1.0
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
#44 - `AliasTable([0x0ffffffffffffffff000000000000000, 0x0ffffffffffffffff000000000000000])` throws
Issue -
State: closed - Opened by LilithHafner 10 months ago
- 2 comments
Labels: bug
#43 - `AliasTable{UInt8}(fill(1.0, 1000))` throws
Issue -
State: closed - Opened by LilithHafner 10 months ago
- 1 comment
Labels: bug
#42 - Remove redundant `throw_on_negatives` in common path
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
#41 - Cleanup, micro-refactor, add tests
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
- 1 comment
#40 - Test that `set_weights!` does not allocate
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
#39 - Add `set_weights!`
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
- 2 comments
Labels: bug
#38 - Depend on (inlined) MallocArrays.jl to eliminate allocations in normalization
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
- 2 comments
Labels: performance
#37 - Add test fixed by #36
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
#36 - Simplify and optimize constant alias tables
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
- 2 comments
Labels: bugfix
#35 - Allow alias tables with more than typemax(T) weights by implementing a lookup table structure
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
- 2 comments
Labels: bugfix
#34 - Bad & inconsistent error message when length of weights is greater than typemax(T)
Issue -
State: closed - Opened by LilithHafner 10 months ago
Labels: bug
#33 - Add precompilation
Pull Request -
State: open - Opened by LilithHafner 10 months ago
- 3 comments
#32 - Prove that `@inbounds` is safe in sampling
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
- 1 comment
#31 - Bump julia-actions/setup-julia from 1 to 2
Pull Request -
State: closed - Opened by dependabot[bot] 10 months ago
Labels: dependencies
#30 - docs fixup
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
#29 - docs fixups
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
#28 - Release 1.0.0!
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
#27 - Update docs and add docstring examples
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
Labels: documentation
#26 - Test out the perf of shifting from offset to alias
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
- 2 comments
#25 - rework/remove development comments that are out of date or unhelpful
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
#24 - Make bypassing normalization an implementation detail and rename kwarg to _normalize
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
#23 - Add test for consistency across Julia versions
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
#22 - Add length accessor
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
#21 - Avoid floating point overflow during construction by widening
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
- 2 comments
Labels: bugfix
#20 - factor out throw on negative and make it robust to negatives occurring after two nonzeros when prenormalized
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
- 2 comments
Labels: bugfix
#19 - Remove `sample(rng, at)` and publicize `probabilities`
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
#18 - Add more docs
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
Labels: documentation
#17 - relicense as MIT
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
#16 - Make show use probabilities, test for `repr`ability, and set `typeinfo_implicit` where able
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
#15 - fix and test some overflow bugs
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
- 1 comment
Labels: bugfix
#14 - Skip RegressionTests locally
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
- 1 comment
#13 - Make default precision 64 bits instead of word-specific
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
#12 - Store length of probabilities and use it in equality and hashing
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
- 1 comment
#11 - Rename ot to at
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
Labels: documentation
#10 - Optimize sampling again: Switch from storing offsets to storing aliases
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
- 3 comments
Labels: performance
#9 - Optimize sampling
Pull Request -
State: closed - Opened by LilithHafner 10 months ago
- 1 comment
Labels: performance
#8 - TagBot trigger issue
Issue -
State: closed - Opened by JuliaTagBot 10 months ago
- 7 comments
#7 - Fix regression tests version mismatch
Pull Request -
State: closed - Opened by LilithHafner 11 months ago
- 1 comment
#6 - Support old Julia versions
Pull Request -
State: closed - Opened by LilithHafner 11 months ago
#5 - lh/opt
Pull Request -
State: closed - Opened by LilithHafner 11 months ago
- 1 comment
#4 - copy content from README to docs
Pull Request -
State: closed - Opened by LilithHafner 11 months ago
#3 - use documentervitepress
Pull Request -
State: closed - Opened by LilithHafner 11 months ago
#2 - `rand(ot, n)::Vector{Any}`
Issue -
State: closed - Opened by LilithHafner 11 months ago
- 1 comment
#1 - Bump codecov/codecov-action from 3 to 4
Pull Request -
State: closed - Opened by dependabot[bot] 11 months ago
- 2 comments
Labels: dependencies