Arctix

Latest version: v0.0.6

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

Scan your dependencies

0.0.6

What's Changed
* Add `DiffDataFrameTransformer` by durandtibo in https://github.com/durandtibo/arctix/pull/257
* Add `TimeDiffDataFrameTransformer` by durandtibo in https://github.com/durandtibo/arctix/pull/258
* Improve testing by durandtibo in https://github.com/durandtibo/arctix/pull/259
* Add time difference in multithumos by durandtibo in https://github.com/durandtibo/arctix/pull/260
* Update multithumos dataset test by durandtibo in https://github.com/durandtibo/arctix/pull/261
* Add time difference in breakfast by durandtibo in https://github.com/durandtibo/arctix/pull/262
* Add time difference in EPIC-KITCHEN-100 by durandtibo in https://github.com/durandtibo/arctix/pull/263
* Add time difference in Ego4d by durandtibo in https://github.com/durandtibo/arctix/pull/264
* Release version `0.0.6` by durandtibo in https://github.com/durandtibo/arctix/pull/265


**Full Changelog**: https://github.com/durandtibo/arctix/compare/v0.0.5...v0.0.6

0.0.5

What's Changed
* Add `ego4d.load_annotation_file` by durandtibo in https://github.com/durandtibo/arctix/pull/236
* Add `ego4d.load_taxonomy_vocab` by durandtibo in https://github.com/durandtibo/arctix/pull/237
* Add `ego4d.load_noun/verb_vocab` by durandtibo in https://github.com/durandtibo/arctix/pull/238
* Add `ego4d.load_data` by durandtibo in https://github.com/durandtibo/arctix/pull/239
* Add `ego4d.fetch_data` by durandtibo in https://github.com/durandtibo/arctix/pull/240
* Rename and improve `ego4d.load_event_data` by durandtibo in https://github.com/durandtibo/arctix/pull/241
* Add `ego4d.prepare_data` by durandtibo in https://github.com/durandtibo/arctix/pull/242
* Add `ego4d.group_by_sequence` by durandtibo in https://github.com/durandtibo/arctix/pull/243
* Add `ego4d.to_list` by durandtibo in https://github.com/durandtibo/arctix/pull/244
* Add `ego4d.to_array` by durandtibo in https://github.com/durandtibo/arctix/pull/245
* Update type of sequence length by durandtibo in https://github.com/durandtibo/arctix/pull/251
* Improve docstrings by durandtibo in https://github.com/durandtibo/arctix/pull/252
* Bump polars from 0.20.24 to 0.20.25 by dependabot in https://github.com/durandtibo/arctix/pull/250
* Bump ruff from 0.4.3 to 0.4.4 by dependabot in https://github.com/durandtibo/arctix/pull/246
* Bump pre-commit from 3.7.0 to 3.7.1 by dependabot in https://github.com/durandtibo/arctix/pull/247
* Bump mkdocs-material from 9.5.21 to 9.5.22 by dependabot in https://github.com/durandtibo/arctix/pull/248
* Bump gdown from 5.1.0 to 5.2.0 by dependabot in https://github.com/durandtibo/arctix/pull/249
* Add Ego4d demo notebook by durandtibo in https://github.com/durandtibo/arctix/pull/253
* Add Ego4d documentation by durandtibo in https://github.com/durandtibo/arctix/pull/254
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/arctix/pull/255
* Release version `0.0.5` by durandtibo in https://github.com/durandtibo/arctix/pull/256


**Full Changelog**: https://github.com/durandtibo/arctix/compare/v0.0.4...v0.0.5

0.0.4

