Skip to content

Commit

Permalink
Merge 6abaf2d into ab3bda1
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Apr 12, 2019
2 parents ab3bda1 + 6abaf2d commit d6462b9
Show file tree
Hide file tree
Showing 70 changed files with 729 additions and 831 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ matrix:
env: PY=2.7
- os: linux
env: PY=3.6 COVERAGE=1
- os: linux
env: PY=3.7
- os: osx
env: PY=2.7
- os: osx
Expand Down
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,21 @@ It also includes new surrogate models that are not available elsewhere: kriging
SMT is documented using custom tools for embedding automatically-tested code and dynamically-generated plots to produce high-quality user guides with minimal effort from contributors.
SMT is distributed under the New BSD license.

# Version
Version 0.2

# Required packages
SMT depends on the following modules: numpy, scipy, sk-learn, pyDOE2 and Cython.
SMT depends on the following modules: numpy, scipy, scikit-learn, pyDOE2 and Cython.

# Installation
Clone the repository from github then run:

```
pip install -e name_folder
pip install -e smt_folder
```

# Tests
To run tests, first install the python testing framework using:

```
pip install git+https://github.com/OpenMDAO/testflo.git
pip install testflo
```

and run
Expand All @@ -40,7 +37,7 @@ For examples demonstrating how to use SMT, go to the 'smt/examples' folder.
http://smt.readthedocs.io

# Contact
This repository was created by Mohamed Amine Bouhlel and is maintained by the [MDOlab](https://github.com/mdolab).
This repository was created by Mohamed Amine Bouhlel and is maintained by the [MDOlab](https://github.com/mdolab) and [Onera, the French Aerospace Lab](https://github.com/OneraHub).


Email: mbouhlel@umich.edu or bouhlel.mohamed.amine@gmail.com
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
build: false
version: 0.2.{build}
version: 0.3.{build}
platform:
- x64

environment:
matrix:
- PYTHON: 2.7
CONDA: "C:\\Miniconda-x64"

- PYTHON: 3.6
CONDA: "C:\\Miniconda36-x64"
- PYTHON: 3.7
CONDA: "C:\\Miniconda36-x64"

install:
- set PATH=%CONDA%;%CONDA%\Scripts;%PATH%
Expand Down
Binary file modified doc/_src_docs/examples/b777_engine/b777_engine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
372 changes: 186 additions & 186 deletions doc/_src_docs/examples/b777_engine/b777_engine.rst

Large diffs are not rendered by default.

Binary file modified doc/_src_docs/examples/one_D_step/ex_1d_step.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
135 changes: 70 additions & 65 deletions doc/_src_docs/examples/one_D_step/ex_1d_step.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified doc/_src_docs/examples/rans_crm_wing/rans_crm_wing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d6462b9

Please sign in to comment.