Iden

Latest version: v0.0.3

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

Scan your dependencies

0.0.3

What's Changed
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/iden/pull/121
* Add `NumpySafetensorsShard` by durandtibo in https://github.com/durandtibo/iden/pull/122
* Add `NumpySafetensorsShardLoader` by durandtibo in https://github.com/durandtibo/iden/pull/123
* Add `NumpySafetensorsShardGenerator` by durandtibo in https://github.com/durandtibo/iden/pull/124
* Release version `0.0.3` by durandtibo in https://github.com/durandtibo/iden/pull/125


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

0.0.2

Breaking changes
* Add `cache` option to `BaseShard.get_data` by durandtibo in https://github.com/durandtibo/iden/pull/112
* Rename `is_initialized` to `is_cached` by durandtibo in https://github.com/durandtibo/iden/pull/113

What's Changed
* Update reference documentation by durandtibo in https://github.com/durandtibo/iden/pull/109
* Add shard documentation by durandtibo in https://github.com/durandtibo/iden/pull/110
* Add missing examples in docstrings by durandtibo in https://github.com/durandtibo/iden/pull/111
* [BC] Add `cache` option to `BaseShard.get_data` by durandtibo in https://github.com/durandtibo/iden/pull/112
* [BC] Rename `is_initialized` to `is_cached` by durandtibo in https://github.com/durandtibo/iden/pull/113
* Add issue templates by durandtibo in https://github.com/durandtibo/iden/pull/114
* Add PR template by durandtibo in https://github.com/durandtibo/iden/pull/115
* Create CODE_OF_CONDUCT.md by durandtibo in https://github.com/durandtibo/iden/pull/116
* Add CONTRIBUTING.md by durandtibo in https://github.com/durandtibo/iden/pull/117
* Update badges by durandtibo in https://github.com/durandtibo/iden/pull/118
* Minor improvements by durandtibo in https://github.com/durandtibo/iden/pull/119
* Release version `0.0.2` by durandtibo in https://github.com/durandtibo/iden/pull/120


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

0.0.1