What's Changed
* Fix nightly package workflow by durandtibo in https://github.com/durandtibo/arctix/pull/183
* Add `epic_kitchen_100.download_data` by durandtibo in https://github.com/durandtibo/arctix/pull/184
* Improve `multithumos.download_data` by durandtibo in https://github.com/durandtibo/arctix/pull/185
* Update ruff config to work on notebooks by durandtibo in https://github.com/durandtibo/arctix/pull/186
* Add `ToTimeDataFrameTransformer` by durandtibo in https://github.com/durandtibo/arctix/pull/187
* Add fake `tqdm` by durandtibo in https://github.com/durandtibo/arctix/pull/188
* Add `JsonDecodeDataFrameTransformer` by durandtibo in https://github.com/durandtibo/arctix/pull/189
* Improve `JsonDecodeDataFrameTransformer` by durandtibo in https://github.com/durandtibo/arctix/pull/190
* Add `SortColumnsDataFrameTransformer` by durandtibo in https://github.com/durandtibo/arctix/pull/191
* Add `epic_kitchen_100.load_event_data` by durandtibo in https://github.com/durandtibo/arctix/pull/192
* Add `Vocabulary.from_token_to_index` by durandtibo in https://github.com/durandtibo/arctix/pull/193
* Add `epic_kitchen_100.load_noun_vocab` by durandtibo in https://github.com/durandtibo/arctix/pull/194
* Add `epic_kitchen_100.load_data` by durandtibo in https://github.com/durandtibo/arctix/pull/195
* Add `epic_kitchen_100.fetch_data` by durandtibo in https://github.com/durandtibo/arctix/pull/196
* Add `epic_kitchen_100.load_verb_vocab` by durandtibo in https://github.com/durandtibo/arctix/pull/197
* Bump polars from 0.20.22 to 0.20.23 by dependabot in https://github.com/durandtibo/arctix/pull/199
* Bump mkdocstrings from 0.24.3 to 0.25.0 by dependabot in https://github.com/durandtibo/arctix/pull/200
* Bump paambaati/codeclimate-action from 5.0.0 to 6.0.0 by dependabot in https://github.com/durandtibo/arctix/pull/198
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/arctix/pull/202
* Update breakfast data preparation by durandtibo in https://github.com/durandtibo/arctix/pull/203
* Improve `breakfast.group_by_sequence` by durandtibo in https://github.com/durandtibo/arctix/pull/204
* Add `breakfast.to_list` by durandtibo in https://github.com/durandtibo/arctix/pull/205
* Improve `breakfast.to_array` by durandtibo in https://github.com/durandtibo/arctix/pull/206
* Update multithumos data preparation by durandtibo in https://github.com/durandtibo/arctix/pull/207
* Improve `multithumos.group_by_sequence` by durandtibo in https://github.com/durandtibo/arctix/pull/208
* Improve `multithumos.to_array` by durandtibo in https://github.com/durandtibo/arctix/pull/209
* Add `multithumos.to_list` by durandtibo in https://github.com/durandtibo/arctix/pull/210
* Add epic kitchen 100 demo notebook by durandtibo in https://github.com/durandtibo/arctix/pull/211
* Add `TimeToSecondDataFrameTransformer` by durandtibo in https://github.com/durandtibo/arctix/pull/212
* Add `epic_kitchen_100.prepare_data` by durandtibo in https://github.com/durandtibo/arctix/pull/213
* Add `epic_kitchen_100.group_by_sequence` by durandtibo in https://github.com/durandtibo/arctix/pull/214
* Add missing test by durandtibo in https://github.com/durandtibo/arctix/pull/215
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/arctix/pull/216
* Add `epic_kitchen_100.to_list` by durandtibo in https://github.com/durandtibo/arctix/pull/217
* Add `epic_kitchen_100.to_array` by durandtibo in https://github.com/durandtibo/arctix/pull/218
* Update epic_kitchen_100 notebook by durandtibo in https://github.com/durandtibo/arctix/pull/219
* Update padded values in masked arrays by durandtibo in https://github.com/durandtibo/arctix/pull/220
* Clean data types by durandtibo in https://github.com/durandtibo/arctix/pull/221
* Add breakfast dataset test by durandtibo in https://github.com/durandtibo/arctix/pull/222
* Add breakfast dataset test (part 2) by durandtibo in https://github.com/durandtibo/arctix/pull/223
* Add MultiTHUMOS dataset tests by durandtibo in https://github.com/durandtibo/arctix/pull/224
* Add EPIC-KITCHENS-100 dataset tests by durandtibo in https://github.com/durandtibo/arctix/pull/230
* Replace `Float32` by `Float64` by durandtibo in https://github.com/durandtibo/arctix/pull/231
* Add `MetadataKeys` by durandtibo in https://github.com/durandtibo/arctix/pull/232
* Add EPIC-KITCHENS-100 documentation by durandtibo in https://github.com/durandtibo/arctix/pull/233
* Bump pygments from 2.17.2 to 2.18.0 by dependabot in https://github.com/durandtibo/arctix/pull/226
* Bump coverage from 7.5.0 to 7.5.1 by dependabot in https://github.com/durandtibo/arctix/pull/225
* Bump mkdocstrings from 0.25.0 to 0.25.1 by dependabot in https://github.com/durandtibo/arctix/pull/227
* Bump ruff from 0.4.2 to 0.4.3 by dependabot in https://github.com/durandtibo/arctix/pull/228
* Bump jinja2 from 3.1.3 to 3.1.4 by dependabot in https://github.com/durandtibo/arctix/pull/229
* Update dependencies by durandtibo in https://github.com/durandtibo/arctix/pull/234
* Release version `0.0.4` by durandtibo in https://github.com/durandtibo/arctix/pull/235


