Autora

Latest version: v4.1.0

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

Scan your dependencies

Page 6 of 6

2.2.0

What's Changed
* Chore: update bms weber example files by benwandrew in https://github.com/AutoResearch/autora/pull/157
* Chore: bump mypy to 0.991 by hollandjg in https://github.com/AutoResearch/autora/pull/147
* Chore/bump black to 22.10.0 by hollandjg in https://github.com/AutoResearch/autora/pull/148
* poppernet suggestions john by hollandjg in https://github.com/AutoResearch/autora/pull/160
* added popper sampler and pooler by musslick in https://github.com/AutoResearch/autora/pull/156
* added model disagreement sampler by musslick in https://github.com/AutoResearch/autora/pull/158
* Feat: add pipeline train test split function which works on infinitely many datapoints by hollandjg in https://github.com/AutoResearch/autora/pull/155
* fix: convert OPS dictionary into a factory function by hollandjg in https://github.com/AutoResearch/autora/pull/163
* chore: update isort config to definitely treat AutoRA as a first party package by hollandjg in https://github.com/AutoResearch/autora/pull/167
* test: split pre commit from pytest in ci by hollandjg in https://github.com/AutoResearch/autora/pull/175
* add test case for models_ by hollandjg in https://github.com/AutoResearch/autora/pull/165
* docs: fixing a few typos by benwandrew in https://github.com/AutoResearch/autora/pull/170
* added summed dissimilarity sampler by musslick in https://github.com/AutoResearch/autora/pull/162
* docs: update link to scikit-learn object in dissimilarity sampler doc… by hollandjg in https://github.com/AutoResearch/autora/pull/177
* added numpy compatibility for BMS predict method by musslick in https://github.com/AutoResearch/autora/pull/179
* set variable range default to none so that it doesn't conflict with allowed values by musslick in https://github.com/AutoResearch/autora/pull/188
* feature: allow "cycle properties", like "theories[-1]" in SimpleCycle by hollandjg in https://github.com/AutoResearch/autora/pull/174
* ci: get cacheing working on GitHub workflow pytest by hollandjg in https://github.com/AutoResearch/autora/pull/192
* refactor: rename autora.cycle.simple by hollandjg in https://github.com/AutoResearch/autora/pull/190
* chore(deps): bump scikit-learn from 1.1.3 to 1.2.0 by dependabot in https://github.com/AutoResearch/autora/pull/187
* breaking change: refactored popper pooler by musslick in https://github.com/AutoResearch/autora/pull/180
* 159 feat bms return variable number of models by TheLemonPig in https://github.com/AutoResearch/autora/pull/161
* test: run testcases on macos in CI by hollandjg in https://github.com/AutoResearch/autora/pull/200
* chore: bump version 2.2.0 by hollandjg in https://github.com/AutoResearch/autora/pull/195

New Contributors
* TheLemonPig made their first contribution in https://github.com/AutoResearch/autora/pull/161

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

2.1.0

What's Changed
* docs: fix conda build by hollandjg in https://github.com/AutoResearch/autora/pull/140
* Fix/pre commit by hollandjg in https://github.com/AutoResearch/autora/pull/149
* docs: update README.md for new PyCharm interface by benwandrew in https://github.com/AutoResearch/autora/pull/145
* feature: experimentalist pipeline by hollandjg in https://github.com/AutoResearch/autora/pull/133
* feat: add uncertainty experimentalist based on ALiPy module by hollandjg in https://github.com/AutoResearch/autora/pull/143
* Feat: simple cycle by hollandjg in https://github.com/AutoResearch/autora/pull/150
* chore: Bump version to 2.1.0 by gtdang in https://github.com/AutoResearch/autora/pull/151


**Full Changelog**: https://github.com/AutoResearch/autora/compare/v2.0.0...v2.1.0

2.0.0

