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.18 by @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.17 by @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 argsort in BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/461
  • Release version 0.0.16 by @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_seq to BatchDict by @durandtibo in https://github.com/durandtibo/redcat/pull/459
  • Release version 0.0.15 by @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_data to BaseBatch by @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_seq to work on 2d tensors by @durandtibo in https://github.com/durandtibo/redcat/pull/456
  • Clean some methods of BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/457
  • Release version 0.0.14 by @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 BatchDict by @durandtibo in https://github.com/durandtibo/redcat/pull/450
  • Release version 0.0.13 by @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 BatchDict by @durandtibo in https://github.com/durandtibo/redcat/pull/446
  • Release version 0.0.12 by @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_seq to BatchDict by @durandtibo in https://github.com/durandtibo/redcat/pull/442
  • Release version 0.0.11 by @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_seq to BatchDict by @durandtibo in https://github.com/durandtibo/redcat/pull/439
  • Add slice_along_seq to BatchDict by @durandtibo in https://github.com/durandtibo/redcat/pull/440
  • Release version 0.0.10 by @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 cumprod of BatchedTensor(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 BatchedArray implementation 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 sort by @durandtibo in https://github.com/durandtibo/redcat/pull/437
  • Release version 0.0.9 by @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 BatchedArray by @durandtibo in https://github.com/durandtibo/redcat/pull/329
  • Improve documentation by @durandtibo in https://github.com/durandtibo/redcat/pull/330
  • Add cat to BatchedArray by @durandtibo in https://github.com/durandtibo/redcat/pull/331
  • Add unified check_data_and_dim by @durandtibo in https://github.com/durandtibo/redcat/pull/332
  • Remove specific check_data_and_dim by @durandtibo in https://github.com/durandtibo/redcat/pull/333
  • Move some functions to utils.array by @durandtibo in https://github.com/durandtibo/redcat/pull/334
  • Add empty_like and full_like to BatchedArray by @durandtibo in https://github.com/durandtibo/redcat/pull/335
  • Add new_XXXX to BatchedArray by @durandtibo in https://github.com/durandtibo/redcat/pull/336
  • Add ones/zeros_like to BatchedArray by @durandtibo in https://github.com/durandtibo/redcat/pull/338
  • Add eq/ge/gt to BatchedArray by @durandtibo in https://github.com/durandtibo/redcat/pull/339
  • Add is___ to BatchedArray by @durandtibo in https://github.com/durandtibo/redcat/pull/340
  • Add le and lt to BatchedArray by @durandtibo in https://github.com/durandtibo/redcat/pull/341
  • Add astype and to to BatchedArray by @durandtibo in https://github.com/durandtibo/redcat/pull/342
  • Add __ge/gt/le/lt__ to BatchedArray by @durandtibo in https://github.com/durandtibo/redcat/pull/343
  • Add add and add_ to BatchedArray by @durandtibo in https://github.com/durandtibo/redcat/pull/344
  • Add mul and mul_ to BatchedArray by @durandtibo in https://github.com/durandtibo/redcat/pull/345
  • Add div and div_ to BatchedArray by @durandtibo in https://github.com/durandtibo/redcat/pull/346
  • Add fmod and fmod_ to BatchedArray by @durandtibo in https://github.com/durandtibo/redcat/pull/347
  • Add sub and sub_ to BatchedArray by @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__ to BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/351
  • Add __floordiv__ to BatchedArray by @durandtibo in https://github.com/durandtibo/redcat/pull/352
  • Add dtype methods to BatchedArray by @durandtibo in https://github.com/durandtibo/redcat/pull/353
  • Add cumsum to BatchedArray by @durandtibo in https://github.com/durandtibo/redcat/pull/354
  • Add support for np.cumsum by @durandtibo in https://github.com/durandtibo/redcat/pull/355
  • Add more compatibility tests for BatchedArray by @durandtibo in https://github.com/durandtibo/redcat/pull/356
  • Remove BatchedArray.concatenate by @durandtibo in https://github.com/durandtibo/redcat/pull/357
  • Clean BatchedArray implementation by @durandtibo in https://github.com/durandtibo/redcat/pull/358
  • Add cat to BatchedArray by @durandtibo in https://github.com/durandtibo/redcat/pull/359
  • Add logcumsumexp to BatchedArray by @durandtibo in https://github.com/durandtibo/redcat/pull/360
  • Rename module by @durandtibo in https://github.com/durandtibo/redcat/pull/362
  • Add permute_along_dim for array by @durandtibo in https://github.com/durandtibo/redcat/pull/363
  • Add permute_along_dim for BatchedArray by @durandtibo in https://github.com/durandtibo/redcat/pull/364
  • Add generic randperm by @durandtibo in https://github.com/durandtibo/redcat/pull/365
  • Improve randperm by @durandtibo in https://github.com/durandtibo/redcat/pull/366
  • Add to_tensor by @durandtibo in https://github.com/durandtibo/redcat/pull/367
  • Add to_array by @durandtibo in https://github.com/durandtibo/redcat/pull/368
  • Add shuffle_along_dim for BatchedArray by @durandtibo in https://github.com/durandtibo/redcat/pull/369
  • Add sort to BatchedArray by @durandtibo in https://github.com/durandtibo/redcat/pull/370
  • Add missing tests by @durandtibo in https://github.com/durandtibo/redcat/pull/371
  • Improve SortReturnType by @durandtibo in https://github.com/durandtibo/redcat/pull/372
  • Update dependencies by @durandtibo in https://github.com/durandtibo/redcat/pull/373
  • Improve sort to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/374
  • Add abs to BatchedArray by @durandtibo in https://github.com/durandtibo/redcat/pull/375
  • Add clamp to BatchedArray by @durandtibo in https://github.com/durandtibo/redcat/pull/376
  • Improve take_along_dim to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/377
  • Add to_list by @durandtibo in https://github.com/durandtibo/redcat/pull/378
  • Improve max of BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/379
  • Improve amax of BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/380
  • Improve amin of BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/381
  • Improve min of BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/382
  • Improve argmax of BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/383
  • Improve argmin of BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/384
  • Add argsort of BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/385
  • Add ValuesIndicesTuple by @durandtibo in https://github.com/durandtibo/redcat/pull/386
  • Replace by ValuesIndicesTuple by @durandtibo in https://github.com/durandtibo/redcat/pull/387
  • Remove SortReturnType by @durandtibo in https://github.com/durandtibo/redcat/pull/388
  • Improve max of BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/389
  • Improve min of BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/390
  • Improve to_array and to_tensor by @durandtibo in https://github.com/durandtibo/redcat/pull/391
  • Improve get_available_devices by @durandtibo in https://github.com/durandtibo/redcat/pull/392
  • Improve sort of BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/393
  • Move swap2 by @durandtibo in https://github.com/durandtibo/redcat/pull/394
  • Improve argsort of BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/395
  • Improve max of BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/396
  • Improve min of BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/397
  • Improve cat of BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/398
  • Improve split of BatchedTensor(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/minimum of BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/401
  • Improve chunk of BatchedTensor(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/amax torch 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.8 by @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 log10 to create BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/316
  • Add log2 to BatchedTensor(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.7 by @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.6 by @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.5] Add `summary` method

- Python
Published by durandtibo almost 3 years ago

redcat - [v0.0.4] Improve `BatchDict`

What's Changed

  • Add items, keys and values to BatchDict by @durandtibo in https://github.com/durandtibo/redcat/pull/279
  • Refactor nightly workflows by @durandtibo in https://github.com/durandtibo/redcat/pull/280
  • Add __contains__ and get to BatchDict by @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__ to BatchDict by @durandtibo in https://github.com/durandtibo/redcat/pull/287
  • Release version 0.0.4 by @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_sequences to create BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/277
  • Release version 0.0.3 by @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.2] Add DataPipes

- 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 BatchedTensor by @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 BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/6
  • Improve BatchedTensorSeq and BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/7
  • Add dtype related methods to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/9
  • Add BaseBatchedTensor by @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_X operations to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/12
  • Add new_X operations to BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/13
  • Add add to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/14
  • Add div to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/15
  • Add from_seq_batch to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/16
  • Add mul to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/17
  • Add sub to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/18
  • Add allclose to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/19
  • Add eq to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/20
  • Add ge to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/21
  • Add gt to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/22
  • Add le and lt to BatchedTensor(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_first by @durandtibo in https://github.com/durandtibo/redcat/pull/26
  • Add swap2 by @durandtibo in https://github.com/durandtibo/redcat/pull/27
  • Add compute_batch_seq_permutation by @durandtibo in https://github.com/durandtibo/redcat/pull/28
  • Add align_to_batch_seq and align_to_seq_batch by @durandtibo in https://github.com/durandtibo/redcat/pull/29
  • Reorganize code by @durandtibo in https://github.com/durandtibo/redcat/pull/30
  • Add empty_like to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/31
  • Add isnan to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/32
  • Add isinfXXX to BatchedTensor(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_ to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/35
  • Add div_ to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/36
  • Add mul_ to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/37
  • Add sub_ to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/38
  • Add neg to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/39
  • Add __xyz__ to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/40
  • Add abs to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/41
  • Add clamp to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/42
  • Add exp to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/43
  • Add fmod to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/44
  • Add log to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/45
  • Add log1p to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/46
  • Add pow to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/47
  • Add sqrt to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/48
  • Add acos to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/49
  • Add acosh to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/50
  • Add asin to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/51
  • Add asinh to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/52
  • Add max to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/53
  • Add min to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/54
  • Add atan to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/55
  • Fix tests by @durandtibo in https://github.com/durandtibo/redcat/pull/56
  • Add atanh to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/57
  • Add cos to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/58
  • Add cosh to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/59
  • Add sin to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/60
  • Add sinh to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/61
  • Add tan to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/62
  • Add tanh to BatchedTensor(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_and to BatchedTensor(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_not to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/67
  • Add logical_or to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/68
  • Add logical_xor to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/69
  • Add cumsum_along_seq to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/70
  • Add sort_along_seq to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/71
  • Improve cumsum_along_seq by @durandtibo in https://github.com/durandtibo/redcat/pull/72
  • Add cumsum_along_batch to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/73
  • Add cumsum to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/74
  • Add cumsum_along_batch to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/75
  • Add cumsum_ to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/76
  • Add max_along_seq to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/77
  • Add min_along_seq to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/78
  • Add sum_along_seq to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/79
  • Add median_along_seq to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/80
  • Add mean_along_seq to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/81
  • Add numel to BatchedTensor(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_dim by @durandtibo in https://github.com/durandtibo/redcat/pull/84
  • Add permute_along_batch to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/85
  • Add permute_along_seq to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/86
  • Improve get_batch_dims and get_seq_dims by @durandtibo in https://github.com/durandtibo/redcat/pull/87
  • Add cat_along_seq to BatchedTensorSeq by @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_ to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/90
  • Add get_torch_generator by @durandtibo in https://github.com/durandtibo/redcat/pull/91
  • Add shuffle_along_batch to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/92
  • Add align_to_batch_seq to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/93
  • Add align_to_seq_batch to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/94
  • Add __getitem__ and __setitem__ to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/95
  • Add cat_along_batch to BatchedTensor(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_ to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/98
  • Add append to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/99
  • Add BaseBatch by @durandtibo in https://github.com/durandtibo/redcat/pull/100
  • Rename modules by @durandtibo in https://github.com/durandtibo/redcat/pull/101
  • Add extend to BatchedTensor(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_ to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/104
  • Add permute_along_seq_ to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/105
  • Add shuffle_along_batch_ to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/106
  • Add align_as to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/108
  • Add index_select_along_batch to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/109
  • Add index_select_along_seq to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/110
  • Add masked_fill to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/111
  • Add repeat_along_seq to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/112
  • Add slice_along_batch to BatchedTensor(Seq) by @durandtibo in https://github.com/durandtibo/redcat/pull/113
  • Add slice_along_seq to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/114
  • Add select_along_batch to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/115
  • Add select_along_seq to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/116
  • Improve select_along_batch by @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_batch to BatchedTensor(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_batch by @durandtibo in https://github.com/durandtibo/redcat/pull/121
  • Add take_along_seq by @durandtibo in https://github.com/durandtibo/redcat/pull/122
  • Add unsqueeze to BaseBatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/123
  • Add view_as to BaseBatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/124
  • Add get_num_minibatches to BaseBatch by @durandtibo in https://github.com/durandtibo/redcat/pull/125
  • Add to_minibatches to BaseBatch by @durandtibo in https://github.com/durandtibo/redcat/pull/126
  • Add view to BaseTensorBatch by @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 cat to BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/141
  • Add cat to BaseBatchedTensor by @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_dim to BaseBatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/144
  • Add tests for torch.cat by @durandtibo in https://github.com/durandtibo/redcat/pull/145
  • Add support for torch.split by @durandtibo in https://github.com/durandtibo/redcat/pull/146
  • Align split_along_batch with torch by @durandtibo in https://github.com/durandtibo/redcat/pull/147
  • Add split to BaseBatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/148
  • Improve take_along_dim by @durandtibo in https://github.com/durandtibo/redcat/pull/149
  • Add slice to BaseBatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/150
  • Minor improvements by @durandtibo in https://github.com/durandtibo/redcat/pull/151
  • Rename slice_along_dim by @durandtibo in https://github.com/durandtibo/redcat/pull/152
  • Add select to BaseBatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/153
  • Add chunk to BaseBatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/154
  • Add sort to BaseBatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/155
  • Add chunk_along_batch to BaseBatch by @durandtibo in https://github.com/durandtibo/redcat/pull/156
  • Add chunk_along_seq to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/157
  • Add split_along_seq to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/158
  • Add sort_along_batch to BaseBatchedTensor by @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_dim to BaseBatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/161
  • Add shuffle_along_dim to BaseBatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/162
  • Add shuffle_along_seq to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/163
  • Add rsqrt to BaseBatchedTensor by @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_select to BaseBatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/167
  • Improve docstring format by @durandtibo in https://github.com/durandtibo/redcat/pull/168
  • Add logcumsumexp to BaseBatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/169
  • Add logcumsumexp_ to BaseBatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/170
  • Add logcumsumexp_along_batch to BaseBatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/171
  • Add logcumsumexp_along_seq to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/172
  • Clean BatchedTensor tests by @durandtibo in https://github.com/durandtibo/redcat/pull/173
  • Clean BatchedTensorSeq implementation by @durandtibo in https://github.com/durandtibo/redcat/pull/174
  • Clean BatchedTensor implementation by @durandtibo in https://github.com/durandtibo/redcat/pull/175
  • Improve BatchedTensor implementation by @durandtibo in https://github.com/durandtibo/redcat/pull/176
  • Improve BatchedTensorSeq implementation by @durandtibo in https://github.com/durandtibo/redcat/pull/177
  • Remove BaseBatchedTensor by @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.mean by @durandtibo in https://github.com/durandtibo/redcat/pull/180
  • Add support for torch.median by @durandtibo in https://github.com/durandtibo/redcat/pull/181
  • Add support for torch.prod by @durandtibo in https://github.com/durandtibo/redcat/pull/182
  • Add support for torch.sum by @durandtibo in https://github.com/durandtibo/redcat/pull/183
  • Add support for torch.nansum by @durandtibo in https://github.com/durandtibo/redcat/pull/184
  • Add support for torch.nanmedian by @durandtibo in https://github.com/durandtibo/redcat/pull/185
  • Add support for torch.nanmean by @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 sort consistent with PyTorch by @durandtibo in https://github.com/durandtibo/redcat/pull/189
  • Add sum to BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/190
  • Add sum_along_batch to BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/191
  • Add nansum to BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/192
  • Add prod to BatchedTensor by @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 nanmean to BatchedTensor by @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 nanmedian to BatchedTensor by @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 max and maximum to BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/208
  • Add min and minimum to BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/209
  • Add mean to BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/210
  • Add mean_along_batch to BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/211
  • Improve mean_along_seq to BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/212
  • Add maximum to BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/213
  • Add minimum to BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/214
  • Add prod_along_batch to BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/215
  • Add prod_along_seq to BatchedTensor by @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_batch to BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/220
  • Add nansum_along_seq to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/221
  • Add nanmedian_along_batch to BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/222
  • Add nanmedian_along_seq to BatchedTensorSeq by @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 polars dependency by @durandtibo in https://github.com/durandtibo/redcat/pull/225
  • Add nanmean_along_batch to BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/226
  • Add nanmean_along_seq to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/227
  • Add median to BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/228
  • Add median_along_batch to BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/229
  • Add median_along_seq to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/230
  • Add max to BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/231
  • Add min to BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/232
  • Add min_along_batch to BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/233
  • Add max_along_batch to BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/234
  • Improve min_along_seq to BatchedTensorSeq by @durandtibo in https://github.com/durandtibo/redcat/pull/235
  • Add dim and ndimension to BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/236
  • Add shape to BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/237
  • Start to implement BatchList by @durandtibo in https://github.com/durandtibo/redcat/pull/238
  • Continue to implement BatchList by @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 BatchList by @durandtibo in https://github.com/durandtibo/redcat/pull/241
  • Improve chunk_along_batch by @durandtibo in https://github.com/durandtibo/redcat/pull/242
  • Add __get/setitem__ to BatchList by @durandtibo in https://github.com/durandtibo/redcat/pull/243
  • Fix bug in __get/setitem__ of BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/244
  • Rename batchlist package by @durandtibo in https://github.com/durandtibo/redcat/pull/245
  • Add shuffle_along_batch tests for BatchList by @durandtibo in https://github.com/durandtibo/redcat/pull/246
  • Add minibatches tests for BatchList by @durandtibo in https://github.com/durandtibo/redcat/pull/247
  • Add polars checks by @durandtibo in https://github.com/durandtibo/redcat/pull/248
  • Add torch checks 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 BatchDict by @durandtibo in https://github.com/durandtibo/redcat/pull/253
  • Continue to implement BatchDict by @durandtibo in https://github.com/durandtibo/redcat/pull/254
  • Add str_mapping by @durandtibo in https://github.com/durandtibo/redcat/pull/255
  • Continue to implement BatchDict by @durandtibo in https://github.com/durandtibo/redcat/pull/256
  • Add apply to BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/257
  • Clean BatchedTensor implementation by @durandtibo in https://github.com/durandtibo/redcat/pull/258
  • Add apply to BatchList by @durandtibo in https://github.com/durandtibo/redcat/pull/259
  • Add apply to BatchList by @durandtibo in https://github.com/durandtibo/redcat/pull/260
  • Add apply_ to BatchedTensor by @durandtibo in https://github.com/durandtibo/redcat/pull/261
  • Refactor by @durandtibo in https://github.com/durandtibo/redcat/pull/262
  • Add missing tests to BatchDict by @durandtibo in https://github.com/durandtibo/redcat/pull/263
  • Add permute_along_seq to BatchDict by @durandtibo in https://github.com/durandtibo/redcat/pull/264
  • Add shuffle_along_seq to BatchDict by @durandtibo in https://github.com/durandtibo/redcat/pull/265
  • Add cat_along_seq to BatchDict by @durandtibo in https://github.com/durandtibo/redcat/pull/266
  • Release version 0.0.1 by @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