**Full Changelog**: https://github.com/durandtibo/arctix/compare/v0.0.3...v0.0.4

0.0.3

What's Changed

* Reset repo as the existing code was merged in `coola` by durandtibo in https://github.com/durandtibo/arctix/pull/109
* Add function to check if `gdown` is installed by durandtibo in https://github.com/durandtibo/arctix/pull/110
* Add `dependency-review.yml` by durandtibo in https://github.com/durandtibo/arctix/pull/111
* Add (almost) empty documentation by durandtibo in https://github.com/durandtibo/arctix/pull/112
* Add CI workflow by durandtibo in https://github.com/durandtibo/arctix/pull/113
* Add `download_drive_file` by durandtibo in https://github.com/durandtibo/arctix/pull/117
* Update CI workflow by durandtibo in https://github.com/durandtibo/arctix/pull/118
* Add `download_annotations` by durandtibo in https://github.com/durandtibo/arctix/pull/119
* Add `load_annotation` by durandtibo in https://github.com/durandtibo/arctix/pull/120
* Add `PathLister` by durandtibo in https://github.com/durandtibo/arctix/pull/121
* Add `DirFilter` and `FileFilter` by durandtibo in https://github.com/durandtibo/arctix/pull/122
* Add `convert_to_dict_of_flat_lists` by durandtibo in https://github.com/durandtibo/arctix/pull/123
* Add `drop_duplicates` by durandtibo in https://github.com/durandtibo/arctix/pull/124
* Add `load_annotations` by durandtibo in https://github.com/durandtibo/arctix/pull/125
* Rename some functions by durandtibo in https://github.com/durandtibo/arctix/pull/126
* Add `breakfast.fetch_data` by durandtibo in https://github.com/durandtibo/arctix/pull/127
* Rename functions in `breakfast` by durandtibo in https://github.com/durandtibo/arctix/pull/128
* Add demo notebook by durandtibo in https://github.com/durandtibo/arctix/pull/129
* Add `Vocabulary` by durandtibo in https://github.com/durandtibo/arctix/pull/130
* Add optional `tqdm` package by durandtibo in https://github.com/durandtibo/arctix/pull/132
* Add `BaseDataFrameTransformer` by durandtibo in https://github.com/durandtibo/arctix/pull/131
* Add `ReplaceDataFrameTransformer` by durandtibo in https://github.com/durandtibo/arctix/pull/133
* Add vocabulary-based transformers by durandtibo in https://github.com/durandtibo/arctix/pull/134
* Add `generate_vocabulary` by durandtibo in https://github.com/durandtibo/arctix/pull/135
* Fix some module names by durandtibo in https://github.com/durandtibo/arctix/pull/136
* Add `SequentialDataFrameTransformer` by durandtibo in https://github.com/durandtibo/arctix/pull/137
* Add breakfast data preparation by durandtibo in https://github.com/durandtibo/arctix/pull/138
* Add `StripCharsDataFrameTransformer` by durandtibo in https://github.com/durandtibo/arctix/pull/139
* Add `SortDataFrameTransformer` by durandtibo in https://github.com/durandtibo/arctix/pull/140
* Improve breakfast data preparation by durandtibo in https://github.com/durandtibo/arctix/pull/141
* Fix bug in breakfast data preparation by durandtibo in https://github.com/durandtibo/arctix/pull/142
* Add optional `matplotlib` package by durandtibo in https://github.com/durandtibo/arctix/pull/143
* Add `generate_mask_from_lengths` by durandtibo in https://github.com/durandtibo/arctix/pull/144
* Add `convert_sequences_to_array` by durandtibo in https://github.com/durandtibo/arctix/pull/145
* Add `group_by_sequence` by durandtibo in https://github.com/durandtibo/arctix/pull/146
* Add `to_array_data` by durandtibo in https://github.com/durandtibo/arctix/pull/147
* Update CI workflow by durandtibo in https://github.com/durandtibo/arctix/pull/148
* Bump black from 24.3.0 to 24.4.0 by dependabot in https://github.com/durandtibo/arctix/pull/150
* Bump polars from 0.20.19 to 0.20.20 by dependabot in https://github.com/durandtibo/arctix/pull/149
* Add `batcharray` dependency by durandtibo in https://github.com/durandtibo/arctix/pull/151
* Add `FunctionDataFrameTransformer` by durandtibo in https://github.com/durandtibo/arctix/pull/152
* Add filtering by dataset split by durandtibo in https://github.com/durandtibo/arctix/pull/153
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/arctix/pull/154
* Add optional `requests` package by durandtibo in https://github.com/durandtibo/arctix/pull/156
* Add `download_url_to_file` by durandtibo in https://github.com/durandtibo/arctix/pull/155
* Add `multithumos.download_data` by durandtibo in https://github.com/durandtibo/arctix/pull/157
* Minor improvements by durandtibo in https://github.com/durandtibo/arctix/pull/158
* Add `multithumos.parse_annotation_lines` by durandtibo in https://github.com/durandtibo/arctix/pull/159
* Add `multithumos.load_annotation_file` by durandtibo in https://github.com/durandtibo/arctix/pull/160
* Add `multithumos.load_data` by durandtibo in https://github.com/durandtibo/arctix/pull/161
* Add `multithumos.fetch_data` by durandtibo in https://github.com/durandtibo/arctix/pull/162
* Add `multithumos.prepare_data` by durandtibo in https://github.com/durandtibo/arctix/pull/163
* Add `multithumos.generate_split_column` by durandtibo in https://github.com/durandtibo/arctix/pull/165
* Bump mkdocs-material from 9.5.2 to 9.5.18 by dependabot in https://github.com/durandtibo/arctix/pull/164
* Improve `multithumos.prepare_data` by durandtibo in https://github.com/durandtibo/arctix/pull/166
* Improve `multithumos.group_by_sequence` by durandtibo in https://github.com/durandtibo/arctix/pull/167
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/arctix/pull/168
* Improve workflows by durandtibo in https://github.com/durandtibo/arctix/pull/169
* Add notebook for multithumos dataset by durandtibo in https://github.com/durandtibo/arctix/pull/170
* Add `multithumos.to_array_data` by durandtibo in https://github.com/durandtibo/arctix/pull/171
* Add tests for `breakfast.to_array_data` by durandtibo in https://github.com/durandtibo/arctix/pull/172
* Add filtering by dataset split by durandtibo in https://github.com/durandtibo/arctix/pull/173
* Add nightly package workflow by durandtibo in https://github.com/durandtibo/arctix/pull/174
* Add package checks by durandtibo in https://github.com/durandtibo/arctix/pull/175
* Fix package workflow by durandtibo in https://github.com/durandtibo/arctix/pull/176
* Add docs for breakfast dataset by durandtibo in https://github.com/durandtibo/arctix/pull/177
* Rename `to_array_data` to `to_array` by durandtibo in https://github.com/durandtibo/arctix/pull/178
* Add docs for MultiTHUMOS dataset by durandtibo in https://github.com/durandtibo/arctix/pull/179
* Add package overview documentation by durandtibo in https://github.com/durandtibo/arctix/pull/180
* Update README.md by durandtibo in https://github.com/durandtibo/arctix/pull/181
* Release version `0.0.3` by durandtibo in https://github.com/durandtibo/arctix/pull/182


**Full Changelog**: https://github.com/durandtibo/arctix/compare/v0.0.1...v0.0.3

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.