What's Changed
* Updated README.md with additional details and fixed outdated script/co… by gtdang in https://github.com/AutoResearch/autora/pull/104
* docs: fix link to macOS command line reference book by hollandjg in https://github.com/AutoResearch/autora/pull/114
* chore: update project name in PyCharm by hollandjg in https://github.com/AutoResearch/autora/pull/106
* Chore/update pre commit hook versions by hollandjg in https://github.com/AutoResearch/autora/pull/107
* minor textual fixes to search_space.md by benwandrew in https://github.com/AutoResearch/autora/pull/127
* test: add pytest CI by hollandjg in https://github.com/AutoResearch/autora/pull/125
* chore(deps): bump seaborn from 0.11.2 to 0.12.1 by dependabot in https://github.com/AutoResearch/autora/pull/131
* chore(deps): bump graphviz from 0.14.2 to 0.20.1 by dependabot in https://github.com/AutoResearch/autora/pull/130
* refactor!: remove dunder methods by hollandjg in https://github.com/AutoResearch/autora/pull/132
* fix: add missing dependency jupyter to dev by hollandjg in https://github.com/AutoResearch/autora/pull/134
* feature: add Bayesian Machine Scientist by hollandjg in https://github.com/AutoResearch/autora/pull/129
* Chore: bump to version 2 by benwandrew in https://github.com/AutoResearch/autora/pull/138

New Contributors
* dependabot made their first contribution in https://github.com/AutoResearch/autora/pull/131

**Full Changelog**: https://github.com/AutoResearch/autora/compare/v1.0.0...v2.0.0

1.0.0

