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