v0.27.0
Pale-Blue-Dot-97
released this
19 Jan 10:54
·
1033 commits
to main
since this release
Minerva v0.27.0
This release of minerva
provides a major shake-up in experiment execution with the introduction of tasks
-- a modular, flexible and generalisable approach to defining each stage of an experiment. Bundled into this is also a complimentary restructuring of the in-built logging functionality.
Also provided in this release is a series of minor feature additions, bug fixes and dependency updates.
What's Changed
- Bump onnx from 1.14.0 to 1.14.1 in /requirements by @dependabot in #255
- Bump ipykernel from 6.25.1 to 6.25.2 in /requirements by @dependabot in #254
- Bump tox from 4.8.0 to 4.11.3 in /requirements by @dependabot in #253
- Bump setuptools from 67.8.0 to 68.2.2 in /requirements by @dependabot in #251
- Bump types-requests from 2.31.0.2 to 2.31.0.5 in /requirements by @dependabot in #259
- Bump pytest from 7.4.0 to 7.4.2 in /requirements by @dependabot in #258
- Bump scikit-learn from 1.3.0 to 1.3.1 in /requirements by @dependabot in #257
- Bump starlette from 0.27.0 to 0.31.1 in /requirements by @dependabot in #256
- Torchgeo v0.5.0 by @Pale-Blue-Dot-97 in #270
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #265
- Bump JetBrains/qodana-action from 2023.2.6 to 2023.2.8 by @dependabot in #268
- Bump tensorflow from 2.13.0 to 2.14.0 in /requirements by @dependabot in #264
- Bump pandas from 2.1.0 to 2.1.1 in /requirements by @dependabot in #261
- Bump types-requests from 2.31.0.5 to 2.31.0.8 in /requirements by @dependabot in #267
- Bump lightly from 1.4.17 to 1.4.21 in /requirements by @dependabot in #266
- Bump sphinx from 7.2.5 to 7.2.6 in /requirements by @dependabot in #260
- Remove CircleCI workflow by @Pale-Blue-Dot-97 in #272
- Remove Pipfile and associations by @Pale-Blue-Dot-97 in #274
- Bump types-pyyaml from 6.0.12.11 to 6.0.12.12 in /requirements by @dependabot in #285
- Bump mlflow from 2.6.0 to 2.7.1 in /requirements by @dependabot in #283
- Bump pre-commit from 3.4.0 to 3.5.0 in /requirements by @dependabot in #281
- Bump imageio from 2.31.3 to 2.31.5 by @dependabot in #276
- Bump scikit-learn from 1.3.1 to 1.3.2 in /requirements by @dependabot in #293
- Bump psutil from 5.9.5 to 5.9.6 by @dependabot in #289
- Bump argcomplete from 3.1.1 to 3.1.2 by @dependabot in #288
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #287
- Bump imageio from 2.31.5 to 2.31.6 in /requirements by @dependabot in #291
- Bump types-requests from 2.31.0.8 to 2.31.0.10 by @dependabot in #286
- Bump onnx2torch from 1.5.11 to 1.5.12 in /requirements by @dependabot in #284
- Bump numpy from 1.24.3 to 1.26.1 in /requirements by @dependabot in #282
- Bump pandas from 2.1.1 to 2.1.2 by @dependabot in #304
- Bump mypy from 1.5.1 to 1.6.1 by @dependabot in #302
- Bump onnx2torch from 1.5.12 to 1.5.13 by @dependabot in #300
- Bump mlflow from 2.7.1 to 2.8.0 in /requirements by @dependabot in #299
- Bump pytest from 7.4.2 to 7.4.3 in /requirements by @dependabot in #295
- Bump wandb from 0.15.10 to 0.15.12 in /requirements by @dependabot in #296
- Bump ipykernel from 6.25.2 to 6.26.0 in /requirements by @dependabot in #298
- Remove Qodana files by @Pale-Blue-Dot-97 in #307
- Remove Qodana from Beta by @Pale-Blue-Dot-97 in #308
- Bump argcomplete from 3.1.2 to 3.1.4 by @dependabot in #314
- Bump imageio from 2.31.6 to 2.32.0 by @dependabot in #310
- Bump onnx from 1.14.1 to 1.15.0 by @dependabot in #313
- Bump starlette from 0.31.1 to 0.32.0.post1 in /requirements by @dependabot in #316
- Downstream Tasks Module by @Pale-Blue-Dot-97 in #275
- Bump matplotlib from 3.7.2 to 3.8.1 in /requirements by @dependabot in #319
- Bump wandb from 0.15.12 to 0.16.0 in /requirements by @dependabot in #332
- Bump argcomplete from 3.1.4 to 3.1.6 in /requirements by @dependabot in #330
- Bump torchgeo from 0.5.0 to 0.5.1 in /requirements by @dependabot in #329
- Bump pandas from 2.1.2 to 2.1.3 in /requirements by @dependabot in #328
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #322
- Add Mixed-Precision Support by @Pale-Blue-Dot-97 in #321
- Bump alive-progress from 3.1.4 to 3.1.5 by @dependabot in #323
- Bump mypy from 1.6.1 to 1.7.0 by @dependabot in #326
- Bump numpy from 1.26.1 to 1.26.2 by @dependabot in #338
- Bump matplotlib from 3.8.1 to 3.8.2 in /requirements by @dependabot in #342
- Bump imageio from 2.32.0 to 2.33.0 in /requirements by @dependabot in #340
- Bump mlflow from 2.8.0 to 2.8.1 by @dependabot in #336
- Bump setuptools from 68.2.2 to 69.0.0 in /requirements by @dependabot in #339
- Bump tensorflow from 2.14.0 to 2.15.0 by @dependabot in #337
- Added Dataset Caching by @Pale-Blue-Dot-97 in #344
- 305 fix documentation by @Pale-Blue-Dot-97 in #346
- Fixed Pickling Error with
PairedDataset
by @Pale-Blue-Dot-97 in #347 - Bump mypy from 1.7.0 to 1.7.1 by @dependabot in #354
- Bump lightly from 1.4.21 to 1.4.22 in /requirements by @dependabot in #348
- Bump ipykernel from 6.26.0 to 6.27.1 in /requirements by @dependabot in #350
- Bump setuptools from 69.0.0 to 69.0.2 in /requirements by @dependabot in #351
- Bump geopy from 2.4.0 to 2.4.1 in /requirements by @dependabot in #349
- Added Torch Compile Support Back by @Pale-Blue-Dot-97 in #358
- Bump sphinx-rtd-theme from 1.3.0 to 2.0.0 in /requirements by @dependabot in #365
- Bump starlette from 0.32.0.post1 to 0.33.0 in /requirements by @dependabot in #366
- Bump tox from 4.11.3 to 4.11.4 in /requirements by @dependabot in #364
- Bump lightly from 1.4.22 to 1.4.23 in /requirements by @dependabot in #363
- Bump imageio from 2.33.0 to 2.33.1 by @dependabot in #369
- Bump mlflow from 2.8.1 to 2.9.1 by @dependabot in #368
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #367
- Bump argcomplete from 3.1.6 to 3.2.1 in /requirements by @dependabot in #378
- Bump pandas from 2.1.3 to 2.1.4 in /requirements by @dependabot in #374
- Bump wandb from 0.16.0 to 0.16.1 in /requirements by @dependabot in #377
- Bump actions/setup-python from 4 to 5 by @dependabot in #373
- Fixed Class Balancing by @Pale-Blue-Dot-97 in #379
- Bump psutil from 5.9.6 to 5.9.7 by @dependabot in #390
- Bump pre-commit from 3.5.0 to 3.6.0 by @dependabot in #389
- Bump starlette from 0.33.0 to 0.34.0 by @dependabot in #388
- Bump starlette from 0.33.0 to 0.34.0 in /requirements by @dependabot in #384
- Bump mlflow from 2.9.1 to 2.9.2 in /requirements by @dependabot in #382
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #380
- Bump lightly from 1.4.23 to 1.4.24 by @dependabot in #386
- Bump pytest from 7.4.3 to 7.4.4 by @dependabot in #397
- Bump ipykernel from 6.27.1 to 6.28.0 in /requirements by @dependabot in #400
- Bump mypy from 1.7.1 to 1.8.0 in /requirements by @dependabot in #395
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #391
- Bump setuptools from 69.0.2 to 69.0.3 by @dependabot in #393
- Bump types-requests from 2.31.0.10 to 2.31.0.20231231 by @dependabot in #396
- Bump types-requests from 2.31.0.20231231 to 2.31.0.20240106 in /requirements by @dependabot in #407
- Bump flake8 from 6.1.0 to 7.0.0 by @dependabot in #405
- Bump numpy from 1.26.2 to 1.26.3 in /requirements by @dependabot in #406
- Bump types-tabulate from 0.9.0.3 to 0.9.0.20240106 in /requirements by @dependabot in #409
- Minerva v0.27 by @Pale-Blue-Dot-97 in #410
- Bump tox from 4.11.4 to 4.12.0 in /requirements by @dependabot in #415
- Bump starlette from 0.34.0 to 0.35.1 in /requirements by @dependabot in #411
- Bump wandb from 0.16.1 to 0.16.2 in /requirements by @dependabot in #414
- Bump lightly from 1.4.24 to 1.4.25 in /requirements by @dependabot in #413
- Bump torchvision from 0.16.1 to 0.16.2 in /requirements by @dependabot in #412
Full Changelog: v0.26.0...v0.27.0