What's Changed
* added basic description of AER and contributors section for future use by musslick in https://github.com/AutoResearch/autora/pull/1
* Doc/readme even by he9950 in https://github.com/AutoResearch/autora/pull/2
* adding ben andrew to the list of contributors by benwandrew in https://github.com/AutoResearch/autora/pull/5
* readme by ioanam25 in https://github.com/AutoResearch/autora/pull/7
* bug by ioanam25 in https://github.com/AutoResearch/autora/pull/9
* reqs update by ioanam25 in https://github.com/AutoResearch/autora/pull/8
* added Brown copyright statement by musslick in https://github.com/AutoResearch/autora/pull/10
* sorted import statements by musslick in https://github.com/AutoResearch/autora/pull/11
* adding Sida Li to the list of contributors by listar2000 in https://github.com/AutoResearch/autora/pull/13
* softplus/minus by ioanam25 in https://github.com/AutoResearch/autora/pull/12
* commented model_search by ioanam25 in https://github.com/AutoResearch/autora/pull/14
* feat: started prolific recruiter by kphan20 in https://github.com/AutoResearch/autora/pull/16
* update pull_request_template.md by listar2000 in https://github.com/AutoResearch/autora/pull/19
* add basic .gitignore with python support by hollandjg in https://github.com/AutoResearch/autora/pull/24
* Style: add pre-commit checks with black, isort, flake8 and mypy by hollandjg in https://github.com/AutoResearch/autora/pull/25
* Use poetry (rather than conda) as the package manager by hollandjg in https://github.com/AutoResearch/autora/pull/33
* Add explicit support for IDEs (PyCharm and VSCode) by hollandjg in https://github.com/AutoResearch/autora/pull/34
* Reorganize scripts into a new aer package and a separate example directory by hollandjg in https://github.com/AutoResearch/autora/pull/38
* Add automated documentation with Material for MkDocs by hollandjg in https://github.com/AutoResearch/autora/pull/39
* adds virtual participant based on model for task switching in humans by he9950 in https://github.com/AutoResearch/autora/pull/17
* Include MathJax support in documentation by hollandjg in https://github.com/AutoResearch/autora/pull/47
* Refactor: combine variables in aer.variable by hollandjg in https://github.com/AutoResearch/autora/pull/26
* Remove tickboxes from PR-template to make task-circles on PR overview correct by hollandjg in https://github.com/AutoResearch/autora/pull/48
* Guide to commenting by hollandjg in https://github.com/AutoResearch/autora/pull/44
* refactor: remove lambdas from OPS dictionary (and move to bottom of file) by hollandjg in https://github.com/AutoResearch/autora/pull/51
* Doc/core logic darts updates by hollandjg in https://github.com/AutoResearch/autora/pull/52
* Doc/merge restructure modules into core logic darts by hollandjg in https://github.com/AutoResearch/autora/pull/53
* Doc/core logic darts by musslick in https://github.com/AutoResearch/autora/pull/46
* Include primitives in Theorist_DARTS by hollandjg in https://github.com/AutoResearch/autora/pull/56
* Set PyCharm docstring format to Google by hollandjg in https://github.com/AutoResearch/autora/pull/64
* MyPy: ignore imports in __init__.py by hollandjg in https://github.com/AutoResearch/autora/pull/63
* Feat/darts primitives spec by musslick in https://github.com/AutoResearch/autora/pull/54
* sklearn & split ObjectOfStudy PR 1: update parameter names by hollandjg in https://github.com/AutoResearch/autora/pull/57
* sklearn & split ObjectOfStudy PR 2: gather functions in aer.theorist.darts by hollandjg in https://github.com/AutoResearch/autora/pull/58
* sklearn & split ObjectOfStudy PR 3: add DARTSDataset and VariableCollection classes by hollandjg in https://github.com/AutoResearch/autora/pull/59
* sklearn & split ObjectOfStudy PR 4: split a simpler `darts_model_plot` function from the `darts.visualize.plot` function by hollandjg in https://github.com/AutoResearch/autora/pull/60
* sklearn & split ObjectOfStudy PR 5: Add sklearn wrapper for DARTS Regressor by hollandjg in https://github.com/AutoResearch/autora/pull/61
* Rename package to AutoRA by hollandjg in https://github.com/AutoResearch/autora/pull/62
* Restructure modules: Temporarily remove untested / undocumented code by hollandjg in https://github.com/AutoResearch/autora/pull/65
* Feat/restructure modules 8 packaging for pip by hollandjg in https://github.com/AutoResearch/autora/pull/66
* Make tinkerforge optional by hollandjg in https://github.com/AutoResearch/autora/pull/68
* Remove excess print in visualize function by hollandjg in https://github.com/AutoResearch/autora/pull/69
* Add primitives to sklearn DARTS wrapper by hollandjg in https://github.com/AutoResearch/autora/pull/71
* Add packaging script for `conda` install by hollandjg in https://github.com/AutoResearch/autora/pull/67
* updated DARTS mkdocs by musslick in https://github.com/AutoResearch/autora/pull/72
* Feat/darts to text by musslick in https://github.com/AutoResearch/autora/pull/55
* change name of arch learning rate parameter and include in SKlearn wr… by hollandjg in https://github.com/AutoResearch/autora/pull/78
* Add synthetic tests for DARTS by hollandjg in https://github.com/AutoResearch/autora/pull/75
* Fix Classifier Params by hollandjg in https://github.com/AutoResearch/autora/pull/82
* refactored operations by musslick in https://github.com/AutoResearch/autora/pull/83
* added feature to print the model by musslick in https://github.com/AutoResearch/autora/pull/84
* Additional updates to the documentation by hollandjg in https://github.com/AutoResearch/autora/pull/87
* Feat/refactor mkdocs by musslick in https://github.com/AutoResearch/autora/pull/85
* Add execution monitor with edge weights by hollandjg in https://github.com/AutoResearch/autora/pull/89
* Feat/darts online plots by musslick in https://github.com/AutoResearch/autora/pull/86
* Add automated documentation building by hollandjg in https://github.com/AutoResearch/autora/pull/90
* Doc/completing docstrings by musslick in https://github.com/AutoResearch/autora/pull/93
* add additional info for PyPI and Anaconda.org by hollandjg in https://github.com/AutoResearch/autora/pull/92
* Added ability to resample model after initial fitting by hollandjg in https://github.com/AutoResearch/autora/pull/94
* Bugfixes and final changes to structure by hollandjg in https://github.com/AutoResearch/autora/pull/96
* added epoch=0 to resample example by musslick in https://github.com/AutoResearch/autora/pull/97
* fixed variable labeling so that indices start at 1 by musslick in https://github.com/AutoResearch/autora/pull/98
* bump version number -> 1.0.0 by hollandjg in https://github.com/AutoResearch/autora/pull/95
* Major release: Restructure modules by hollandjg in https://github.com/AutoResearch/autora/pull/27
* remove stray participant_task_switching.py by hollandjg in https://github.com/AutoResearch/autora/pull/99

New Contributors
* he9950 made their first contribution in https://github.com/AutoResearch/autora/pull/2
* benwandrew made their first contribution in https://github.com/AutoResearch/autora/pull/5
* ioanam25 made their first contribution in https://github.com/AutoResearch/autora/pull/7
* listar2000 made their first contribution in https://github.com/AutoResearch/autora/pull/13
* kphan20 made their first contribution in https://github.com/AutoResearch/autora/pull/16

**Full Changelog**: https://github.com/AutoResearch/autora/compare/v0.1.0-alpha...v1.0.0

Page 6 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.