Commit graph

45 commits

Author SHA1 Message Date
Paul Romano
460452d4f7 Merge branch 'develop' into photon-alund 2018-03-11 13:10:00 -05:00
Paul Romano
c428cee667 Remove __future__ and six imports 2018-02-05 23:14:30 -05:00
Paul Romano
920afa123e Make tests directory a package (for pytest) 2018-02-05 07:35:19 -06:00
Paul Romano
970fc566a8 Merge branch 'develop' into photon-new 2017-11-11 14:28:38 -06:00
Paul Romano
abe0584c04 Fix pandas issue related to MultiIndex conversion 2017-11-08 10:24:22 -06:00
Paul Romano
05250cdc17 Make sure Travis checks results of regression and unit tests 2017-11-08 06:39:47 -06:00
Paul Romano
3d32f57c6f Add coverage to unit tests 2017-10-17 15:13:30 -05:00
Paul Romano
00f6bbe266 Run unit tests on Travis 2017-10-15 09:01:00 -05:00
Paul Romano
d21d158a5b Add MANIFEST.in and update setup.py 2017-10-13 15:24:48 -05:00
Paul Romano
232f40e119 Only install via setuptools 2017-10-13 15:24:47 -05:00
amandalund
63bf5f5773 Address #9 comments 2017-10-10 19:19:02 -05:00
Paul Romano
c768666aa3 Fix installing openmc.capi package 2017-09-14 12:52:37 -05:00
Paul Romano
7d3ce61717 Ability to generate incident photon library with photoatomic, atomic relaxation,
and Compton profile data.
2017-06-29 09:59:08 -05:00
Paul Romano
cd9a17e64f Add openmc.lib object which can directly call the OpenMC library 2017-06-15 21:40:52 -05:00
Paul Romano
1bd3e0b1d0 Make scipy and pandas required dependencies 2017-06-07 20:12:51 -05:00
Paul Romano
f0816c9304 Define openmc.__version__ as recommended by PEP 396 2017-05-05 13:56:30 -05:00
Paul Romano
f5cc7994f7 Increment version number and add release notes 2017-05-05 13:56:30 -05:00
Paul Romano
a348d70e1d Add tallies section, Python API requirements 2017-04-03 22:03:23 -05:00
Paul Romano
2395f9a96c Add FissionProductYields class and Decay class 2016-11-18 11:31:23 -06:00
Paul Romano
0454e66a11 Merge branch 'develop' into scopatz-six 2016-10-18 23:01:03 -05:00
Qingming He
e1962bd479 add numpy include dirs 2016-10-16 09:38:50 -04:00
Paul Romano
5ab6160c2a Move fission Q file to openmc/data and make sure it's accessible from
openmc-get-nndc-data
2016-10-13 07:09:50 -05:00
Paul Romano
7e2d171803 Merge branch 'develop' into scopatz-six 2016-10-13 06:09:10 -05:00
Paul Romano
24af2829b9 Add description in scripts and use six for imports 2016-10-06 21:55:12 -05:00
Paul Romano
cbcd3a7f57 Extend openmc.data to be able to import ENDF data and perform resonance
reconstruction.
2016-09-16 01:55:07 +02:00
Paul Romano
6bb147fe8f Add openmc.data.atomic_mass function, finally 2016-08-05 11:25:55 -05:00
Paul Romano
c9d2d6899a Incremented version number and added release notes 2016-07-14 09:54:50 -05:00
Paul Romano
c7a0b716d2 General cleanup -- both bugs and style issues -- based on running pylint 2016-07-02 11:04:25 +07:00
Paul Romano
07ef67fee0 Initial TRISO modeling capabilities 2016-06-01 10:19:28 -05:00
Paul Romano
879728ea5d Add ability to expand natural elements in Python API 2016-05-03 14:57:07 -06:00
Paul Romano
0138f0c4a2 Indicate minimum version of pandas in setup.py 2016-03-09 08:47:14 -06:00
wbinventor@gmail.com
0439b6cc6d Now require numpy >=1.9 in install_requires per request by @paulromano 2016-02-04 09:13:06 -05:00
Paul Romano
db9ac7ba2f SettingsFile now uses source property based off openmc.source.Source. 2016-01-13 09:39:45 -06:00
wbinventor@gmail.com
3eb10519ac Made SciPy imports for sparse tallies optional 2016-01-06 08:45:25 -05:00
wbinventor@gmail.com
d2c9e18082 Added scipy to install_requires in setup.py 2016-01-05 09:37:38 -05:00
Paul Romano
36f633c453 Incremented version. Added release notes for 0.7.1. 2015-12-07 21:49:51 -06:00
Will Boyd
e05ab41527 Fixed merge conflicts with develop branch 2015-09-25 16:24:06 -04:00
Paul Romano
42032210fb Added IPython notebook with post-processing examples.
Since the notebook shows an example of how to histogram relative errors from a
statepoint, we don't really need the openmc-statepoint-histogram utility, so
it's been deleted. The user's guide section on post processing has been updated
as well.
2015-09-19 07:38:33 +07:00
Will Boyd
bcc9ded29b Merged with develop 2015-09-05 17:59:12 -04:00
Paul Romano
487562c7a6 Increment version number to 0.7.0 2015-08-12 09:41:24 +07:00
Will Boyd
0a78549adf Added openmc.mgxs to setup.py 2015-08-09 16:18:59 -07:00
Paul Romano
cfd6a37683 Fallback to using distutils if user doesn't have setuptools installed 2015-06-01 08:37:01 +07:00
Paul Romano
37179d2138 Add pandas as an optional dependency 2015-05-31 15:34:18 +07:00
Paul Romano
a8a98f0aa6 Expand setup.py to include required and optional dependencies 2015-05-31 15:34:18 +07:00
Paul Romano
498e07d0bf Move Python API into openmc/ directory and move Python scripts into scripts/
directory.
2015-05-31 09:26:18 +07:00
Renamed from src/utils/setup.py (Browse further)