What's Changed
* Set up repo by durandtibo in https://github.com/durandtibo/iden/pull/1
* Add module to manage optional dependencies by durandtibo in https://github.com/durandtibo/iden/pull/2
* Create dependabot.yml by durandtibo in https://github.com/durandtibo/iden/pull/3
* Create dependency-review.yml by durandtibo in https://github.com/durandtibo/iden/pull/4
* Add CI workflows by durandtibo in https://github.com/durandtibo/iden/pull/5
* Add nightly tests workflow by durandtibo in https://github.com/durandtibo/iden/pull/6
* Add `BaseShard` and `InMemoryShard` by durandtibo in https://github.com/durandtibo/iden/pull/7
* Add `sanitize_path` by durandtibo in https://github.com/durandtibo/iden/pull/8
* Add I/O utility functions by durandtibo in https://github.com/durandtibo/iden/pull/9
* Add `PickleShard` by durandtibo in https://github.com/durandtibo/iden/pull/10
* Update `PickleShard` by durandtibo in https://github.com/durandtibo/iden/pull/11
* Add `BaseShardLoader` and `PickleShardLoader` by durandtibo in https://github.com/durandtibo/iden/pull/12
* Add abstract factory to `BaseShardLoader` by durandtibo in https://github.com/durandtibo/iden/pull/13
* Add `load_from_uri` by durandtibo in https://github.com/durandtibo/iden/pull/14
* Add `equal` to `BaseShard` by durandtibo in https://github.com/durandtibo/iden/pull/15
* Add `create_pickle_shard` by durandtibo in https://github.com/durandtibo/iden/pull/16
* Add `BaseSaver` and `BaseFileSaver` by durandtibo in https://github.com/durandtibo/iden/pull/17
* Add badges by durandtibo in https://github.com/durandtibo/iden/pull/18
* Add `NumpySafetensorsSaver` by durandtibo in https://github.com/durandtibo/iden/pull/19
* Add `BaseLoader` by durandtibo in https://github.com/durandtibo/iden/pull/20
* Fix bug in `BaseFileSaver` by durandtibo in https://github.com/durandtibo/iden/pull/21
* Add `PickleLoader` and `PickleSaver` by durandtibo in https://github.com/durandtibo/iden/pull/22
* Add `TextLoader` and `TextSaver` by durandtibo in https://github.com/durandtibo/iden/pull/23
* Improve text loader/saver by durandtibo in https://github.com/durandtibo/iden/pull/24
* Improve pickle loader/saver by durandtibo in https://github.com/durandtibo/iden/pull/25
* Add `JsonLoader` and `JsonSaver` by durandtibo in https://github.com/durandtibo/iden/pull/26
* Add `YamlLoader` and `YamlSaver` by durandtibo in https://github.com/durandtibo/iden/pull/27
* Add `TorchLoader` and `TorchSaver` by durandtibo in https://github.com/durandtibo/iden/pull/28
* Remove old I/O functions by durandtibo in https://github.com/durandtibo/iden/pull/29
* Make `torch` optional by durandtibo in https://github.com/durandtibo/iden/pull/30
* Make `numpy` optional by durandtibo in https://github.com/durandtibo/iden/pull/31
* Update tests and rename some modules by durandtibo in https://github.com/durandtibo/iden/pull/32
* Add `setup_loader` and `setup_saver` by durandtibo in https://github.com/durandtibo/iden/pull/33
* Improve some loaders and savers by durandtibo in https://github.com/durandtibo/iden/pull/34
* Add `AutoFileLoader` by durandtibo in https://github.com/durandtibo/iden/pull/35
* Add `FileShard` by durandtibo in https://github.com/durandtibo/iden/pull/36
* Update `PickleShard` by durandtibo in https://github.com/durandtibo/iden/pull/37
* Add `TorchSafetensorsShard` by durandtibo in https://github.com/durandtibo/iden/pull/38
* Improve `PickleShard` by durandtibo in https://github.com/durandtibo/iden/pull/39
* Add `TorchSafetensorsShardLoader` by durandtibo in https://github.com/durandtibo/iden/pull/40
* Improve testing of `load_from_uri` by durandtibo in https://github.com/durandtibo/iden/pull/41
* Add `JsonShard` by durandtibo in https://github.com/durandtibo/iden/pull/42
* Add `YamlShard` by durandtibo in https://github.com/durandtibo/iden/pull/43
* Add `JsonShardLoader` by durandtibo in https://github.com/durandtibo/iden/pull/44
* Add `YamlShardLoader` by durandtibo in https://github.com/durandtibo/iden/pull/45
* Add `TorchShard` by durandtibo in https://github.com/durandtibo/iden/pull/46
* Add `TorchShardLoader` by durandtibo in https://github.com/durandtibo/iden/pull/47
* Add tests for missing dependencies by durandtibo in https://github.com/durandtibo/iden/pull/48
* Improve testing of `load_from_uri` by durandtibo in https://github.com/durandtibo/iden/pull/49
* Add nightly deps workflow by durandtibo in https://github.com/durandtibo/iden/pull/50
* Add `BaseDataset` and `VanillaDataset` by durandtibo in https://github.com/durandtibo/iden/pull/51
* Add `ShardEqualityComparator` by durandtibo in https://github.com/durandtibo/iden/pull/52
* Add `equal_nan` to `BaseShard.equal` by durandtibo in https://github.com/durandtibo/iden/pull/54
* Sort shards by URI by durandtibo in https://github.com/durandtibo/iden/pull/53
* Add `FileShardLoader` by durandtibo in https://github.com/durandtibo/iden/pull/55
* Improve `VanillaDataset` by durandtibo in https://github.com/durandtibo/iden/pull/56
* Add `BaseAsset` and `InMemoryAsset` by durandtibo in https://github.com/durandtibo/iden/pull/57
* Improve base classes by durandtibo in https://github.com/durandtibo/iden/pull/58
* Add `ShardMapping` by durandtibo in https://github.com/durandtibo/iden/pull/59
* Add `ShardList` by durandtibo in https://github.com/durandtibo/iden/pull/60
* Rename `ShardDict` by durandtibo in https://github.com/durandtibo/iden/pull/61
* Add `get_uris` to `ShardDict` and `ShardList` by durandtibo in https://github.com/durandtibo/iden/pull/62
* Add `ShardTuple` by durandtibo in https://github.com/durandtibo/iden/pull/63
* Add `ShardTupleLoader` by durandtibo in https://github.com/durandtibo/iden/pull/64
* Improve type hints by durandtibo in https://github.com/durandtibo/iden/pull/65
* Add `ShardDict` by durandtibo in https://github.com/durandtibo/iden/pull/66
* Add `ShardDictLoader` by durandtibo in https://github.com/durandtibo/iden/pull/67
* Update docstrings by durandtibo in https://github.com/durandtibo/iden/pull/68
* Remove `asset` package by durandtibo in https://github.com/durandtibo/iden/pull/69
* Update `assets` in `VanillaDataset` by durandtibo in https://github.com/durandtibo/iden/pull/70
* Update `shards` in `VanillaDataset` by durandtibo in https://github.com/durandtibo/iden/pull/71
* Add `human_time` function by durandtibo in https://github.com/durandtibo/iden/pull/72
* Add `timeblock` function by durandtibo in https://github.com/durandtibo/iden/pull/73
* Add `from_uri` to `VanillaDataset` by durandtibo in https://github.com/durandtibo/iden/pull/74
* Add `BaseDatasetLoader` and `VanillaDatasetLoader` by durandtibo in https://github.com/durandtibo/iden/pull/75
* Add `load_from_uri` for dataset by durandtibo in https://github.com/durandtibo/iden/pull/76
* Add workflow to publish pypi package by durandtibo in https://github.com/durandtibo/iden/pull/78
* Add nightly package workflow by durandtibo in https://github.com/durandtibo/iden/pull/79
* Fix package dependencies by durandtibo in https://github.com/durandtibo/iden/pull/80
* Add function to check if `yaml` package is installed by durandtibo in https://github.com/durandtibo/iden/pull/81
* Improve `YamlLoader` and `YamlSaver` by durandtibo in https://github.com/durandtibo/iden/pull/82
* Make `yaml` optional by durandtibo in https://github.com/durandtibo/iden/pull/83
* Update tostring of `ShardDict` and `ShardTuple` by durandtibo in https://github.com/durandtibo/iden/pull/84
* Remove package `shard.collection` by durandtibo in https://github.com/durandtibo/iden/pull/85
* Update signature of `BaseSaver.save` by durandtibo in https://github.com/durandtibo/iden/pull/86
* Improve docstring examples by durandtibo in https://github.com/durandtibo/iden/pull/87
* Add initial documentation by durandtibo in https://github.com/durandtibo/iden/pull/88
* Add documentation workflows by durandtibo in https://github.com/durandtibo/iden/pull/89
* Add `clear` method to `BaseShard` by durandtibo in https://github.com/durandtibo/iden/pull/90
* Add function to return unique temporary path by durandtibo in https://github.com/durandtibo/iden/pull/91
* Improve file savers by durandtibo in https://github.com/durandtibo/iden/pull/92
* Add `ShardIterable` by durandtibo in https://github.com/durandtibo/iden/pull/93
* Add `BaseShardCreator` and `JsonShardCreator` by durandtibo in https://github.com/durandtibo/iden/pull/94
* Refactor shard creators by durandtibo in https://github.com/durandtibo/iden/pull/95
* Add `ShardTupleCreator` by durandtibo in https://github.com/durandtibo/iden/pull/96
* Add `setup_shard_creator` by durandtibo in https://github.com/durandtibo/iden/pull/97
* Add `ShardDictCreator` by durandtibo in https://github.com/durandtibo/iden/pull/98
* Add `YamlShardCreator` by durandtibo in https://github.com/durandtibo/iden/pull/99
* Add `PickleShardCreator` by durandtibo in https://github.com/durandtibo/iden/pull/100
* Add `TorchShardCreator` by durandtibo in https://github.com/durandtibo/iden/pull/101
* Torch safetensors shard creator by durandtibo in https://github.com/durandtibo/iden/pull/102
* Add `BaseDatasetCreator` and `VanillaDatasetCreator` by durandtibo in https://github.com/durandtibo/iden/pull/103
* Rename `Creator` to `Generator` by durandtibo in https://github.com/durandtibo/iden/pull/104
* Add `BaseDataCreator` and `DataGenerator` by durandtibo in https://github.com/durandtibo/iden/pull/105
* Update shard generators to use data generators by durandtibo in https://github.com/durandtibo/iden/pull/106
* Add script to benchmark shard loading by durandtibo in https://github.com/durandtibo/iden/pull/77
* Improve docstrings by durandtibo in https://github.com/durandtibo/iden/pull/107
* Release version `0.0.1` by durandtibo in https://github.com/durandtibo/iden/pull/108

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

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

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.