Autora

Latest version: v4.1.0

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

Scan your dependencies

Page 5 of 6

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

2.3.0

What's Changed
* chore(deps): bump torch from 1.12.1 to 1.13.1 by dependabot in https://github.com/AutoResearch/autora/pull/201
* test: reproducible tests by hollandjg in https://github.com/AutoResearch/autora/pull/205
* test: add seeding for DARTS tests by hollandjg in https://github.com/AutoResearch/autora/pull/206
* Feat/parallel pipe by hollandjg in https://github.com/AutoResearch/autora/pull/203
* feat: Closed Loop Cycle Plot Function by gtdang in https://github.com/AutoResearch/autora/pull/171
* 209 deepcopy theorist by gtdang in https://github.com/AutoResearch/autora/pull/210
* add custom primitives for bms by TheLemonPig in https://github.com/AutoResearch/autora/pull/215
* chore(deps): bump imageio from 2.22.4 to 2.23.0 by dependabot in https://github.com/AutoResearch/autora/pull/212
* chore(deps): bump seaborn from 0.12.1 to 0.12.2 by dependabot in https://github.com/AutoResearch/autora/pull/214
* Exploration/enforce bms root by TheLemonPig in https://github.com/AutoResearch/autora/pull/217
* feat: assumption sampler created with loss analysis feature by TheLemonPig in https://github.com/AutoResearch/autora/pull/166
* chore(deps): bump imageio from 2.23.0 to 2.24.0 by dependabot in https://github.com/AutoResearch/autora/pull/222
* chore(deps): bump scipy from 1.9.3 to 1.10.0 by dependabot in https://github.com/AutoResearch/autora/pull/223
* Feat/validation plotting by gtdang in https://github.com/AutoResearch/autora/pull/211
* fix: update deprecated use of np.float by hollandjg in https://github.com/AutoResearch/autora/pull/225
* chore(deps): bump numpy from 1.23.5 to 1.24.1 by dependabot in https://github.com/AutoResearch/autora/pull/213
* Feat/cycle plot query by gtdang in https://github.com/AutoResearch/autora/pull/230
* Fix bms seed by TheLemonPig in https://github.com/AutoResearch/autora/pull/245
* Refactor cycle plot tests by gtdang in https://github.com/AutoResearch/autora/pull/239
* Refactor/bms status tracking by hollandjg in https://github.com/AutoResearch/autora/pull/244
* chore(deps): bump matplotlib from 3.6.2 to 3.6.3 by dependabot in https://github.com/AutoResearch/autora/pull/241
* 240 cycle plot negative indexing by gtdang in https://github.com/AutoResearch/autora/pull/246
* chore(deps): bump pandas from 1.5.2 to 1.5.3 by dependabot in https://github.com/AutoResearch/autora/pull/253
* chore(deps-dev): bump pytest from 7.2.0 to 7.2.1 by dependabot in https://github.com/AutoResearch/autora/pull/254
* feat: add pipes supporting for numpy objects in the pipeline by hollandjg in https://github.com/AutoResearch/autora/pull/229
* chore: upgrade isort in pre-commit to avoid build failures by benwandrew in https://github.com/AutoResearch/autora/pull/262
* chore(deps): bump imageio from 2.24.0 to 2.25.0 by dependabot in https://github.com/AutoResearch/autora/pull/255
* chore(deps): bump numpy from 1.24.1 to 1.24.2 by dependabot in https://github.com/AutoResearch/autora/pull/265
* chore(deps-dev): bump pre-commit from 2.20.0 to 2.21.0 by dependabot in https://github.com/AutoResearch/autora/pull/256
* chore(deps-dev): bump ipython from 8.7.0 to 8.9.0 by dependabot in https://github.com/AutoResearch/autora/pull/259
* chore(deps): bump scikit-learn from 1.2.0 to 1.2.1 by dependabot in https://github.com/AutoResearch/autora/pull/264
* chore(deps-dev): bump ipython from 8.9.0 to 8.10.0 by dependabot in https://github.com/AutoResearch/autora/pull/267
* chore(deps): bump imageio from 2.25.0 to 2.25.1 by dependabot in https://github.com/AutoResearch/autora/pull/268
* chore(deps-dev): bump mkdocs-section-index from 0.3.4 to 0.3.5 by dependabot in https://github.com/AutoResearch/autora/pull/269
* chore(deps-dev): bump ipywidgets from 7.7.2 to 7.7.3 by dependabot in https://github.com/AutoResearch/autora/pull/270
* Chore: Automated publishing of the AutoRA Package on PyPI and Anaconda.org by hollandjg in https://github.com/AutoResearch/autora/pull/260
* feature: add Bayesian Symbolic Regression (BSR) into AutoRA by listar2000 in https://github.com/AutoResearch/autora/pull/271


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

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.