Gravitorch

Latest version: v0.0.23

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

Scan your dependencies

Page 3 of 4

0.0.10

What's Changed
* Update gitignore by durandtibo in https://github.com/durandtibo/meteor/pull/178
* Update dependencies by durandtibo in https://github.com/durandtibo/meteor/pull/179
* Update docformat by durandtibo in https://github.com/durandtibo/meteor/pull/180
* Update dependencies by durandtibo in https://github.com/durandtibo/meteor/pull/181
* Fix codecov issue by durandtibo in https://github.com/durandtibo/meteor/pull/182
* Improve some test by durandtibo in https://github.com/durandtibo/meteor/pull/183
* Update dependencies by durandtibo in https://github.com/durandtibo/meteor/pull/184
* Update dependencies by durandtibo in https://github.com/durandtibo/meteor/pull/185
* Improve some tests by durandtibo in https://github.com/durandtibo/meteor/pull/186
* Improve some tests (part 2) by durandtibo in https://github.com/durandtibo/meteor/pull/187
* Improve some tests (part 3) by durandtibo in https://github.com/durandtibo/meteor/pull/188
* Improve some tests (part 4) by durandtibo in https://github.com/durandtibo/meteor/pull/189
* Rename `permute` to `permute_along_dim` by durandtibo in https://github.com/durandtibo/meteor/pull/190
* Update dependencies by durandtibo in https://github.com/durandtibo/meteor/pull/191
* Update dependencies by durandtibo in https://github.com/durandtibo/meteor/pull/192
* Update dependencies by durandtibo in https://github.com/durandtibo/meteor/pull/193
* Make `criterion` optional in `VanillaModel` by durandtibo in https://github.com/durandtibo/meteor/pull/194
* Improve workflows by durandtibo in https://github.com/durandtibo/meteor/pull/195
* Update dependencies by durandtibo in https://github.com/durandtibo/meteor/pull/196
* Update dependencies by durandtibo in https://github.com/durandtibo/meteor/pull/197
* Add support for `pytorch-ignite^0.4.12` by durandtibo in https://github.com/durandtibo/meteor/pull/198
* Update workflows by durandtibo in https://github.com/durandtibo/meteor/pull/199
* Improve docformat by durandtibo in https://github.com/durandtibo/meteor/pull/200
* Update workflow by durandtibo in https://github.com/durandtibo/meteor/pull/201
* Update dependencies by durandtibo in https://github.com/durandtibo/meteor/pull/202
* Update accelerate 0.19 by durandtibo in https://github.com/durandtibo/meteor/pull/204
* Update dependencies for PyTorch 2.0.1 by durandtibo in https://github.com/durandtibo/meteor/pull/203
* Update nightly workflow by durandtibo in https://github.com/durandtibo/meteor/pull/205
* Fix type hints and update dependencies by durandtibo in https://github.com/durandtibo/meteor/pull/206
* Update badges by durandtibo in https://github.com/durandtibo/meteor/pull/207
* Update CI workflow by durandtibo in https://github.com/durandtibo/meteor/pull/208
* Create dependency-review.yml by durandtibo in https://github.com/durandtibo/meteor/pull/209
* Update dependencies by durandtibo in https://github.com/durandtibo/meteor/pull/210
* Rename some modules by durandtibo in https://github.com/durandtibo/meteor/pull/211
* Release version `0.0.10` by durandtibo in https://github.com/durandtibo/meteor/pull/212


**Full Changelog**: https://github.com/durandtibo/meteor/compare/v0.0.9...v0.0.10

0.0.9

What's Changed
* Move to pytorch 2.0 by durandtibo in https://github.com/durandtibo/meteor/pull/151
* Reorganize tests by durandtibo in https://github.com/durandtibo/meteor/pull/152
* Improve parallel tests by durandtibo in https://github.com/durandtibo/meteor/pull/153
* Add macOS to workflows by durandtibo in https://github.com/durandtibo/meteor/pull/155
* Improve test by durandtibo in https://github.com/durandtibo/meteor/pull/156
* Update experiment config by durandtibo in https://github.com/durandtibo/meteor/pull/157
* Add `Mul` module by durandtibo in https://github.com/durandtibo/meteor/pull/158
* Add support for `torch.compile` by durandtibo in https://github.com/durandtibo/meteor/pull/159
* Add `extra_repr` to `Mul` by durandtibo in https://github.com/durandtibo/meteor/pull/160
* Add `PyTorchMpsBackend` by durandtibo in https://github.com/durandtibo/meteor/pull/161
* Improve `PyTorchConfig` by durandtibo in https://github.com/durandtibo/meteor/pull/162
* Improve distributed tests by durandtibo in https://github.com/durandtibo/meteor/pull/163
* Clean training loops by durandtibo in https://github.com/durandtibo/meteor/pull/164
* Move distributed tests to functional by durandtibo in https://github.com/durandtibo/meteor/pull/165
* Improve workflows by durandtibo in https://github.com/durandtibo/meteor/pull/167
* Update dependencies by durandtibo in https://github.com/durandtibo/meteor/pull/168
* Update dependencies by durandtibo in https://github.com/durandtibo/meteor/pull/169
* Rename `device` module by durandtibo in https://github.com/durandtibo/meteor/pull/170
* Move `events` package by durandtibo in https://github.com/durandtibo/meteor/pull/171
* Add experimental `BaseBatchLoader` by durandtibo in https://github.com/durandtibo/meteor/pull/172
* Add optional `torchdata` by durandtibo in https://github.com/durandtibo/meteor/pull/173
* Some improvements for `batchloader` by durandtibo in https://github.com/durandtibo/meteor/pull/174
* Move `datapipes` package to root package by durandtibo in https://github.com/durandtibo/meteor/pull/175
* Fix docstring by durandtibo in https://github.com/durandtibo/meteor/pull/176
* Release version `0.0.9` by durandtibo in https://github.com/durandtibo/meteor/pull/177


