Recent Releases of redcat
redcat - [v0.0.18] Relax dependencies
What's Changed
- Update workflows by @durandtibo in https://github.com/durandtibo/redcat/pull/473
- Bump pre-commit from 3.4.0 to 3.5.0 by @dependabot in https://github.com/durandtibo/redcat/pull/474
- Update dependencies and workflows by @durandtibo in https://github.com/durandtibo/redcat/pull/487
- Update dependencies and workflows by @durandtibo in https://github.com/durandtibo/redcat/pull/491
- Improve workflow to check package by @durandtibo in https://github.com/durandtibo/redcat/pull/492
- Release version
0.0.18by @durandtibo in https://github.com/durandtibo/redcat/pull/493
Full Changelog: https://github.com/durandtibo/redcat/compare/v0.0.17...v0.0.18
- Python
Published by durandtibo about 2 years ago
redcat - [v0.0.17] Add support for `torch=2.1.0`
What's Changed
- Update dependencies and workflow by @durandtibo in https://github.com/durandtibo/redcat/pull/465
- Update nightly workflow by @durandtibo in https://github.com/durandtibo/redcat/pull/468
- Remove unused dependencies by @durandtibo in https://github.com/durandtibo/redcat/pull/469
- Update dependencies by @durandtibo in https://github.com/durandtibo/redcat/pull/471
- Release version
0.0.17by @durandtibo in https://github.com/durandtibo/redcat/pull/472
Full Changelog: https://github.com/durandtibo/redcat/compare/v0.0.16...v0.0.17
- Python
Published by durandtibo over 2 years ago
redcat - [v0.0.16] Update `argsort` in `BatchedTensor`
What's Changed
- Update
argsortinBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/461 - Release version
0.0.16by @durandtibo in https://github.com/durandtibo/redcat/pull/462
Full Changelog: https://github.com/durandtibo/redcat/compare/v0.0.15...v0.0.16
- Python
Published by durandtibo over 2 years ago
redcat - [v0.0.15] Add `index_select_along_seq` to `BatchDict`
What's Changed
- Add
index_select_along_seqtoBatchDictby @durandtibo in https://github.com/durandtibo/redcat/pull/459 - Release version
0.0.15by @durandtibo in https://github.com/durandtibo/redcat/pull/460
Full Changelog: https://github.com/durandtibo/redcat/compare/v0.0.14...v0.0.15
- Python
Published by durandtibo over 2 years ago
redcat - [v0.0.14] Extend `index_select_along_seq` to work on 2d tensors
What's Changed
- Update README.md by @durandtibo in https://github.com/durandtibo/redcat/pull/452
- Add
to_datatoBaseBatchby @durandtibo in https://github.com/durandtibo/redcat/pull/453 - Minor improvements and cleaning by @durandtibo in https://github.com/durandtibo/redcat/pull/454
- Extend
index_select_along_seqto work on 2d tensors by @durandtibo in https://github.com/durandtibo/redcat/pull/456 - Clean some methods of
BatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/457 - Release version
0.0.14by @durandtibo in https://github.com/durandtibo/redcat/pull/458
Full Changelog: https://github.com/durandtibo/redcat/compare/v0.0.13...v0.0.14
- Python
Published by durandtibo over 2 years ago
redcat - [v0.0.13] Fix bug in `BatchDict`
What's Changed
- Fix bug in
BatchDictby @durandtibo in https://github.com/durandtibo/redcat/pull/450 - Release version
0.0.13by @durandtibo in https://github.com/durandtibo/redcat/pull/451
Full Changelog: https://github.com/durandtibo/redcat/compare/v0.0.12...v0.0.13
- Python
Published by durandtibo over 2 years ago
redcat - [v0.0.12] Add generic type to `BatchDict`
What's Changed
- Minor improvements by @durandtibo in https://github.com/durandtibo/redcat/pull/445
- Add generic type to
BatchDictby @durandtibo in https://github.com/durandtibo/redcat/pull/446 - Release version
0.0.12by @durandtibo in https://github.com/durandtibo/redcat/pull/449
Full Changelog: https://github.com/durandtibo/redcat/compare/v0.0.11...v0.0.12
- Python
Published by durandtibo over 2 years ago
redcat - [v0.0.11] Add more functionalities to `BatchDict`
What's Changed
- Add
take_along_seqtoBatchDictby @durandtibo in https://github.com/durandtibo/redcat/pull/442 - Release version
0.0.11by @durandtibo in https://github.com/durandtibo/redcat/pull/443
Full Changelog: https://github.com/durandtibo/redcat/compare/v0.0.10...v0.0.11
- Python
Published by durandtibo over 2 years ago
redcat - [v0.0.10] Add more functionalities to `BatchDict`
What's Changed
- Add
repeat_along_seqtoBatchDictby @durandtibo in https://github.com/durandtibo/redcat/pull/439 - Add
slice_along_seqtoBatchDictby @durandtibo in https://github.com/durandtibo/redcat/pull/440 - Release version
0.0.10by @durandtibo in https://github.com/durandtibo/redcat/pull/441
Full Changelog: https://github.com/durandtibo/redcat/compare/v0.0.9...v0.0.10
- Python
Published by durandtibo over 2 years ago
redcat - [v0.0.9] Multiple small improvements
What's Changed
- Add
cumprodofBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/415 - Add missing compatibility tests by @durandtibo in https://github.com/durandtibo/redcat/pull/416
- Improve
BatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/417 - Update CI workflow by @durandtibo in https://github.com/durandtibo/redcat/pull/418
- Update nightly workflows by @durandtibo in https://github.com/durandtibo/redcat/pull/419
- Clean
BatchedArrayimplementation by @durandtibo in https://github.com/durandtibo/redcat/pull/420 - Update logo by @durandtibo in https://github.com/durandtibo/redcat/pull/421
- Renaming for better alignment by @durandtibo in https://github.com/durandtibo/redcat/pull/422
- Reorganize code by @durandtibo in https://github.com/durandtibo/redcat/pull/423
- Bump ruff from 0.0.284 to 0.0.285 by @dependabot in https://github.com/durandtibo/redcat/pull/424
- Refactor workflows by @durandtibo in https://github.com/durandtibo/redcat/pull/432
- Remove # doctest:+ELLIPSIS by @durandtibo in https://github.com/durandtibo/redcat/pull/433
- Update dependencies by @durandtibo in https://github.com/durandtibo/redcat/pull/435
- Update dependencies by @durandtibo in https://github.com/durandtibo/redcat/pull/436
- Fix bug in
sortby @durandtibo in https://github.com/durandtibo/redcat/pull/437 - Release version
0.0.9by @durandtibo in https://github.com/durandtibo/redcat/pull/438
Full Changelog: https://github.com/durandtibo/redcat/compare/v0.0.8...v0.0.9
- Python
Published by durandtibo over 2 years ago
redcat - [v0.0.8] Update `BatchedTensor(Seq)`
⚠️ Note ⚠️
BatchedArray is not finished and must not be used
What's Changed
- Add badges by @durandtibo in https://github.com/durandtibo/redcat/pull/326
- Bump numpy from 1.25.1 to 1.25.2 by @dependabot in https://github.com/durandtibo/redcat/pull/327
- Improve
BatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/328 - Add partial
BatchedArrayby @durandtibo in https://github.com/durandtibo/redcat/pull/329 - Improve documentation by @durandtibo in https://github.com/durandtibo/redcat/pull/330
- Add
cattoBatchedArrayby @durandtibo in https://github.com/durandtibo/redcat/pull/331 - Add unified
check_data_and_dimby @durandtibo in https://github.com/durandtibo/redcat/pull/332 - Remove specific
check_data_and_dimby @durandtibo in https://github.com/durandtibo/redcat/pull/333 - Move some functions to
utils.arrayby @durandtibo in https://github.com/durandtibo/redcat/pull/334 - Add
empty_likeandfull_liketoBatchedArrayby @durandtibo in https://github.com/durandtibo/redcat/pull/335 - Add
new_XXXXtoBatchedArrayby @durandtibo in https://github.com/durandtibo/redcat/pull/336 - Add
ones/zeros_liketoBatchedArrayby @durandtibo in https://github.com/durandtibo/redcat/pull/338 - Add
eq/ge/gttoBatchedArrayby @durandtibo in https://github.com/durandtibo/redcat/pull/339 - Add
is___toBatchedArrayby @durandtibo in https://github.com/durandtibo/redcat/pull/340 - Add
leandlttoBatchedArrayby @durandtibo in https://github.com/durandtibo/redcat/pull/341 - Add
astypeandtotoBatchedArrayby @durandtibo in https://github.com/durandtibo/redcat/pull/342 - Add
__ge/gt/le/lt__toBatchedArrayby @durandtibo in https://github.com/durandtibo/redcat/pull/343 - Add
addandadd_toBatchedArrayby @durandtibo in https://github.com/durandtibo/redcat/pull/344 - Add
mulandmul_toBatchedArrayby @durandtibo in https://github.com/durandtibo/redcat/pull/345 - Add
divanddiv_toBatchedArrayby @durandtibo in https://github.com/durandtibo/redcat/pull/346 - Add
fmodandfmod_toBatchedArrayby @durandtibo in https://github.com/durandtibo/redcat/pull/347 - Add
subandsub_toBatchedArrayby @durandtibo in https://github.com/durandtibo/redcat/pull/348 - Improve some tests by @durandtibo in https://github.com/durandtibo/redcat/pull/349
- Add magic maths methods by @durandtibo in https://github.com/durandtibo/redcat/pull/350
- Add
__floordiv__toBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/351 - Add
__floordiv__toBatchedArrayby @durandtibo in https://github.com/durandtibo/redcat/pull/352 - Add dtype methods to
BatchedArrayby @durandtibo in https://github.com/durandtibo/redcat/pull/353 - Add
cumsumtoBatchedArrayby @durandtibo in https://github.com/durandtibo/redcat/pull/354 - Add support for
np.cumsumby @durandtibo in https://github.com/durandtibo/redcat/pull/355 - Add more compatibility tests for
BatchedArrayby @durandtibo in https://github.com/durandtibo/redcat/pull/356 - Remove
BatchedArray.concatenateby @durandtibo in https://github.com/durandtibo/redcat/pull/357 - Clean
BatchedArrayimplementation by @durandtibo in https://github.com/durandtibo/redcat/pull/358 - Add
cattoBatchedArrayby @durandtibo in https://github.com/durandtibo/redcat/pull/359 - Add
logcumsumexptoBatchedArrayby @durandtibo in https://github.com/durandtibo/redcat/pull/360 - Rename module by @durandtibo in https://github.com/durandtibo/redcat/pull/362
- Add
permute_along_dimfor array by @durandtibo in https://github.com/durandtibo/redcat/pull/363 - Add
permute_along_dimforBatchedArrayby @durandtibo in https://github.com/durandtibo/redcat/pull/364 - Add generic
randpermby @durandtibo in https://github.com/durandtibo/redcat/pull/365 - Improve
randpermby @durandtibo in https://github.com/durandtibo/redcat/pull/366 - Add
to_tensorby @durandtibo in https://github.com/durandtibo/redcat/pull/367 - Add
to_arrayby @durandtibo in https://github.com/durandtibo/redcat/pull/368 - Add
shuffle_along_dimforBatchedArrayby @durandtibo in https://github.com/durandtibo/redcat/pull/369 - Add
sorttoBatchedArrayby @durandtibo in https://github.com/durandtibo/redcat/pull/370 - Add missing tests by @durandtibo in https://github.com/durandtibo/redcat/pull/371
- Improve
SortReturnTypeby @durandtibo in https://github.com/durandtibo/redcat/pull/372 - Update dependencies by @durandtibo in https://github.com/durandtibo/redcat/pull/373
- Improve
sorttoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/374 - Add
abstoBatchedArrayby @durandtibo in https://github.com/durandtibo/redcat/pull/375 - Add
clamptoBatchedArrayby @durandtibo in https://github.com/durandtibo/redcat/pull/376 - Improve
take_along_dimtoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/377 - Add
to_listby @durandtibo in https://github.com/durandtibo/redcat/pull/378 - Improve
maxofBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/379 - Improve
amaxofBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/380 - Improve
aminofBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/381 - Improve
minofBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/382 - Improve
argmaxofBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/383 - Improve
argminofBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/384 - Add
argsortofBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/385 - Add
ValuesIndicesTupleby @durandtibo in https://github.com/durandtibo/redcat/pull/386 - Replace by
ValuesIndicesTupleby @durandtibo in https://github.com/durandtibo/redcat/pull/387 - Remove
SortReturnTypeby @durandtibo in https://github.com/durandtibo/redcat/pull/388 - Improve
maxofBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/389 - Improve
minofBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/390 - Improve
to_arrayandto_tensorby @durandtibo in https://github.com/durandtibo/redcat/pull/391 - Improve
get_available_devicesby @durandtibo in https://github.com/durandtibo/redcat/pull/392 - Improve
sortofBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/393 - Move
swap2by @durandtibo in https://github.com/durandtibo/redcat/pull/394 - Improve
argsortofBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/395 - Improve
maxofBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/396 - Improve
minofBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/397 - Improve
catofBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/398 - Improve
splitofBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/399 - Improve torch functions by @durandtibo in https://github.com/durandtibo/redcat/pull/400
- Improve
maximum/minimumofBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/401 - Improve
chunkofBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/402 - Clean
BatchedTensor(Seq)implementation by @durandtibo in https://github.com/durandtibo/redcat/pull/403 - Improve
amin/amaxtorch functions by @durandtibo in https://github.com/durandtibo/redcat/pull/404 - Clean tensor compatibility tests by @durandtibo in https://github.com/durandtibo/redcat/pull/405
- Improve some tests by @durandtibo in https://github.com/durandtibo/redcat/pull/406
- Improve some tests (2) by @durandtibo in https://github.com/durandtibo/redcat/pull/407
- Update CI workflow by @durandtibo in https://github.com/durandtibo/redcat/pull/408
- Update nightly workflow by @durandtibo in https://github.com/durandtibo/redcat/pull/409
- Refactor code by @durandtibo in https://github.com/durandtibo/redcat/pull/410
- Update dependencies and readme by @durandtibo in https://github.com/durandtibo/redcat/pull/411
- Update nightly workflow by @durandtibo in https://github.com/durandtibo/redcat/pull/412
- Clean some tests by @durandtibo in https://github.com/durandtibo/redcat/pull/413
- Release version
0.0.8by @durandtibo in https://github.com/durandtibo/redcat/pull/414
Full Changelog: https://github.com/durandtibo/redcat/compare/v0.0.7...v0.0.8
- Python
Published by durandtibo over 2 years ago
redcat - [v0.0.7] Add features and improve docstrings
What's Changed
- Update nightly workflows by @durandtibo in https://github.com/durandtibo/redcat/pull/304
- Improve batch comparators by @durandtibo in https://github.com/durandtibo/redcat/pull/305
- Bump numpy from 1.25.0 to 1.25.1 by @dependabot in https://github.com/durandtibo/redcat/pull/308
- Bump docformatter from 1.7.3 to 1.7.4 by @dependabot in https://github.com/durandtibo/redcat/pull/307
- Update dependencies by @durandtibo in https://github.com/durandtibo/redcat/pull/312
- Update CI workflow by @durandtibo in https://github.com/durandtibo/redcat/pull/313
- Remove format by @durandtibo in https://github.com/durandtibo/redcat/pull/314
- Remove imports by @durandtibo in https://github.com/durandtibo/redcat/pull/315
- Add
log10to createBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/316 - Add
log2toBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/317 - Update dependencies by @durandtibo in https://github.com/durandtibo/redcat/pull/318
- Improve code style (part 1) by @durandtibo in https://github.com/durandtibo/redcat/pull/320
- Improve code style (part 2) by @durandtibo in https://github.com/durandtibo/redcat/pull/321
- Improve code style (part 3) by @durandtibo in https://github.com/durandtibo/redcat/pull/322
- Add missing examples in docstrings by @durandtibo in https://github.com/durandtibo/redcat/pull/323
- Update CI to check docstrings by @durandtibo in https://github.com/durandtibo/redcat/pull/324
- Release version
0.0.7by @durandtibo in https://github.com/durandtibo/redcat/pull/325
Full Changelog: https://github.com/durandtibo/redcat/compare/v0.0.6...v0.0.7
- Python
Published by durandtibo over 2 years ago
redcat - [v0.0.6] Upgrade to last coola version
What's Changed
- Improve style by @durandtibo in https://github.com/durandtibo/redcat/pull/294
- Rename nightly workflow by @durandtibo in https://github.com/durandtibo/redcat/pull/295
- Bump pytest from 7.3.1 to 7.3.2 by @dependabot in https://github.com/durandtibo/redcat/pull/296
- Bump docformatter from 1.7.1 to 1.7.2 by @dependabot in https://github.com/durandtibo/redcat/pull/297
- Bump pre-commit from 3.3.2 to 3.3.3 by @dependabot in https://github.com/durandtibo/redcat/pull/301
- Bump coverage from 7.2.6 to 7.2.7 by @dependabot in https://github.com/durandtibo/redcat/pull/292
- Upgrade to coola 0.0.12 by @durandtibo in https://github.com/durandtibo/redcat/pull/302
- Release version
0.0.6by @durandtibo in https://github.com/durandtibo/redcat/pull/303
Full Changelog: https://github.com/durandtibo/redcat/compare/v0.0.5...v0.0.6
- Python
Published by durandtibo over 2 years ago
redcat - [v0.0.4] Improve `BatchDict`
What's Changed
- Add
items,keysandvaluestoBatchDictby @durandtibo in https://github.com/durandtibo/redcat/pull/279 - Refactor nightly workflows by @durandtibo in https://github.com/durandtibo/redcat/pull/280
- Add
__contains__andgettoBatchDictby @durandtibo in https://github.com/durandtibo/redcat/pull/281 - Update dependencies by @durandtibo in https://github.com/durandtibo/redcat/pull/283
- Add citation and update dependencies by @durandtibo in https://github.com/durandtibo/redcat/pull/284
- Fix link in citation by @durandtibo in https://github.com/durandtibo/redcat/pull/285
- Reformat code blocks by @durandtibo in https://github.com/durandtibo/redcat/pull/286
- Add
__iter__and__len__toBatchDictby @durandtibo in https://github.com/durandtibo/redcat/pull/287 - Release version
0.0.4by @durandtibo in https://github.com/durandtibo/redcat/pull/288
Full Changelog: https://github.com/durandtibo/redcat/compare/v0.0.3...v0.0.4
- Python
Published by durandtibo almost 3 years ago
redcat - [v.0.0.3] Padded sequence
What's Changed
- Bump ruff from 0.0.262 to 0.0.269 by @dependabot in https://github.com/durandtibo/redcat/pull/274
- Bump coverage from 6.5.0 to 7.2.5 by @dependabot in https://github.com/durandtibo/redcat/pull/275
- Bump pre-commit from 2.21.0 to 3.3.2 by @dependabot in https://github.com/durandtibo/redcat/pull/276
- Add
from_sequencesto createBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/277 - Release version
0.0.3by @durandtibo in https://github.com/durandtibo/redcat/pull/278
New Contributors
- @dependabot made their first contribution in https://github.com/durandtibo/redcat/pull/274
Full Changelog: https://github.com/durandtibo/redcat/compare/v0.0.2...v0.0.3
- Python
Published by durandtibo almost 3 years ago
redcat - [v0.0.1] First release
What's Changed
- Setup repo by @durandtibo in https://github.com/durandtibo/redcat/pull/1
- Start to implement
BatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/2 - Add some indexing operations by @durandtibo in https://github.com/durandtibo/redcat/pull/3
- Add some conversion operations by @durandtibo in https://github.com/durandtibo/redcat/pull/5
- Add
BatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/6 - Improve
BatchedTensorSeqandBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/7 - Add dtype related methods to
BatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/9 - Add
BaseBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/10 - Add some creation operations by @durandtibo in https://github.com/durandtibo/redcat/pull/11
- Add
new_Xoperations toBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/12 - Add
new_Xoperations toBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/13 - Add
addtoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/14 - Add
divtoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/15 - Add
from_seq_batchtoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/16 - Add
multoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/17 - Add
subtoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/18 - Add
allclosetoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/19 - Add
eqtoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/20 - Add
getoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/21 - Add
gttoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/22 - Add
leandlttoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/23 - Add comparators to
BatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/24 - Add
align_to_batch_firstby @durandtibo in https://github.com/durandtibo/redcat/pull/26 - Add
swap2by @durandtibo in https://github.com/durandtibo/redcat/pull/27 - Add
compute_batch_seq_permutationby @durandtibo in https://github.com/durandtibo/redcat/pull/28 - Add
align_to_batch_seqandalign_to_seq_batchby @durandtibo in https://github.com/durandtibo/redcat/pull/29 - Reorganize code by @durandtibo in https://github.com/durandtibo/redcat/pull/30
- Add
empty_liketoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/31 - Add
isnantoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/32 - Add
isinfXXXtoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/33 - Add utility functions for batch/seq dims by @durandtibo in https://github.com/durandtibo/redcat/pull/34
- Add
add_toBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/35 - Add
div_toBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/36 - Add
mul_toBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/37 - Add
sub_toBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/38 - Add
negtoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/39 - Add
__xyz__toBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/40 - Add
abstoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/41 - Add
clamptoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/42 - Add
exptoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/43 - Add
fmodtoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/44 - Add
logtoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/45 - Add
log1ptoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/46 - Add
powtoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/47 - Add
sqrttoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/48 - Add
acostoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/49 - Add
acoshtoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/50 - Add
asintoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/51 - Add
asinhtoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/52 - Add
maxtoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/53 - Add
mintoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/54 - Add
atantoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/55 - Fix tests by @durandtibo in https://github.com/durandtibo/redcat/pull/56
- Add
atanhtoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/57 - Add
costoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/58 - Add
coshtoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/59 - Add
sintoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/60 - Add
sinhtoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/61 - Add
tantoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/62 - Add
tanhtoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/63 - Fix tests by @durandtibo in https://github.com/durandtibo/redcat/pull/64
- Add
logical_andtoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/65 - Improve tests by @durandtibo in https://github.com/durandtibo/redcat/pull/66
- Add
logical_nottoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/67 - Add
logical_ortoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/68 - Add
logical_xortoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/69 - Add
cumsum_along_seqtoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/70 - Add
sort_along_seqtoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/71 - Improve
cumsum_along_seqby @durandtibo in https://github.com/durandtibo/redcat/pull/72 - Add
cumsum_along_batchtoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/73 - Add
cumsumtoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/74 - Add
cumsum_along_batchtoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/75 - Add
cumsum_toBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/76 - Add
max_along_seqtoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/77 - Add
min_along_seqtoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/78 - Add
sum_along_seqtoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/79 - Add
median_along_seqtoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/80 - Add
mean_along_seqtoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/81 - Add
numeltoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/82 - Reorganize code by @durandtibo in https://github.com/durandtibo/redcat/pull/83
- Add
permute_along_dimby @durandtibo in https://github.com/durandtibo/redcat/pull/84 - Add
permute_along_batchtoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/85 - Add
permute_along_seqtoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/86 - Improve
get_batch_dimsandget_seq_dimsby @durandtibo in https://github.com/durandtibo/redcat/pull/87 - Add
cat_along_seqtoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/88 - Minor cleaning by @durandtibo in https://github.com/durandtibo/redcat/pull/89
- Add
cat_along_seq_toBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/90 - Add
get_torch_generatorby @durandtibo in https://github.com/durandtibo/redcat/pull/91 - Add
shuffle_along_batchtoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/92 - Add
align_to_batch_seqtoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/93 - Add
align_to_seq_batchtoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/94 - Add
__getitem__and__setitem__toBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/95 - Add
cat_along_batchtoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/96 - Improve some tests by @durandtibo in https://github.com/durandtibo/redcat/pull/97
- Add
cat_along_batch_toBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/98 - Add
appendtoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/99 - Add
BaseBatchby @durandtibo in https://github.com/durandtibo/redcat/pull/100 - Rename modules by @durandtibo in https://github.com/durandtibo/redcat/pull/101
- Add
extendtoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/102 - Add CI workflow by @durandtibo in https://github.com/durandtibo/redcat/pull/103
- Add
permute_along_batch_toBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/104 - Add
permute_along_seq_toBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/105 - Add
shuffle_along_batch_toBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/106 - Add
align_astoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/108 - Add
index_select_along_batchtoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/109 - Add
index_select_along_seqtoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/110 - Add
masked_filltoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/111 - Add
repeat_along_seqtoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/112 - Add
slice_along_batchtoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/113 - Add
slice_along_seqtoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/114 - Add
select_along_batchtoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/115 - Add
select_along_seqtoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/116 - Improve
select_along_batchby @durandtibo in https://github.com/durandtibo/redcat/pull/117 - Add coola comparators by @durandtibo in https://github.com/durandtibo/redcat/pull/118
- Add
split_along_batchtoBatchedTensor(Seq)by @durandtibo in https://github.com/durandtibo/redcat/pull/119 - Minor improvements by @durandtibo in https://github.com/durandtibo/redcat/pull/120
- Add
take_along_batchby @durandtibo in https://github.com/durandtibo/redcat/pull/121 - Add
take_along_seqby @durandtibo in https://github.com/durandtibo/redcat/pull/122 - Add
unsqueezetoBaseBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/123 - Add
view_astoBaseBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/124 - Add
get_num_minibatchestoBaseBatchby @durandtibo in https://github.com/durandtibo/redcat/pull/125 - Add
to_minibatchestoBaseBatchby @durandtibo in https://github.com/durandtibo/redcat/pull/126 - Add
viewtoBaseTensorBatchby @durandtibo in https://github.com/durandtibo/redcat/pull/127 - Fix some tests by @durandtibo in https://github.com/durandtibo/redcat/pull/129
- Improve more tests by @durandtibo in https://github.com/durandtibo/redcat/pull/130
- Add basic torch compatibility tests by @durandtibo in https://github.com/durandtibo/redcat/pull/131
- Add more torch compatibility tests by @durandtibo in https://github.com/durandtibo/redcat/pull/133
- Add nightly workflow by @durandtibo in https://github.com/durandtibo/redcat/pull/134
- Improve nightly workflow by @durandtibo in https://github.com/durandtibo/redcat/pull/135
- Improve compatibility tests by @durandtibo in https://github.com/durandtibo/redcat/pull/137
- Improve compatibility tests by @durandtibo in https://github.com/durandtibo/redcat/pull/138
- Improve some tests by @durandtibo in https://github.com/durandtibo/redcat/pull/139
- Align clamp naming with PyTorch by @durandtibo in https://github.com/durandtibo/redcat/pull/140
- Add
cattoBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/141 - Add
cattoBaseBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/142 - Improve naming alignment by @durandtibo in https://github.com/durandtibo/redcat/pull/143
- Add
take_along_dimtoBaseBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/144 - Add tests for
torch.catby @durandtibo in https://github.com/durandtibo/redcat/pull/145 - Add support for
torch.splitby @durandtibo in https://github.com/durandtibo/redcat/pull/146 - Align
split_along_batchwithtorchby @durandtibo in https://github.com/durandtibo/redcat/pull/147 - Add
splittoBaseBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/148 - Improve
take_along_dimby @durandtibo in https://github.com/durandtibo/redcat/pull/149 - Add
slicetoBaseBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/150 - Minor improvements by @durandtibo in https://github.com/durandtibo/redcat/pull/151
- Rename
slice_along_dimby @durandtibo in https://github.com/durandtibo/redcat/pull/152 - Add
selecttoBaseBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/153 - Add
chunktoBaseBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/154 - Add
sorttoBaseBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/155 - Add
chunk_along_batchtoBaseBatchby @durandtibo in https://github.com/durandtibo/redcat/pull/156 - Add
chunk_along_seqtoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/157 - Add
split_along_seqtoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/158 - Add
sort_along_batchtoBaseBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/159 - Improve compatibility tests by @durandtibo in https://github.com/durandtibo/redcat/pull/160
- Add
permute_along_dimtoBaseBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/161 - Add
shuffle_along_dimtoBaseBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/162 - Add
shuffle_along_seqtoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/163 - Add
rsqrttoBaseBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/164 - Improvements and renaming by @durandtibo in https://github.com/durandtibo/redcat/pull/165
- Update dependencies by @durandtibo in https://github.com/durandtibo/redcat/pull/166
- Add
index_selecttoBaseBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/167 - Improve docstring format by @durandtibo in https://github.com/durandtibo/redcat/pull/168
- Add
logcumsumexptoBaseBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/169 - Add
logcumsumexp_toBaseBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/170 - Add
logcumsumexp_along_batchtoBaseBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/171 - Add
logcumsumexp_along_seqtoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/172 - Clean
BatchedTensortests by @durandtibo in https://github.com/durandtibo/redcat/pull/173 - Clean
BatchedTensorSeqimplementation by @durandtibo in https://github.com/durandtibo/redcat/pull/174 - Clean
BatchedTensorimplementation by @durandtibo in https://github.com/durandtibo/redcat/pull/175 - Improve
BatchedTensorimplementation by @durandtibo in https://github.com/durandtibo/redcat/pull/176 - Improve
BatchedTensorSeqimplementation by @durandtibo in https://github.com/durandtibo/redcat/pull/177 - Remove
BaseBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/178 - Improve compatibility tests by @durandtibo in https://github.com/durandtibo/redcat/pull/179
- Add support for
torch.meanby @durandtibo in https://github.com/durandtibo/redcat/pull/180 - Add support for
torch.medianby @durandtibo in https://github.com/durandtibo/redcat/pull/181 - Add support for
torch.prodby @durandtibo in https://github.com/durandtibo/redcat/pull/182 - Add support for
torch.sumby @durandtibo in https://github.com/durandtibo/redcat/pull/183 - Add support for
torch.nansumby @durandtibo in https://github.com/durandtibo/redcat/pull/184 - Add support for
torch.nanmedianby @durandtibo in https://github.com/durandtibo/redcat/pull/185 - Add support for
torch.nanmeanby @durandtibo in https://github.com/durandtibo/redcat/pull/186 - Update workflows by @durandtibo in https://github.com/durandtibo/redcat/pull/187
- Add badges by @durandtibo in https://github.com/durandtibo/redcat/pull/188
- Make
sortconsistent with PyTorch by @durandtibo in https://github.com/durandtibo/redcat/pull/189 - Add
sumtoBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/190 - Add
sum_along_batchtoBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/191 - Add
nansumtoBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/192 - Add
prodtoBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/193 - Add workflow to publish package by @durandtibo in https://github.com/durandtibo/redcat/pull/194
- Add
nanmeantoBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/195 - Test package in nightly workflow by @durandtibo in https://github.com/durandtibo/redcat/pull/196
- Add
nanmediantoBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/197 - Add workflow to update dependencies by @durandtibo in https://github.com/durandtibo/redcat/pull/198
- Add MPS support by @durandtibo in https://github.com/durandtibo/redcat/pull/206
- Update dependencies by @durandtibo in https://github.com/durandtibo/redcat/pull/207
- Add
maxandmaximumtoBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/208 - Add
minandminimumtoBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/209 - Add
meantoBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/210 - Add
mean_along_batchtoBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/211 - Improve
mean_along_seqtoBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/212 - Add
maximumtoBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/213 - Add
minimumtoBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/214 - Add
prod_along_batchtoBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/215 - Add
prod_along_seqtoBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/216 - Add logo by @durandtibo in https://github.com/durandtibo/redcat/pull/217
- Update logo by @durandtibo in https://github.com/durandtibo/redcat/pull/218
- Improve and clean implementation by @durandtibo in https://github.com/durandtibo/redcat/pull/219
- Add
nansum_along_batchtoBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/220 - Add
nansum_along_seqtoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/221 - Add
nanmedian_along_batchtoBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/222 - Add
nanmedian_along_seqtoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/223 - Improve CI and nightly workflows by @durandtibo in https://github.com/durandtibo/redcat/pull/224
- Add optional
polarsdependency by @durandtibo in https://github.com/durandtibo/redcat/pull/225 - Add
nanmean_along_batchtoBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/226 - Add
nanmean_along_seqtoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/227 - Add
mediantoBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/228 - Add
median_along_batchtoBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/229 - Add
median_along_seqtoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/230 - Add
maxtoBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/231 - Add
mintoBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/232 - Add
min_along_batchtoBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/233 - Add
max_along_batchtoBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/234 - Improve
min_along_seqtoBatchedTensorSeqby @durandtibo in https://github.com/durandtibo/redcat/pull/235 - Add
dimandndimensiontoBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/236 - Add
shapetoBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/237 - Start to implement
BatchListby @durandtibo in https://github.com/durandtibo/redcat/pull/238 - Continue to implement
BatchListby @durandtibo in https://github.com/durandtibo/redcat/pull/239 - Improve nightly workflow by @durandtibo in https://github.com/durandtibo/redcat/pull/240
- Finish to implement
BatchListby @durandtibo in https://github.com/durandtibo/redcat/pull/241 - Improve
chunk_along_batchby @durandtibo in https://github.com/durandtibo/redcat/pull/242 - Add
__get/setitem__toBatchListby @durandtibo in https://github.com/durandtibo/redcat/pull/243 - Fix bug in
__get/setitem__ofBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/244 - Rename
batchlistpackage by @durandtibo in https://github.com/durandtibo/redcat/pull/245 - Add
shuffle_along_batchtests forBatchListby @durandtibo in https://github.com/durandtibo/redcat/pull/246 - Add minibatches tests for
BatchListby @durandtibo in https://github.com/durandtibo/redcat/pull/247 - Add
polarschecks by @durandtibo in https://github.com/durandtibo/redcat/pull/248 - Add
torchchecks by @durandtibo in https://github.com/durandtibo/redcat/pull/249 - Improve CI workflow by @durandtibo in https://github.com/durandtibo/redcat/pull/250
- Update readme and dependencies by @durandtibo in https://github.com/durandtibo/redcat/pull/251
- Create dependency-review.yml by @durandtibo in https://github.com/durandtibo/redcat/pull/252
- Start to implement
BatchDictby @durandtibo in https://github.com/durandtibo/redcat/pull/253 - Continue to implement
BatchDictby @durandtibo in https://github.com/durandtibo/redcat/pull/254 - Add
str_mappingby @durandtibo in https://github.com/durandtibo/redcat/pull/255 - Continue to implement
BatchDictby @durandtibo in https://github.com/durandtibo/redcat/pull/256 - Add
applytoBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/257 - Clean
BatchedTensorimplementation by @durandtibo in https://github.com/durandtibo/redcat/pull/258 - Add
applytoBatchListby @durandtibo in https://github.com/durandtibo/redcat/pull/259 - Add
applytoBatchListby @durandtibo in https://github.com/durandtibo/redcat/pull/260 - Add
apply_toBatchedTensorby @durandtibo in https://github.com/durandtibo/redcat/pull/261 - Refactor by @durandtibo in https://github.com/durandtibo/redcat/pull/262
- Add missing tests to
BatchDictby @durandtibo in https://github.com/durandtibo/redcat/pull/263 - Add
permute_along_seqtoBatchDictby @durandtibo in https://github.com/durandtibo/redcat/pull/264 - Add
shuffle_along_seqtoBatchDictby @durandtibo in https://github.com/durandtibo/redcat/pull/265 - Add
cat_along_seqtoBatchDictby @durandtibo in https://github.com/durandtibo/redcat/pull/266 - Release version
0.0.1by @durandtibo in https://github.com/durandtibo/redcat/pull/267
New Contributors
- @durandtibo made their first contribution in https://github.com/durandtibo/redcat/pull/1
Full Changelog: https://github.com/durandtibo/redcat/commits/v0.0.1
- Python
Published by durandtibo almost 3 years ago