Skip to content

Commit

Permalink
Create new version
Browse files Browse the repository at this point in the history
Update docs/version for 2.0-rc-1
  • Loading branch information
hulsed committed Jan 8, 2024
1 parent fc871ad commit 748eb65
Show file tree
Hide file tree
Showing 43 changed files with 10,307 additions and 4,835 deletions.
Binary file modified .coverage
Binary file not shown.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fmdtools version 2.0-beta-3
fmdtools version 2.0-rc-1
---------------------------
Released under the NASA Open Source Agreement Version 1.3, see
NASA_Open_Source_Agreement_fmdtools.pdf for full details.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

**fmdtools** (Fault Model Design tools) is a toolkit for modelling system resilience in the early design phase. With it, one can simulate the effects of faults in a system to build resilience into the system design at a high level. To achieve this, fmdtools provides a Python-based *design environment* where one can represent the system in a model, simulate the resilience of the model to faults, and analyze the resulting model responses to iteratively improve the resilience of the design.

Note: This version (**2.0-beta-3**) is currently in development, and thus not all interfaces may be fully stable and not all examples or documentation may be up-to-date. For stable versions, download packages releases without the -alpha or -beta tags.
Note: This version (**2.0-rc-1**) is currently in development, and thus not all interfaces may be fully stable and not all examples or documentation may be up-to-date. For stable versions, download packages releases without the -alpha or -beta tags.

[Click here to view the the full documentation website.](https://nasa.github.io/fmdtools)

Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Daniel Hulse, Sequoia Andrade, Hannah Walsh, Lukman Irshad'

# The full version, including alpha/beta/rc tags
release = '2.0-beta-3'
release = '2.0-rc-1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion coverage-badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/Intro_to_fmdtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ marp: true

# Intro to resilience modelling, simulation, and visualization in Python with fmdtools.
### Author: Daniel Hulse
### Version: 2.0-beta-3
### Version: 2.0-rc-1

-----------------

Expand Down
Loading

0 comments on commit 748eb65

Please sign in to comment.