Careamics

Latest version: v0.0.4.2

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

Scan your dependencies

Page 1 of 3

0.1.0rc8

What's Changed
* ci(pre-commit.ci): autoupdate by pre-commit-ci in https://github.com/CAREamics/careamics/pull/173
* Chore: Remove outdated notebooks by jdeschamps in https://github.com/CAREamics/careamics/pull/163
* Feature: Add an autocorrelation utility function by jdeschamps in https://github.com/CAREamics/careamics/pull/172
* Doc: Add descriptions to the Pydantic models by jdeschamps in https://github.com/CAREamics/careamics/pull/171
* Feature: Use current weights for prediction by jdeschamps in https://github.com/CAREamics/careamics/pull/166
* Fix: Inconsistent prediction outputs by melisande-c in https://github.com/CAREamics/careamics/pull/170
* Refactoring: lightning API package and smoke tests by jdeschamps in https://github.com/CAREamics/careamics/pull/161
* Feature: Add File IO package by melisande-c in https://github.com/CAREamics/careamics/pull/174


**Full Changelog**: https://github.com/CAREamics/careamics/compare/v0.1.0rc7...v0.1.0rc8

0.1.0rc7

What's Changed
* Refactor prediction pipeline by jdeschamps in https://github.com/CAREamics/careamics/pull/131
* Make normalization mandatory by jdeschamps in https://github.com/CAREamics/careamics/pull/139
* Drop support for Python3.8 by jdeschamps in https://github.com/CAREamics/careamics/pull/137
* Add seeds and random number generator by jdeschamps in https://github.com/CAREamics/careamics/pull/138
* Improve `CAREamist` docs by jdeschamps in https://github.com/CAREamics/careamics/pull/142
* Simplify `CAREamist` BMZ export by jdeschamps in https://github.com/CAREamics/careamics/pull/144
* Channel-dependent normalization by CatEek in https://github.com/CAREamics/careamics/pull/134
* (Fix) Upper versions for numpy, zarr and skimage deps by jdeschamps in https://github.com/CAREamics/careamics/pull/149
* Fix: Load checkpoint on the correct device by jdeschamps in https://github.com/CAREamics/careamics/pull/146
* Refactor: Rename image means and stds with plural by jdeschamps in https://github.com/CAREamics/careamics/pull/147
* Fix: add missing test fail template by jdeschamps in https://github.com/CAREamics/careamics/pull/155
* Feature: API parameter for custom callbacks by jdeschamps in https://github.com/CAREamics/careamics/pull/150
* Refactor: Tiling applied post prediction (in contrast to during loop) by melisande-c in https://github.com/CAREamics/careamics/pull/141
* Feature: Allow Noise2Noise with different in and out channels by jdeschamps in https://github.com/CAREamics/careamics/pull/152
* Feature: Include LVAE model and training code by federico-carrara in https://github.com/CAREamics/careamics/pull/154
* Fix: stitch multiple tiled prediction outputs by melisande-c in https://github.com/CAREamics/careamics/pull/165
* Fix: Fix TTA and add tests by jdeschamps in https://github.com/CAREamics/careamics/pull/164
* Feature: Welford std approximation by CatEek in https://github.com/CAREamics/careamics/pull/153

New Contributors
* federico-carrara made their first contribution in https://github.com/CAREamics/careamics/pull/154

**Full Changelog**: https://github.com/CAREamics/careamics/compare/v0.1.0rc6...v0.1.0rc7

0.1.0rc6

What's Changed
* Fix some pre-commit errors by jdeschamps in https://github.com/CAREamics/careamics/pull/123
* Remove prediction transform by jdeschamps in https://github.com/CAREamics/careamics/pull/124
* Fix pre-commit errors by jdeschamps in https://github.com/CAREamics/careamics/pull/126
* ci(pre-commit.ci): autoupdate by pre-commit-ci in https://github.com/CAREamics/careamics/pull/129
* Fix transforms by jdeschamps in https://github.com/CAREamics/careamics/pull/128
* (chore): add py12 to CI by jdeschamps in https://github.com/CAREamics/careamics/pull/133
* Inputs to BMZ should not be normalized by jdeschamps in https://github.com/CAREamics/careamics/pull/132


**Full Changelog**: https://github.com/CAREamics/careamics/compare/v0.1.0rc5...v0.1.0rc6

0.1.0rc5

What's Changed
* ci(pre-commit.ci): autoupdate by pre-commit-ci in https://github.com/CAREamics/careamics/pull/116
* Fix patching by jdeschamps in https://github.com/CAREamics/careamics/pull/113
* N2V2 fix by jdeschamps in https://github.com/CAREamics/careamics/pull/114
* Fix bmz by jdeschamps in https://github.com/CAREamics/careamics/pull/117
* Feature: Add independent channel option in UNet – Conv group implementation by melisande-c in https://github.com/CAREamics/careamics/pull/118
* (chore): New PR template by jdeschamps in https://github.com/CAREamics/careamics/pull/120
* (refactor): Remove Albumentations by jdeschamps in https://github.com/CAREamics/careamics/pull/119
* Update README.md by jdeschamps in https://github.com/CAREamics/careamics/pull/122
* Enforce specific tile size in UNet to reduce artifacts by jdeschamps in https://github.com/CAREamics/careamics/pull/121

New Contributors
* melisande-c made their first contribution in https://github.com/CAREamics/careamics/pull/118

**Full Changelog**: https://github.com/CAREamics/careamics/compare/v0.1.0rc4...v0.1.0rc5

0.1.0rc4

What's Changed
* Rename classes by jdeschamps in https://github.com/CAREamics/careamics/pull/112


**Full Changelog**: https://github.com/CAREamics/careamics/compare/v0.1.0rc3...v0.1.0rc4

0.1.0rc3

What's Changed
* ci(pre-commit.ci): autoupdate by pre-commit-ci in https://github.com/CAREamics/careamics/pull/98
* ci(dependabot): bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1 by dependabot in https://github.com/CAREamics/careamics/pull/99
* ci(dependabot): bump codecov/codecov-action from 3 to 4 by dependabot in https://github.com/CAREamics/careamics/pull/100
* Axes by CatEek in https://github.com/CAREamics/careamics/pull/103
* Axes by CatEek in https://github.com/CAREamics/careamics/pull/105
* Refactoring Lightning API by jdeschamps in https://github.com/CAREamics/careamics/pull/106
* Doctest by jdeschamps in https://github.com/CAREamics/careamics/pull/107
* Export to BMZ and other changes by jdeschamps in https://github.com/CAREamics/careamics/pull/108
* Lightning backend by jdeschamps in https://github.com/CAREamics/careamics/pull/109


**Full Changelog**: https://github.com/CAREamics/careamics/compare/v0.1.0rc2...v0.1.0rc3

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.