Skip to content

Commit

Permalink
Merge pull request #1607 from AndreaCossu/master
Browse files Browse the repository at this point in the history
Started development version for 0.5.0a
  • Loading branch information
AndreaCossu committed Feb 27, 2024
2 parents 6921838 + 6cc29c0 commit d1a3c49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion avalanche/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from avalanche import training


__version__ = "0.5.0"
__version__ = "0.5.0a"

_dataset_add = None # type: ignore

Expand Down
6 changes: 4 additions & 2 deletions docs/release_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Place yourself in the Avalanche project directory.

4. After uploading to test.pypi, install the package in a fresh environment with
```bash
python -m pip install --extra-index-url https://pypi.python.org/simple -i https://test.pypi.org/simple/ avalanche-lib`
python -m pip install --extra-index-url https://pypi.python.org/simple -i https://test.pypi.org/simple/ avalanche-lib
```
The `--extra-index-url` is required to install dependencies from pypi and not from test.pypi where they are not all available.

Expand All @@ -32,4 +32,6 @@ For GitBook, create a copy of the current space. The copy will not be synced wit
still be synced. To make the copied collection the default one:
1. rename the copied collection with a new name in the main Avalanche project and move it accordingly to preserve the order
2. publish the copied collection as `in collection` by entering the collection, the option is the button on top of the page
3. in the main Avalanche project on Gitbook click on the option in the top right and customize the collection. The copied collection should appear in a dropdown menu to make it default
3. in the main Avalanche project on Gitbook click on the option in the top right and customize the collection. The copied collection should appear in a dropdown menu to make it default

7. Change __init__.py version by adding a 'a' suffix and push the new changes (this will be the first commit of the dev version).

0 comments on commit d1a3c49

Please sign in to comment.