**Full Changelog**: https://github.com/durandtibo/meteor/compare/v0.0.8...v0.0.9

0.0.8

What's Changed
* Minor improvements to integrations by durandtibo in https://github.com/durandtibo/meteor/pull/113
* Add some pytest decorators to `testing` by durandtibo in https://github.com/durandtibo/meteor/pull/114
* Update tests to use `testing` by durandtibo in https://github.com/durandtibo/meteor/pull/115
* Update dependencies by durandtibo in https://github.com/durandtibo/meteor/pull/116
* Minor improvements by durandtibo in https://github.com/durandtibo/meteor/pull/117
* Remove unused fixture by durandtibo in https://github.com/durandtibo/meteor/pull/118
* Add `ModelModuleFreezer` by durandtibo in https://github.com/durandtibo/meteor/pull/119
* Improve handlers' tests by durandtibo in https://github.com/durandtibo/meteor/pull/120
* Improve `ModelFreezer` by durandtibo in https://github.com/durandtibo/meteor/pull/121
* Improve `ModelFreezer` by durandtibo in https://github.com/durandtibo/meteor/pull/122
* Update dependencies by durandtibo in https://github.com/durandtibo/meteor/pull/123
* Switch to ruff for linting by durandtibo in https://github.com/durandtibo/meteor/pull/124
* Update ruff conf and remove `conditional_evaluation` by durandtibo in https://github.com/durandtibo/meteor/pull/125
* Cleaning by durandtibo in https://github.com/durandtibo/meteor/pull/126
* Update dependencies by durandtibo in https://github.com/durandtibo/meteor/pull/127
* Update dependencies by durandtibo in https://github.com/durandtibo/meteor/pull/128
* Add `XavierNormal` and `XavierUniform` by durandtibo in https://github.com/durandtibo/meteor/pull/129
* Add `ConstantBias` module initializer by durandtibo in https://github.com/durandtibo/meteor/pull/130
* Add `Constant` module initializer by durandtibo in https://github.com/durandtibo/meteor/pull/131
* Improve tests by durandtibo in https://github.com/durandtibo/meteor/pull/132
* Improve Xavier init by durandtibo in https://github.com/durandtibo/meteor/pull/133
* Add `NoOpInitializer` by durandtibo in https://github.com/durandtibo/meteor/pull/134
* Add `setup_initializer` by durandtibo in https://github.com/durandtibo/meteor/pull/135
* Add `SequentialInitializer` by durandtibo in https://github.com/durandtibo/meteor/pull/136
* Add `KaimingNormal` and `KaimingUniform` by durandtibo in https://github.com/durandtibo/meteor/pull/137
* Rename initialization functions by durandtibo in https://github.com/durandtibo/meteor/pull/138
* Add `TruncNormal` module initializer by durandtibo in https://github.com/durandtibo/meteor/pull/139
* Update `ModelInitializer` handler by durandtibo in https://github.com/durandtibo/meteor/pull/140
* Improve `ModelInitializer` and configs by durandtibo in https://github.com/durandtibo/meteor/pull/141
* Remove `parameter_initializers` package by durandtibo in https://github.com/durandtibo/meteor/pull/142
* Convert `nn.fusion` to module by durandtibo in https://github.com/durandtibo/meteor/pull/143
* Remove `AppVAETimeLoss` and `app_vae_time_loss` by durandtibo in https://github.com/durandtibo/meteor/pull/144
* Update dependencies by durandtibo in https://github.com/durandtibo/meteor/pull/145
* Add code to analyze module parameters by durandtibo in https://github.com/durandtibo/meteor/pull/146
* Remove old functions to analyze module parameters by durandtibo in https://github.com/durandtibo/meteor/pull/147
* Improve `ModelParameterAnalyzer` by durandtibo in https://github.com/durandtibo/meteor/pull/148
* Rename some functions and modules by durandtibo in https://github.com/durandtibo/meteor/pull/149
* Release version 0.0.8 by durandtibo in https://github.com/durandtibo/meteor/pull/150


