Autora

Latest version: v4.2.0

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

Scan your dependencies

Page 5 of 6

3.0.0a2

3.0.0a0

2.4.1

What's Changed
* test: update PR checks to check all PRs before they merge to main by hollandjg in https://github.com/AutoResearch/autora/pull/311
* docs: update PR template by hollandjg in https://github.com/AutoResearch/autora/pull/312
* chore(deps): bump imageio from 2.26.1 to 2.27.0 by dependabot in https://github.com/AutoResearch/autora/pull/318
* docs: remove old docstrings example by hollandjg in https://github.com/AutoResearch/autora/pull/320
* chore(deps): bump pandas from 1.5.3 to 2.0.0 by dependabot in https://github.com/AutoResearch/autora/pull/331
* chore(deps-dev): bump ipywidgets from 8.0.5 to 8.0.6 by dependabot in https://github.com/AutoResearch/autora/pull/333
* chore(deps): bump torch from 1.13.1 to 2.0.0 by dependabot in https://github.com/AutoResearch/autora/pull/332
* chore(deps-dev): bump mkdocstrings-python from 0.8.3 to 0.9.0 by dependabot in https://github.com/AutoResearch/autora/pull/335
* chore(deps-dev): bump mkdocs-material from 9.1.4 to 9.1.5 by dependabot in https://github.com/AutoResearch/autora/pull/334
* refactor: use contextmanager to handle RC params in controller/plotting.py by hollandjg in https://github.com/AutoResearch/autora/pull/310
* docs: convert documentation for BSR into markdown files for online by benwandrew in https://github.com/AutoResearch/autora/pull/337
* docs: add BSR to mkdocs.yml by benwandrew in https://github.com/AutoResearch/autora/pull/341
* docs: added experiment overview by musslick in https://github.com/AutoResearch/autora/pull/339
* docs: allow jupyter notebooks in documentation by hollandjg in https://github.com/AutoResearch/autora/pull/321


**Full Changelog**: https://github.com/AutoResearch/autora/compare/v2.4.0...v2.4.1

2.4.0

What's Changed
* chore(deps): bump matplotlib from 3.6.3 to 3.7.0 by dependabot in https://github.com/AutoResearch/autora/pull/273
* chore(deps): bump scipy from 1.10.0 to 1.10.1 by dependabot in https://github.com/AutoResearch/autora/pull/274
* chore(deps): bump imageio from 2.25.1 to 2.26.0 by dependabot in https://github.com/AutoResearch/autora/pull/275
* chore(deps-dev): bump pre-commit from 2.21.0 to 3.1.1 by dependabot in https://github.com/AutoResearch/autora/pull/279
* chore(deps): bump matplotlib from 3.7.0 to 3.7.1 by dependabot in https://github.com/AutoResearch/autora/pull/280
* chore(deps-dev): bump mkdocstrings-python from 0.7.1 to 0.8.3 by dependabot in https://github.com/AutoResearch/autora/pull/281
* chore(deps-dev): bump ipywidgets from 7.7.3 to 8.0.4 by dependabot in https://github.com/AutoResearch/autora/pull/282
* feat: model inventory by hollandjg in https://github.com/AutoResearch/autora/pull/250
* chore(deps): bump tqdm from 4.64.1 to 4.65.0 by dependabot in https://github.com/AutoResearch/autora/pull/285
* chore(deps-dev): bump mkdocs-literate-nav from 0.4.1 to 0.6.0 by dependabot in https://github.com/AutoResearch/autora/pull/286
* chore(deps-dev): bump mkdocs-gen-files from 0.3.5 to 0.4.0 by dependabot in https://github.com/AutoResearch/autora/pull/287
* chore(deps-dev): bump pytest from 7.2.1 to 7.2.2 by dependabot in https://github.com/AutoResearch/autora/pull/288
* chore(deps-dev): bump mkdocs-material from 8.5.11 to 9.1.2 by dependabot in https://github.com/AutoResearch/autora/pull/289
* Update dependabot.yml by benwandrew in https://github.com/AutoResearch/autora/pull/290
* chore(deps-dev): bump ipython from 8.10.0 to 8.11.0 by dependabot in https://github.com/AutoResearch/autora/pull/292
* chore(deps): bump scikit-learn from 1.2.1 to 1.2.2 by dependabot in https://github.com/AutoResearch/autora/pull/293
* chore(deps-dev): bump mkdocs-material from 9.1.2 to 9.1.3 by dependabot in https://github.com/AutoResearch/autora/pull/294
* test: make github action only install main and test dependencies by hollandjg in https://github.com/AutoResearch/autora/pull/306
* fix: Turn off Poetry modern installer by gtdang in https://github.com/AutoResearch/autora/pull/300
* chore(deps-dev): bump pre-commit from 3.1.1 to 3.2.0 by dependabot in https://github.com/AutoResearch/autora/pull/297
* chore(deps): bump imageio from 2.26.0 to 2.26.1 by dependabot in https://github.com/AutoResearch/autora/pull/298
* chore(deps-dev): bump ipywidgets from 8.0.4 to 8.0.5 by dependabot in https://github.com/AutoResearch/autora/pull/315
* chore(deps-dev): bump mkdocs-material from 9.1.3 to 9.1.4 by dependabot in https://github.com/AutoResearch/autora/pull/316
* chore(deps-dev): bump pre-commit from 3.2.0 to 3.2.1 by dependabot in https://github.com/AutoResearch/autora/pull/317
* fix: import from tqdm.auto by benwandrew in https://github.com/AutoResearch/autora/pull/314
* chore(deps): bump torch from 1.13.1 to 2.0.0 by dependabot in https://github.com/AutoResearch/autora/pull/296
* fix: relax dependencies for colab by hollandjg in https://github.com/AutoResearch/autora/pull/319


