Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / jvdd/argminmax issues and pull requests
#72 - chore: update rstest dependency
Pull Request -
State: open - Opened by jvdd 15 days ago
- 1 comment
#71 - chore: update rstest dependency
Pull Request -
State: closed - Opened by jvdd 4 months ago
- 1 comment
#70 - chore: update codspeed-criterion
Pull Request -
State: closed - Opened by jvdd 5 months ago
- 1 comment
#69 - chore: update dependencies
Pull Request -
State: closed - Opened by jvdd 6 months ago
- 1 comment
#68 - :see_no_evil: add full copy of half to dev dep with rand_distr feature
Pull Request -
State: closed - Opened by jvdd 6 months ago
- 1 comment
#67 - ci: update codspeed-criterion dependency
Pull Request -
State: closed - Opened by jvdd 11 months ago
- 1 comment
#66 - chore: update dependencies
Pull Request -
State: closed - Opened by jvdd 12 months ago
- 1 comment
#65 - Argminmax broken on latest nightly when `nightly_simd` is activated
Issue -
State: closed - Opened by ritchie46 12 months ago
- 3 comments
#64 - chore: remove unused `get_lane_size` function from `SIMDInstructionSet`
Pull Request -
State: closed - Opened by jvdd 12 months ago
- 1 comment
#63 - enh: remove `simd_nightly` feature flag for `aarch64`
Pull Request -
State: closed - Opened by jvdd 12 months ago
- 1 comment
#62 - fix: remove `stdsimd` feature; add `stdarch_x86_avx512`
Pull Request -
State: closed - Opened by lazyky about 1 year ago
- 3 comments
#61 - Nightly feature stdsimd has been removed
Issue -
State: closed - Opened by jayvdb about 1 year ago
- 1 comment
#60 - test: use full range for floats uniform
Pull Request -
State: closed - Opened by jvdd over 1 year ago
- 1 comment
#59 - Look into using SVE & SVE2
Issue -
State: open - Opened by jvdd over 1 year ago
Labels: enhancement
#58 - test: include argmin and argmax in integration tests
Pull Request -
State: closed - Opened by jvdd over 1 year ago
- 1 comment
#57 - refactor: remove unnecessary repetition operator from macros
Pull Request -
State: closed - Opened by jvdd almost 2 years ago
- 1 comment
#56 - chore: improve rustc backwards compatibility
Pull Request -
State: closed - Opened by jvdd almost 2 years ago
- 1 comment
#55 - argminmax backwards comptabile with rust 1.65.0 stable
Issue -
State: closed - Opened by sorhawell almost 2 years ago
- 14 comments
#54 - perf: use uint `MAX_INDEX` on `arm` / `aarch64` for uint SIMD
Pull Request -
State: closed - Opened by jvdd almost 2 years ago
- 1 comment
#53 - ci: test target build on stable
Pull Request -
State: closed - Opened by jvdd almost 2 years ago
- 1 comment
#52 - feat: add 64-bit aarch64 SIMD implementation
Pull Request -
State: closed - Opened by jvdd almost 2 years ago
- 1 comment
#51 - Feat: add 64-bit `aarch64` simd
Issue -
State: closed - Opened by jvdd almost 2 years ago
Labels: enhancement
#50 - feat: add "nightly_simd" feature to allow stable build
Pull Request -
State: closed - Opened by jvdd almost 2 years ago
- 1 comment
#49 - perf: loadu_si512 instead of slower loadu_epi
Pull Request -
State: open - Opened by jvdd almost 2 years ago
- 2 comments
#48 - :tada: add optional arrow2 support
Pull Request -
State: closed - Opened by jvdd almost 2 years ago
- 1 comment
#47 - chore: comply with breaking api change in arrow `v36`
Pull Request -
State: closed - Opened by jvdd almost 2 years ago
- 1 comment
#46 - :tada: add f16 simd support for ignore nan
Pull Request -
State: closed - Opened by jvdd almost 2 years ago
- 1 comment
#45 - :fire: impl argmin & argmax in public traits
Pull Request -
State: closed - Opened by jvdd almost 2 years ago
- 1 comment
#44 - feat: optimize + add `f16` scalar implementations
Pull Request -
State: closed - Opened by jvdd almost 2 years ago
- 1 comment
#43 - perf: tune scalar argmin & argmax
Pull Request -
State: closed - Opened by jvdd almost 2 years ago
- 1 comment
#42 - :rocket: add argmin & argmax
Pull Request -
State: closed - Opened by jvdd almost 2 years ago
- 1 comment
#41 - docs: add proper documentation :tada:
Pull Request -
State: closed - Opened by jvdd almost 2 years ago
- 1 comment
#40 - fix: allow double update in scalar ignore nan implementation
Pull Request -
State: closed - Opened by jvdd almost 2 years ago
- 1 comment
#39 - refactor: add nanargminmax to NanArgMinMax trait
Pull Request -
State: closed - Opened by jvdd almost 2 years ago
- 1 comment
#38 - feat: add new default float feature
Pull Request -
State: closed - Opened by jvdd almost 2 years ago
- 1 comment
#37 - ci: upgrade codspeed & make half non-default feature
Pull Request -
State: closed - Opened by jvdd almost 2 years ago
- 1 comment
#36 - refactor(test): pass struct to tests instead of method
Pull Request -
State: closed - Opened by jvdd almost 2 years ago
- 1 comment
#35 - refactor: architecture - use type-state pattern
Pull Request -
State: closed - Opened by jvdd almost 2 years ago
- 1 comment
#34 - chore(bench): rename benches
Pull Request -
State: closed - Opened by jvdd almost 2 years ago
- 1 comment
#33 - docs: describe transformation for uints
Pull Request -
State: closed - Opened by jvdd almost 2 years ago
- 1 comment
#32 - fix(test): clip shift size to 31 bits on arm
Pull Request -
State: closed - Opened by jvdd almost 2 years ago
- 1 comment
#31 - :recycle: parameterize tests
Pull Request -
State: closed - Opened by jvdd almost 2 years ago
- 1 comment
#30 - Improve unit tests
Issue -
State: closed - Opened by jvdd almost 2 years ago
#29 - Add MacOS stuff to .gitignore
Pull Request -
State: closed - Opened by varon almost 2 years ago
- 2 comments
#28 - :recycle: change nan default handling behavior to SkipNa
Pull Request -
State: closed - Opened by jvdd almost 2 years ago
- 2 comments
#27 - Make return type `Option<usize>`
Issue -
State: open - Opened by jvdd about 2 years ago
Labels: unsure
#26 - :mag: add inlining to horiz functions
Pull Request -
State: closed - Opened by jvdd about 2 years ago
- 1 comment
#25 - :pie: update NEON SIMD
Pull Request -
State: closed - Opened by jvdd about 2 years ago
- 1 comment
#24 - Add NEON SIMD types to new NaN v3 design
Pull Request -
State: closed - Opened by varon about 2 years ago
- 2 comments
#23 - :recycle: major refactoring
Pull Request -
State: closed - Opened by jvdd about 2 years ago
- 4 comments
#22 - Make datatypes opt-in
Issue -
State: closed - Opened by ritchie46 about 2 years ago
- 4 comments
#21 - :rocket: float NaN handling
Pull Request -
State: closed - Opened by jvdd about 2 years ago
- 13 comments
#20 - Test infinity support
Issue -
State: closed - Opened by jvdd about 2 years ago
#19 - Add tests for NaN handling
Pull Request -
State: closed - Opened by varon about 2 years ago
- 3 comments
#18 - :construction: POC - support NaNs for SSE & AVX2 f32
Pull Request -
State: closed - Opened by jvdd about 2 years ago
- 5 comments
#17 - QOL improvements
Pull Request -
State: closed - Opened by varon about 2 years ago
- 1 comment
#16 - :muscle: handle NaNs
Issue -
State: closed - Opened by jvdd about 2 years ago
- 2 comments
#15 - :rabbit: add codspeed benchmarking to ci/cd
Pull Request -
State: closed - Opened by jvdd about 2 years ago
- 1 comment
#14 - :mag: check support for polars
Issue -
State: open - Opened by jvdd about 2 years ago
- 2 comments
Labels: enhancement
#13 - :tea: use slice internally + implement for various types
Pull Request -
State: closed - Opened by jvdd about 2 years ago
- 1 comment
#12 - :zap: optimize iteration over array
Pull Request -
State: closed - Opened by jvdd about 2 years ago
- 1 comment
Labels: enhancement
#11 - :recycle: use different index SIMD dtype
Pull Request -
State: open - Opened by jvdd about 2 years ago
- 1 comment
Labels: enhancement
#10 - :sparkles: add argmin & argmax as seperate functions
Issue -
State: closed - Opened by jvdd about 2 years ago
Labels: enhancement
#9 - :sparkles: implement ArgMinMax trait for other types
Issue -
State: closed - Opened by jvdd about 2 years ago
- 2 comments
Labels: enhancement
#8 - :recycle: use portable SIMD to simplify code
Issue -
State: open - Opened by jvdd about 2 years ago
Labels: enhancement
#7 - :sparkles: support int8 and uint8
Pull Request -
State: closed - Opened by jvdd about 2 years ago
#6 - :tada: NEON support for aarch64
Pull Request -
State: closed - Opened by jvdd about 2 years ago
#5 - :broom: minor improvements
Pull Request -
State: closed - Opened by jvdd over 2 years ago
#4 - :pray: fix ci-cd
Pull Request -
State: closed - Opened by jvdd over 2 years ago
#3 - :recycle: generic simd
Pull Request -
State: closed - Opened by jvdd over 2 years ago
#2 - :pray: fix ci-cd testing
Pull Request -
State: closed - Opened by jvdd over 2 years ago
- 1 comment
#1 - :sparkles: support f16 + :broom: some minor refactoring
Pull Request -
State: closed - Opened by jvdd over 2 years ago