**Full Changelog**: https://github.com/durandtibo/meteor/compare/v0.0.7...v0.0.8

0.0.7

What's Changed
* Add Snake activation by durandtibo in https://github.com/durandtibo/meteor/pull/104
* Update some tests by durandtibo in https://github.com/durandtibo/meteor/pull/105
* Rename `setup_module` by durandtibo in https://github.com/durandtibo/meteor/pull/106
* Rename `criterions` to `criteria` by durandtibo in https://github.com/durandtibo/meteor/pull/107
* Update docstring by durandtibo in https://github.com/durandtibo/meteor/pull/108
* Add `replace_ok` to `AssetManager` by durandtibo in https://github.com/durandtibo/meteor/pull/109
* Move `object_ops` to `experimental` by durandtibo in https://github.com/durandtibo/meteor/pull/110
* Add `is_uninitialized_parameter` by durandtibo in https://github.com/durandtibo/meteor/pull/111
* Release version `0.0.7` by durandtibo in https://github.com/durandtibo/meteor/pull/112


**Full Changelog**: https://github.com/durandtibo/meteor/compare/v0.0.6...v0.0.7

0.0.6

What's Changed
* Improve `IterDataPipeCreatorDataSource` by durandtibo in https://github.com/durandtibo/meteor/pull/93
* Minor improvements by durandtibo in https://github.com/durandtibo/meteor/pull/94
* Add `recursive_from_numpy` by durandtibo in https://github.com/durandtibo/meteor/pull/95
* Update some formatting functions by durandtibo in https://github.com/durandtibo/meteor/pull/96
* Update dependencies by durandtibo in https://github.com/durandtibo/meteor/pull/97
* Improve `AssetManager` by durandtibo in https://github.com/durandtibo/meteor/pull/98
* Add `testing` package by durandtibo in https://github.com/durandtibo/meteor/pull/99
* Update tests to use `testing` package by durandtibo in https://github.com/durandtibo/meteor/pull/100
* Rename `human_byte_size` by durandtibo in https://github.com/durandtibo/meteor/pull/101
* Update nightly workflow to install package by durandtibo in https://github.com/durandtibo/meteor/pull/102
* Release version `0.0.6` by durandtibo in https://github.com/durandtibo/meteor/pull/103


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

0.0.5

What's Changed
* Update dependencies by durandtibo in https://github.com/durandtibo/meteor/pull/71
* Improve `XCudaMemoryMonitor` handler by durandtibo in https://github.com/durandtibo/meteor/pull/72
* Improve `PyTorchConfig` to log CUDA info by durandtibo in https://github.com/durandtibo/meteor/pull/73
* Add base class to implement a training loop by durandtibo in https://github.com/durandtibo/meteor/pull/74
* Add new version of `VanillaTrainingLoop` by durandtibo in https://github.com/durandtibo/meteor/pull/75
* Move `setup_training_loop` to `loops.training` by durandtibo in https://github.com/durandtibo/meteor/pull/76
* Move training loops by durandtibo in https://github.com/durandtibo/meteor/pull/77
* Clean old training loops by durandtibo in https://github.com/durandtibo/meteor/pull/78
* Add base class to implement an evaluation loop by durandtibo in https://github.com/durandtibo/meteor/pull/79
* Move `setup_evaluation_loop` to `loops.evaluation` by durandtibo in https://github.com/durandtibo/meteor/pull/80
* Move conditions and noop to `loops.evaluation` by durandtibo in https://github.com/durandtibo/meteor/pull/81
* Move and improve `VanillaEvaluationLoop` by durandtibo in https://github.com/durandtibo/meteor/pull/82
* Move evaluation loops by durandtibo in https://github.com/durandtibo/meteor/pull/83
* Clean evaluation loops by durandtibo in https://github.com/durandtibo/meteor/pull/84
* Move loop observers by durandtibo in https://github.com/durandtibo/meteor/pull/85
* Add badges by durandtibo in https://github.com/durandtibo/meteor/pull/86
* Rename filename by durandtibo in https://github.com/durandtibo/meteor/pull/87
* Rename `str_indent` by durandtibo in https://github.com/durandtibo/meteor/pull/88
* Add `SquaredReLU` by durandtibo in https://github.com/durandtibo/meteor/pull/89
* Add sequential loop observer by durandtibo in https://github.com/durandtibo/meteor/pull/90
* Rename sequential loop observer to avoid confusion by durandtibo in https://github.com/durandtibo/meteor/pull/91
* Release version `0.0.5` by durandtibo in https://github.com/durandtibo/meteor/pull/92


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

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.