Skip to content

Commit

Permalink
Merge pull request #151 from AutoResearch/chore-bump-version-2.1.0
Browse files Browse the repository at this point in the history
chore: Bump version to 2.1.0
  • Loading branch information
gtdang authored Dec 2, 2022
2 parents 0a84fdc + 1c17bf3 commit 2b585d3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,14 @@ autora/ # The directory containing the source code.
```
# Release Process

- Create a branch for the release
- Bump the version number using `poetry version`
- Check that the packaging and publishing works
- poetry build && poetry publish
- conda/publish-on-anaconda-org.sh
- Merge the branch
- Create the release and the tag in GitHub

## PyPI

We use the standard poetry publishing workflow as outlined here: https://python-poetry.org/docs/libraries/#publishing-to-pypi
Expand Down
6 changes: 6 additions & 0 deletions conda/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ requirements:
test:
imports:
- autora
- autora.cycle
- autora.experimentalist
- autora.experimentalist.sampler
- autora.experimentalist.filter
- autora.experimentalist.pipeline
- autora.experimentalist.pool
- autora.skl
- autora.skl.darts
- autora.skl.bms
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "autora"
version = "2.0.0"
version = "2.1.0"
description = "Autonomous Research Assistant (AutoRA) is a framework for implementing machine learning tools which autonomously and iteratively generate 1) new theories to describe real-world data, and 2) experiments to invalidate those theories and seed a new cycle of theory-making. The experiments will be run online via crowd-sourcing platforms (MTurk, Prolific)."
authors = [
"Sebastian Musslick <[email protected]>",
Expand Down

0 comments on commit 2b585d3

Please sign in to comment.