Skip to content

Commit

Permalink
Update README and version to v3.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmudaf committed Feb 17, 2022
1 parent 7edb4e1 commit 4833b4e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ Beta testers should install FLORIS v3 by downloading the source code
from GitHub with ``git`` and using ``pip`` to locally install it.
It is recommended to use a Python virtual environment such as [conda](https://docs.conda.io/en/latest/miniconda.html)
in order to maintain a clean and sandboxed environment. The following
commands in a terminal or shell will download and install **FLORIS v3.0rc1**.
commands in a terminal or shell will download and install **FLORIS v3.0rc2**.

```bash
# Download the source code from the `v3.0rc1` tag
git clone -b v3.0rc1 https://github.com/NREL/floris.git
# Download the source code from the `v3.0rc2` tag
git clone -b v3.0rc2 https://github.com/NREL/floris.git

# If using conda, be sure to activate your environment prior to installing
# conda activate <env name>
Expand Down Expand Up @@ -58,11 +58,11 @@ and importing FLORIS:

DATA
ROOT = PosixPath('/Users/rmudafor/Development/floris')
VERSION = '3.0rc1'
VERSION = '3.0rc2'
version_file = <_io.TextIOWrapper name='/Users/rmudafor/Development/fl...

VERSION
3.0rc1
3.0rc2

FILE
~/floris/src/floris/__init__.py
Expand All @@ -74,7 +74,7 @@ features, improvements, and bug fixes will be issued on an ongoing basis.

## Getting Started

A series of examples is included in the [examples/](https://github.com/NREL/floris/tree/v3.0rc1/examples)
A series of examples is included in the [examples/](https://github.com/NREL/floris/tree/v3.0rc2/examples)
directory. These are ordered from simplest to most complex. They demonstrate various
use cases of FLORIS, and generally provide a good starting point for building a more
complex simulation.
Expand Down
12 changes: 6 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ Beta testers should install FLORIS v3 by downloading the source code
from GitHub with ``git`` and using ``pip`` to locally install it.
It is recommended to use a Python virtual environment such as [conda](https://docs.conda.io/en/latest/miniconda.html)
in order to maintain a clean and sandboxed environment. The following
commands in a terminal or shell will download and install **FLORIS v3.0rc1**.
commands in a terminal or shell will download and install **FLORIS v3.0rc2**.

```bash
# Download the source code from the `v3.0rc1` tag
git clone -b v3.0rc1 https://github.com/NREL/floris.git
# Download the source code from the `v3.0rc2` tag
git clone -b v3.0rc2 https://github.com/NREL/floris.git

# If using conda, be sure to activate your environment prior to installing
# conda activate <env name>
Expand Down Expand Up @@ -69,11 +69,11 @@ and importing FLORIS:

DATA
ROOT = PosixPath('/Users/rmudafor/Development/floris')
VERSION = '3.0rc1'
VERSION = '3.0rc2'
version_file = <_io.TextIOWrapper name='/Users/rmudafor/Development/fl...

VERSION
3.0rc1
3.0rc2

FILE
~/floris/src/floris/__init__.py
Expand All @@ -85,7 +85,7 @@ features, improvements, and bug fixes will be issued on an ongoing basis.

## Getting Started

A series of examples is included in the [examples/](https://github.com/NREL/floris/tree/v3.0rc1/examples)
A series of examples is included in the [examples/](https://github.com/NREL/floris/tree/v3.0rc2/examples)
directory. These are ordered from simplest to most complex. They demonstrate various
use cases of FLORIS, and generally provide a good starting point for building a more
complex simulation.
Expand Down
2 changes: 1 addition & 1 deletion src/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0rc1
3.0rc2

0 comments on commit 4833b4e

Please sign in to comment.