Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / static-frame/arraykit issues and pull requests
#185 - Python 3.13 wheels
Pull Request -
State: closed - Opened by flexatone 3 months ago
#184 - Python 3.13 wheels
Issue -
State: closed - Opened by flexatone 3 months ago
#183 - Objectable filter, `astype_array`
Pull Request -
State: open - Opened by flexatone 4 months ago
#182 - Implement `is_objectable_dt64`, `astype_array`
Issue -
State: open - Opened by flexatone 4 months ago
#181 - Corrected pyi file
Pull Request -
State: closed - Opened by flexatone 6 months ago
- 1 comment
#180 - Fix `_TLabel` recursive definition in pyi file
Issue -
State: closed - Opened by flexatone 6 months ago
#179 - TriMap merge
Pull Request -
State: closed - Opened by flexatone 6 months ago
#178 - NumPy 2.0 support
Pull Request -
State: closed - Opened by flexatone 7 months ago
#177 - Support NumPy 2.0
Issue -
State: closed - Opened by flexatone 7 months ago
#176 - Identify tuples in 1D array
Pull Request -
State: closed - Opened by flexatone 8 months ago
#175 - Fix double tupling of 1d arrays in ``array_to_tuple_array()`` and ``array_to_tuple_iter()`` to support 1D arrays
Issue -
State: closed - Opened by flexatone 8 months ago
#174 - Replace `setup.py` with `pyproject.toml`
Issue -
State: open - Opened by flexatone 8 months ago
#173 - Support 1d arrays
Pull Request -
State: closed - Opened by flexatone 8 months ago
- 1 comment
#172 - `array2d_tuple_iter` should support 1D array (or 1D object arrays of tupes)
Issue -
State: closed - Opened by flexatone 8 months ago
#171 - `TriMap.map_merge_no_fill`, `TriMap.map_merge_fill`
Issue -
State: closed - Opened by flexatone 8 months ago
#170 - Burkland/split up main source file
Pull Request -
State: closed - Opened by chaburkland 8 months ago
- 5 comments
#169 - nonzero_2d
Issue -
State: open - Opened by flexatone 8 months ago
#168 - Improvements to `AK_nonzero_1d`
Pull Request -
State: closed - Opened by flexatone 9 months ago
#167 - Update capacity allocation approach for `nonzero_1d`
Issue -
State: closed - Opened by flexatone 9 months ago
#166 - `arg_equal_1d`
Pull Request -
State: closed - Opened by flexatone 9 months ago
- 1 comment
#165 - Improved filling for flexible dytpes
Pull Request -
State: closed - Opened by flexatone 9 months ago
#164 - `nonzero_1d` handling for contiguous values
Pull Request -
State: closed - Opened by flexatone 9 months ago
#163 - `arg_equal_1d`
Issue -
State: open - Opened by flexatone 9 months ago
- 1 comment
#162 - `nonzero_1d`: support non contiguous arrays
Issue -
State: closed - Opened by flexatone 9 months ago
#161 - `TriMap`: optimized handling for fill_values with flexilbe dtypes
Issue -
State: closed - Opened by flexatone 9 months ago
#160 - 22/add array2d to 1d
Pull Request -
State: closed - Opened by gettodaze 9 months ago
- 4 comments
#159 - TriMap improvements
Pull Request -
State: closed - Opened by flexatone 9 months ago
#158 - Extend `TriMap` to work with complex and datetime64
Issue -
State: closed - Opened by flexatone 9 months ago
#157 - Updated CI, drop 3.8
Pull Request -
State: closed - Opened by flexatone 9 months ago
#156 - Drop support for 3.8, fix CI
Issue -
State: closed - Opened by flexatone 9 months ago
#155 - 154/update 311 reqs
Pull Request -
State: closed - Opened by gettodaze 9 months ago
- 2 comments
#154 - 3.11 dev requirement invoke 1.4 incompatible with python 3.11
Issue -
State: closed - Opened by gettodaze 9 months ago
- 2 comments
#153 - TriMap
Pull Request -
State: closed - Opened by flexatone 9 months ago
#152 - Implement `TriMap` for join optimization
Issue -
State: closed - Opened by flexatone 9 months ago
#151 - Bump numpy from 1.19.5 to 1.22.0
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
- 1 comment
Labels: dependencies
#150 - 3.12 wheels
Pull Request -
State: closed - Opened by flexatone about 1 year ago
- 1 comment
#149 - Python 3.12 wheels
Issue -
State: closed - Opened by flexatone about 1 year ago
#148 - `pyi` improvements
Pull Request -
State: closed - Opened by flexatone over 1 year ago
#147 - Update pyi for `array_deepcopy` to show `None` is an arg for `memo`
Issue -
State: closed - Opened by flexatone over 1 year ago
#146 - Update pyi for `name_filter` to include `TLabel` types, not `tp.Hashable`
Issue -
State: closed - Opened by flexatone over 1 year ago
#145 - Updates to .pyi file
Pull Request -
State: closed - Opened by flexatone over 1 year ago
#144 - Implement block shape slices on `BlockIndex`
Issue -
State: closed - Opened by flexatone over 1 year ago
- 1 comment
#143 - `delimited_to_arrays()` `escapechar` argument should be typed to permit `None`
Issue -
State: closed - Opened by flexatone over 1 year ago
#142 - `BlockIndex.iter_contiguous()` argument 1 should include `Hashable`
Issue -
State: closed - Opened by flexatone over 1 year ago
- 1 comment
#141 - Set exceptions on memory errors; small optimization to `register`
Pull Request -
State: closed - Opened by flexatone over 1 year ago
#140 - Drop support for Python 3.7, NumPy 18
Pull Request -
State: closed - Opened by flexatone over 1 year ago
#139 - Drop support for Python 3.7, NumPy 1.18
Issue -
State: closed - Opened by flexatone over 1 year ago
#138 - `BlockIndex` should raise `KeyError` for invalid types
Issue -
State: closed - Opened by flexatone over 1 year ago
- 1 comment
#137 - Alternate implementation of `first_true_1d`, `first_true_2d`
Pull Request -
State: closed - Opened by flexatone over 1 year ago
#136 - `first_true_1d()`, `first_true_2d()` using `npy_uint64` comparison
Issue -
State: closed - Opened by flexatone over 1 year ago
#135 - `memcmp` in `first_true_1d`, `first_true_2d`
Pull Request -
State: closed - Opened by flexatone over 1 year ago
#134 - `first_true_1d()`, `first_true_2d()` using `memcmp()`
Issue -
State: closed - Opened by flexatone over 1 year ago
#133 - PyOdide build
Pull Request -
State: closed - Opened by flexatone over 1 year ago
#132 - `BlockIndex.register()` can set NULL without exception for large shapes
Issue -
State: closed - Opened by flexatone over 1 year ago
#131 - `iter_block`
Pull Request -
State: closed - Opened by flexatone over 1 year ago
#130 - `BlockIndex`: null slice iter
Issue -
State: closed - Opened by flexatone over 1 year ago
#129 - `BlockIndex` handling of empty iterators
Pull Request -
State: closed - Opened by flexatone over 1 year ago
#128 - `BlockIndex`: `iter_contiguous` delivering negative block index with 0 slice
Issue -
State: closed - Opened by flexatone over 1 year ago
#127 - BlockIndex: dont sort Boolean arrays on ascending
Issue -
State: closed - Opened by flexatone over 1 year ago
- 1 comment
#126 - `BlockIndex` improvemtns
Pull Request -
State: closed - Opened by flexatone over 1 year ago
#125 - `BlockIndex` refinements
Issue -
State: closed - Opened by flexatone over 1 year ago
#124 - `BlockIndex.iter_contiguous`
Pull Request -
State: closed - Opened by flexatone almost 2 years ago
#123 - `BlockIndex`: indices to contiguous pairs
Issue -
State: closed - Opened by flexatone almost 2 years ago
- 1 comment
#122 - Sequence iters to handle negative numbers
Pull Request -
State: closed - Opened by flexatone almost 2 years ago
#121 - `BlockIndex`: support negative indices in `iter_select` selections
Issue -
State: closed - Opened by flexatone almost 2 years ago
#120 - `BlockIndex` shape caching
Pull Request -
State: closed - Opened by flexatone almost 2 years ago
#119 - `BlockIndex`: cache `shape` tuple locally
Issue -
State: closed - Opened by flexatone almost 2 years ago
#118 - `slice_to_ascending_slice`
Pull Request -
State: closed - Opened by flexatone almost 2 years ago
#117 - `BlockIndex` handlign for zero-width arrays
Pull Request -
State: closed - Opened by flexatone almost 2 years ago
#116 - Implement `slice_to_ascending_slice`
Issue -
State: closed - Opened by flexatone almost 2 years ago
#115 - `BlockIndex` improvements
Issue -
State: closed - Opened by flexatone almost 2 years ago
#114 - improved `AK_CPL_resize_buffer` to sufficient expand for large offsets
Pull Request -
State: closed - Opened by flexatone almost 2 years ago
#113 - `BlockIndex` tuple caching
Issue -
State: open - Opened by flexatone almost 2 years ago
#112 - `AK_CPL_resize_buffer()` might segfault if increment is larger than a single doubling
Issue -
State: closed - Opened by flexatone almost 2 years ago
#111 - BlockIndex
Pull Request -
State: closed - Opened by flexatone almost 2 years ago
- 7 comments
#110 - `BlockIndex`
Issue -
State: closed - Opened by flexatone almost 2 years ago
- 1 comment
#109 - Improving MacOS wheels
Pull Request -
State: closed - Opened by flexatone almost 2 years ago
#108 - symbol not found in flat namespace '_npy_double_to_half'
Issue -
State: closed - Opened by alexlatif almost 2 years ago
- 4 comments
#107 - `isna_element()` improvements
Pull Request -
State: closed - Opened by flexatone almost 2 years ago
#106 - `isna_element`: check that PyArrayScalar_VAL is called on a datetime scalar
Issue -
State: closed - Opened by flexatone almost 2 years ago
#105 - Corrected leak in `isna_element`
Pull Request -
State: closed - Opened by flexatone almost 2 years ago
#104 - Need to decref to_numpy in `isna_element`
Issue -
State: closed - Opened by flexatone almost 2 years ago
#103 - Optimize `CodePointLine` by storing unicode size with offsets
Issue -
State: closed - Opened by flexatone almost 2 years ago
- 1 comment
#102 - Optimized record reading
Pull Request -
State: closed - Opened by flexatone almost 2 years ago
#101 - Setup PyOdide build in GHA
Issue -
State: closed - Opened by flexatone almost 2 years ago
#100 - `AK_DR_ProcessRecord`: use array returned by `PyUnicode_DATA` directly
Issue -
State: closed - Opened by flexatone almost 2 years ago
#99 - Permit the memo arg to be None
Pull Request -
State: closed - Opened by flexatone almost 2 years ago
#98 - `delimited_to_arrays` Optimizations
Pull Request -
State: closed - Opened by flexatone almost 2 years ago
#97 - `delimited_to_arrays` clean up and optimization
Issue -
State: closed - Opened by flexatone almost 2 years ago
#96 - Implements fast is_sorted check
Pull Request -
State: open - Opened by chaburkland almost 2 years ago
#95 - `delimited_to_arrays` optimizations
Pull Request -
State: closed - Opened by flexatone almost 2 years ago
#94 - Optimizations for `delimited_to_arrays`
Issue -
State: closed - Opened by flexatone almost 2 years ago
#93 - Alternative to `np.concatenate` given iterator of arrays, dtype, and final shape
Issue -
State: open - Opened by flexatone about 2 years ago
#92 - segmentation fault on bad datetime64 input
Pull Request -
State: closed - Opened by flexatone about 2 years ago
#91 - Invalid `datetime64` inputs can lead to a segmentation fault
Issue -
State: closed - Opened by flexatone about 2 years ago
#90 - Extend `isna_element` to support `include_none` arg
Pull Request -
State: closed - Opened by flexatone about 2 years ago
#89 - `isna_element` take an argument to optionally include None
Issue -
State: closed - Opened by flexatone about 2 years ago
#88 - Update NumPy
Pull Request -
State: closed - Opened by flexatone about 2 years ago
#87 - Update `numpy` version used for wheels
Issue -
State: closed - Opened by flexatone about 2 years ago
#86 - Usage of PyArray_Empty when possible
Pull Request -
State: closed - Opened by flexatone about 2 years ago