Batchtensor

Latest version: v0.0.3

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

Scan your dependencies

0.0.3

What's Changed
* Fix coverage workflow by durandtibo in https://github.com/durandtibo/batchtensor/pull/83
* Clean Makefile by durandtibo in https://github.com/durandtibo/batchtensor/pull/84
* Bump pre-commit from 3.6.1 to 3.6.2 by dependabot in https://github.com/durandtibo/batchtensor/pull/86
* Bump ruff from 0.2.1 to 0.2.2 by dependabot in https://github.com/durandtibo/batchtensor/pull/85
* Bump mkdocs-material from 9.5.9 to 9.5.12 by dependabot in https://github.com/durandtibo/batchtensor/pull/94
* Bump pytest from 8.0.1 to 8.1.0 by dependabot in https://github.com/durandtibo/batchtensor/pull/93
* Bump torch from 2.2.0 to 2.2.1 by dependabot in https://github.com/durandtibo/batchtensor/pull/89
* Bump coverage from 7.4.1 to 7.4.3 by dependabot in https://github.com/durandtibo/batchtensor/pull/88
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/batchtensor/pull/95
* Update README.md by durandtibo in https://github.com/durandtibo/batchtensor/pull/96
* Update dependencies and badges by durandtibo in https://github.com/durandtibo/batchtensor/pull/97
* Add `nested.from_numpy` by durandtibo in https://github.com/durandtibo/batchtensor/pull/98
* Add `nested.to_numpy` by durandtibo in https://github.com/durandtibo/batchtensor/pull/99
* Add `nested.as_tensor` by durandtibo in https://github.com/durandtibo/batchtensor/pull/101
* Bump mkdocs-material from 9.5.13 to 9.5.14 by dependabot in https://github.com/durandtibo/batchtensor/pull/100
* Release version `0.0.3` by durandtibo in https://github.com/durandtibo/batchtensor/pull/102
* Update README.md by durandtibo in https://github.com/durandtibo/batchtensor/pull/103


**Full Changelog**: https://github.com/durandtibo/batchtensor/compare/v0.0.2...v0.0.3

0.0.2

What's Changed
* Fix some badge links by durandtibo in https://github.com/durandtibo/batchtensor/pull/65
* Add log functions for nested data by durandtibo in https://github.com/durandtibo/batchtensor/pull/66
* Add exp functions for nested data by durandtibo in https://github.com/durandtibo/batchtensor/pull/67
* Add `abs` and `clamp` functions for nested data by durandtibo in https://github.com/durandtibo/batchtensor/pull/68
* Bump pre-commit/action from 3.0.0 to 3.0.1 by dependabot in https://github.com/durandtibo/batchtensor/pull/69
* Bump ruff from 0.2.0 to 0.2.1 by dependabot in https://github.com/durandtibo/batchtensor/pull/71
* Bump numpy from 1.26.3 to 1.26.4 by dependabot in https://github.com/durandtibo/batchtensor/pull/73
* Bump pre-commit from 3.6.0 to 3.6.1 by dependabot in https://github.com/durandtibo/batchtensor/pull/72
* Bump mkdocs-material from 9.5.7 to 9.5.9 by dependabot in https://github.com/durandtibo/batchtensor/pull/70
* Add `bfs_tensor` by durandtibo in https://github.com/durandtibo/batchtensor/pull/74
* Add `dfs_tensor` by durandtibo in https://github.com/durandtibo/batchtensor/pull/75
* Add `MappingTensorIterator` by durandtibo in https://github.com/durandtibo/batchtensor/pull/76
* Improve BFS/DFS tensor iterators by durandtibo in https://github.com/durandtibo/batchtensor/pull/77
* Add `to` for nested data by durandtibo in https://github.com/durandtibo/batchtensor/pull/78
* Make `shuffle_along_batch/seq` more generic by durandtibo in https://github.com/durandtibo/batchtensor/pull/79
* Add trigo functions for nested data (part 1) by durandtibo in https://github.com/durandtibo/batchtensor/pull/80
* Add trigo functions for nested data (part 2) by durandtibo in https://github.com/durandtibo/batchtensor/pull/81
* Release version `0.0.2` by durandtibo in https://github.com/durandtibo/batchtensor/pull/82


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

0.0.1

