Arctix

Latest version: v0.0.3

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

Scan your dependencies

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.