Skip to content

Commit

Permalink
Merge tag 'v0.7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
paulromano committed Dec 23, 2015
2 parents 31c1f86 + 97fd5e1 commit 77237af
Show file tree
Hide file tree
Showing 584 changed files with 35,931 additions and 31,425 deletions.
13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ src/xml-fortran/xmlreader

# Test results error file
results_error.dat
inputs_error.dat
results_test.dat

# Test build files
tests/build/
Expand All @@ -62,4 +64,13 @@ data/nndc
.idea/*

# IPython notebook checkpoints
.ipynb_checkpoints
.ipynb_checkpoints

# Multi-group cross section IPython Notebook
docs/source/pythonapi/examples/*.xml
docs/source/pythonapi/examples/*.png
docs/source/pythonapi/examples/*.xls
docs/source/pythonapi/examples/mgxs
docs/source/pythonapi/examples/tracks
docs/source/pythonapi/examples/fission-rates
docs/source/pythonapi/examples/plots
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ before_install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy h5py
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy h5py pandas
- source activate test-environment

# Install GCC, MPICH, HDF5, PHDF5
Expand Down

0 comments on commit 77237af

Please sign in to comment.