**Full Changelog**: https://github.com/AutoResearch/autora/compare/v2.3.0...v2.4.0

2.3.1a2

What's Changed
* fix: relax dependencies for Colab (numpy, PyTorch) 319

**Full Changelog**: https://github.com/AutoResearch/autora/compare/v2.3.0...v2.3.1a2

2.3.1a1

What's Changed
* chore(deps): bump matplotlib from 3.6.3 to 3.7.0 by dependabot in https://github.com/AutoResearch/autora/pull/273
* chore(deps): bump scipy from 1.10.0 to 1.10.1 by dependabot in https://github.com/AutoResearch/autora/pull/274
* chore(deps): bump imageio from 2.25.1 to 2.26.0 by dependabot in https://github.com/AutoResearch/autora/pull/275
* chore(deps-dev): bump pre-commit from 2.21.0 to 3.1.1 by dependabot in https://github.com/AutoResearch/autora/pull/279
* chore(deps): bump matplotlib from 3.7.0 to 3.7.1 by dependabot in https://github.com/AutoResearch/autora/pull/280
* chore(deps-dev): bump mkdocstrings-python from 0.7.1 to 0.8.3 by dependabot in https://github.com/AutoResearch/autora/pull/281
* chore(deps-dev): bump ipywidgets from 7.7.3 to 8.0.4 by dependabot in https://github.com/AutoResearch/autora/pull/282
* feat: model inventory by hollandjg in https://github.com/AutoResearch/autora/pull/250
* chore(deps): bump tqdm from 4.64.1 to 4.65.0 by dependabot in https://github.com/AutoResearch/autora/pull/285
* chore(deps-dev): bump mkdocs-literate-nav from 0.4.1 to 0.6.0 by dependabot in https://github.com/AutoResearch/autora/pull/286
* chore(deps-dev): bump mkdocs-gen-files from 0.3.5 to 0.4.0 by dependabot in https://github.com/AutoResearch/autora/pull/287
* chore(deps-dev): bump pytest from 7.2.1 to 7.2.2 by dependabot in https://github.com/AutoResearch/autora/pull/288
* chore(deps-dev): bump mkdocs-material from 8.5.11 to 9.1.2 by dependabot in https://github.com/AutoResearch/autora/pull/289
* Update dependabot.yml by benwandrew in https://github.com/AutoResearch/autora/pull/290
* chore(deps-dev): bump ipython from 8.10.0 to 8.11.0 by dependabot in https://github.com/AutoResearch/autora/pull/292
* chore(deps): bump scikit-learn from 1.2.1 to 1.2.2 by dependabot in https://github.com/AutoResearch/autora/pull/293
* chore(deps-dev): bump mkdocs-material from 9.1.2 to 9.1.3 by dependabot in https://github.com/AutoResearch/autora/pull/294


**Full Changelog**: https://github.com/AutoResearch/autora/compare/v2.3.0...v2.3.1

Page 5 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.