Batcharray

Latest version: v0.0.2

Safety actively analyzes 624643 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.0.2

What's Changed
* Improve type hints by durandtibo in https://github.com/durandtibo/batcharray/pull/63
* Add `masked_select_along_batch/seq` by durandtibo in https://github.com/durandtibo/batcharray/pull/64
* Add `index_select_along_batch/seq` by durandtibo in https://github.com/durandtibo/batcharray/pull/65
* Add `nested.index_select_along_batch/seq` by durandtibo in https://github.com/durandtibo/batcharray/pull/66
* Add `nested.masked_select_along_batch/seq` by durandtibo in https://github.com/durandtibo/batcharray/pull/67
* Update docstrings by durandtibo in https://github.com/durandtibo/batcharray/pull/68
* Release version `0.0.2` by durandtibo in https://github.com/durandtibo/batcharray/pull/69


**Full Changelog**: https://github.com/durandtibo/batcharray/compare/v0.0.1...v0.0.2

0.0.1

What's Changed
* Set up repo by durandtibo in https://github.com/durandtibo/batcharray/pull/1
* Add `take_along_batch/seq` by durandtibo in https://github.com/durandtibo/batcharray/pull/2
* Add minimal documentation by durandtibo in https://github.com/durandtibo/batcharray/pull/3
* Create dependabot.yml by durandtibo in https://github.com/durandtibo/batcharray/pull/4
* Add CI workflow by durandtibo in https://github.com/durandtibo/batcharray/pull/5
* Add badges by durandtibo in https://github.com/durandtibo/batcharray/pull/6
* Create dependency-review.yml by durandtibo in https://github.com/durandtibo/batcharray/pull/7
* Add nightly tests workflow by durandtibo in https://github.com/durandtibo/batcharray/pull/8
* Add tests for masked arrays by durandtibo in https://github.com/durandtibo/batcharray/pull/9
* Add documentation workflows by durandtibo in https://github.com/durandtibo/batcharray/pull/10
* Add `concatenate_along_batch/seq` by durandtibo in https://github.com/durandtibo/batcharray/pull/11
* Add `BaseComputationModel` and `ArrayComputationModel` by durandtibo in https://github.com/durandtibo/batcharray/pull/12
* Add `MaskedArrayComputationModel` by durandtibo in https://github.com/durandtibo/batcharray/pull/13
* Add `str` and `repr` methods by durandtibo in https://github.com/durandtibo/batcharray/pull/14
* Add `__eq__` method by durandtibo in https://github.com/durandtibo/batcharray/pull/15
* Add `AutoComputationModel` by durandtibo in https://github.com/durandtibo/batcharray/pull/16
* Add `concatenate` to interface by durandtibo in https://github.com/durandtibo/batcharray/pull/17
* Improve `concatenate_along_batch/seq` by durandtibo in https://github.com/durandtibo/batcharray/pull/18
* Add `tile_along_seq` by durandtibo in https://github.com/durandtibo/batcharray/pull/19
* Add `cumprod/sum_along_batch/seq` by durandtibo in https://github.com/durandtibo/batcharray/pull/20
* Add `permute_along_batch/seq` by durandtibo in https://github.com/durandtibo/batcharray/pull/21
* Improve some tests by durandtibo in https://github.com/durandtibo/batcharray/pull/22
* Add `shuffle_along_batch/seq` by durandtibo in https://github.com/durandtibo/batcharray/pull/23
* Add `bfs_array` by durandtibo in https://github.com/durandtibo/batcharray/pull/24
* Add `dfs_array` by durandtibo in https://github.com/durandtibo/batcharray/pull/25
* Add `recursive` package by durandtibo in https://github.com/durandtibo/batcharray/pull/26
* Add `nested.take_along_batch/seq` by durandtibo in https://github.com/durandtibo/batcharray/pull/27
* Add `nested.concatenate_along_batch/seq` by durandtibo in https://github.com/durandtibo/batcharray/pull/28
* update documentation by durandtibo in https://github.com/durandtibo/batcharray/pull/29
* Add `nested.cumprod/sum_along_batch/seq` by durandtibo in https://github.com/durandtibo/batcharray/pull/30
* Add `nested.permute_along_batch/seq` by durandtibo in https://github.com/durandtibo/batcharray/pull/31
* Improve docstrings and tests by durandtibo in https://github.com/durandtibo/batcharray/pull/32
* Add reduction functions for arrays by durandtibo in https://github.com/durandtibo/batcharray/pull/33
* Add `median` to `BaseComputationModel` by durandtibo in https://github.com/durandtibo/batcharray/pull/34
* Add `mean` to `BaseComputationModel` by durandtibo in https://github.com/durandtibo/batcharray/pull/35
* Add `argmax` to `BaseComputationModel` by durandtibo in https://github.com/durandtibo/batcharray/pull/36
* Add `argmin` to `BaseComputationModel` by durandtibo in https://github.com/durandtibo/batcharray/pull/37
* Add `max` to `BaseComputationModel` by durandtibo in https://github.com/durandtibo/batcharray/pull/38
* Add `min` to `BaseComputationModel` by durandtibo in https://github.com/durandtibo/batcharray/pull/39
* Add tests for masked tensors by durandtibo in https://github.com/durandtibo/batcharray/pull/40
* Update README.md by durandtibo in https://github.com/durandtibo/batcharray/pull/41
* Add `chunk_along_batch/seq` by durandtibo in https://github.com/durandtibo/batcharray/pull/42
* Add `slice_along_batch/seq` by durandtibo in https://github.com/durandtibo/batcharray/pull/43
* Add tests for masked tensors by durandtibo in https://github.com/durandtibo/batcharray/pull/44
* Add script to check package by durandtibo in https://github.com/durandtibo/batcharray/pull/45
* Add nightly package workflow by durandtibo in https://github.com/durandtibo/batcharray/pull/46
* Add nested slicing functions by durandtibo in https://github.com/durandtibo/batcharray/pull/47
* Add nested trigo functions by durandtibo in https://github.com/durandtibo/batcharray/pull/48
* Add nested pointwise functions by durandtibo in https://github.com/durandtibo/batcharray/pull/49
* Update README by durandtibo in https://github.com/durandtibo/batcharray/pull/50
* Update documentation by durandtibo in https://github.com/durandtibo/batcharray/pull/51
* Add comparison functions by durandtibo in https://github.com/durandtibo/batcharray/pull/52
* Update tests and docstrings by durandtibo in https://github.com/durandtibo/batcharray/pull/53
* Add `sort` to `BaseComputationModel` by durandtibo in https://github.com/durandtibo/batcharray/pull/54
* Add nested comparison functions by durandtibo in https://github.com/durandtibo/batcharray/pull/55
* Add `types` module by durandtibo in https://github.com/durandtibo/batcharray/pull/56
* Add `argsort` to `BaseComputationModel` by durandtibo in https://github.com/durandtibo/batcharray/pull/57
* Add tests for `argsort` and `sort` by durandtibo in https://github.com/durandtibo/batcharray/pull/58
* Add tests for nested `argsort` and `sort` by durandtibo in https://github.com/durandtibo/batcharray/pull/59
* Add missing tests by durandtibo in https://github.com/durandtibo/batcharray/pull/60
* Add nested reduction functions by durandtibo in https://github.com/durandtibo/batcharray/pull/61
* Release version `0.0.1` by durandtibo in https://github.com/durandtibo/batcharray/pull/62

New Contributors
* durandtibo made their first contribution in https://github.com/durandtibo/batcharray/pull/1

**Full Changelog**: https://github.com/durandtibo/batcharray/commits/v0.0.1

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.