What's Changed
* Set up repo by durandtibo in https://github.com/durandtibo/batchtensor/pull/1
* Add `cat_along_batch`/`cat_along_seq` by durandtibo in https://github.com/durandtibo/batchtensor/pull/2
* Create dependabot.yml by durandtibo in https://github.com/durandtibo/batchtensor/pull/3
* Create dependency-review.yml by durandtibo in https://github.com/durandtibo/batchtensor/pull/4
* Bump pytest from 7.4.4 to 8.0.0 by dependabot in https://github.com/durandtibo/batchtensor/pull/5
* Add CI workflows by durandtibo in https://github.com/durandtibo/batchtensor/pull/6
* Add `index_select_along_batch/seq` by durandtibo in https://github.com/durandtibo/batchtensor/pull/7
* Add `slice_along_batch/seq` by durandtibo in https://github.com/durandtibo/batchtensor/pull/8
* Add documentation by durandtibo in https://github.com/durandtibo/batchtensor/pull/9
* Add badges by durandtibo in https://github.com/durandtibo/batchtensor/pull/10
* Update workflows by durandtibo in https://github.com/durandtibo/batchtensor/pull/11
* Add `select_along_batch/seq` by durandtibo in https://github.com/durandtibo/batchtensor/pull/12
* Add `chunk_along_batch/seq` by durandtibo in https://github.com/durandtibo/batchtensor/pull/13
* Add `split_along_batch/seq` by durandtibo in https://github.com/durandtibo/batchtensor/pull/14
* Add `permute_along_batch/seq` by durandtibo in https://github.com/durandtibo/batchtensor/pull/15
* Minor improvements by durandtibo in https://github.com/durandtibo/batchtensor/pull/16
* Add `get_torch_generator` by durandtibo in https://github.com/durandtibo/batchtensor/pull/17
* Add `shuffle_along_batch/seq` by durandtibo in https://github.com/durandtibo/batchtensor/pull/18
* Add `recursive` package by durandtibo in https://github.com/durandtibo/batchtensor/pull/19
* Add `index_select_along_batch/seq` for nested data by durandtibo in https://github.com/durandtibo/batchtensor/pull/20
* Add `cat_along_batch/seq` for nested data by durandtibo in https://github.com/durandtibo/batchtensor/pull/21
* Add `permute_along_batch/seq` for nested data by durandtibo in https://github.com/durandtibo/batchtensor/pull/25
* Add `chunk_along_batch/seq` for nested data by durandtibo in https://github.com/durandtibo/batchtensor/pull/26
* Add `select_along_batch/seq` for nested data by durandtibo in https://github.com/durandtibo/batchtensor/pull/27
* Add `slice_along_batch/seq` for nested data by durandtibo in https://github.com/durandtibo/batchtensor/pull/28
* Add `split_along_batch/seq` for nested data by durandtibo in https://github.com/durandtibo/batchtensor/pull/29
* Add pypi workflow by durandtibo in https://github.com/durandtibo/batchtensor/pull/30
* Add nightly tests workflow by durandtibo in https://github.com/durandtibo/batchtensor/pull/31
* Add nightly package tests workflow by durandtibo in https://github.com/durandtibo/batchtensor/pull/32
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/batchtensor/pull/33
* Fix nightly package tests workflow by durandtibo in https://github.com/durandtibo/batchtensor/pull/34
* Bump mkdocs-material from 9.5.5 to 9.5.6 by dependabot in https://github.com/durandtibo/batchtensor/pull/24
* Bump black from 24.1.0 to 24.1.1 by dependabot in https://github.com/durandtibo/batchtensor/pull/23
* Add `argsort_along_batch/seq` for tensor by durandtibo in https://github.com/durandtibo/batchtensor/pull/35
* Add `repeat_along_seq` for tensor by durandtibo in https://github.com/durandtibo/batchtensor/pull/36
* Add `repeat_along_seq` for nested data by durandtibo in https://github.com/durandtibo/batchtensor/pull/37
* Add `argsort_along_batch/seq` for nested data by durandtibo in https://github.com/durandtibo/batchtensor/pull/38
* Add `sum_along_batch/seq` for tensor by durandtibo in https://github.com/durandtibo/batchtensor/pull/39
* Add `amax_along_batch/seq` for tensor by durandtibo in https://github.com/durandtibo/batchtensor/pull/40
* Add `argmax_along_batch/seq` for tensor by durandtibo in https://github.com/durandtibo/batchtensor/pull/41
* Update documentation and workflows by durandtibo in https://github.com/durandtibo/batchtensor/pull/42
* Add `prod_along_seq/seq` for tensor by durandtibo in https://github.com/durandtibo/batchtensor/pull/43
* Add `mean_along_batch/seq` for tensor by durandtibo in https://github.com/durandtibo/batchtensor/pull/44
* Add `max_along_batch/seq` for tensor by durandtibo in https://github.com/durandtibo/batchtensor/pull/45
* Add `amax_along_batch/seq` for nested data by durandtibo in https://github.com/durandtibo/batchtensor/pull/46
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/batchtensor/pull/47
* Add `argmax_along_batch/seq` for nested data by durandtibo in https://github.com/durandtibo/batchtensor/pull/48
* Add `prod_along_batch/seq` for nested data by durandtibo in https://github.com/durandtibo/batchtensor/pull/49
* Add `mean_along_batch/seq` for nested data by durandtibo in https://github.com/durandtibo/batchtensor/pull/50
* Add `max_along_batch/seq` for nested data by durandtibo in https://github.com/durandtibo/batchtensor/pull/51
* Improve `index_select_along_seq` by durandtibo in https://github.com/durandtibo/batchtensor/pull/52
* Add `cumsum_along_batch/seq` for tensor by durandtibo in https://github.com/durandtibo/batchtensor/pull/53
* Add `cumprod_along_batch/seq` for tensor by durandtibo in https://github.com/durandtibo/batchtensor/pull/54
* Add `sort_along_batch/seq` for tensor by durandtibo in https://github.com/durandtibo/batchtensor/pull/55
* Add `cumprod_along_batch/seq` for nested data by durandtibo in https://github.com/durandtibo/batchtensor/pull/56
* Add `sort_along_batch/seq` for nested data by durandtibo in https://github.com/durandtibo/batchtensor/pull/57
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/batchtensor/pull/58
* Bump actions/dependency-review-action from 3 to 4 by dependabot in https://github.com/durandtibo/batchtensor/pull/59
* Update dependencies by durandtibo in https://github.com/durandtibo/batchtensor/pull/60
* Update dependencies by durandtibo in https://github.com/durandtibo/batchtensor/pull/61
* Update README by durandtibo in https://github.com/durandtibo/batchtensor/pull/62
* Update documentation by durandtibo in https://github.com/durandtibo/batchtensor/pull/63
* Release version `0.0.1` by durandtibo in https://github.com/durandtibo/batchtensor/pull/64

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

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

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.