Commit graph

67 commits

Author SHA1 Message Date
Jonathan Shimwell
0a04c20c74 removed py3.6 2022-10-06 15:57:48 +01:00
Jonathan Shimwell
87dafd1e31 review comments from @paulromano 2022-06-21 23:14:49 +00:00
Bob
aeb7cbd0e2 Use statement in MANIFEST.in instead 2022-03-03 23:06:37 -08:00
Bob
cf273b35a3 Fix package_data specification to include pyx files for Cython builds. This fixes building of a standalone distributable python package. 2022-03-03 17:20:44 -08:00
Paul Romano
35af0ed440 Update outdated information in man page / setup.py 2022-02-04 07:19:43 -06:00
Paul Romano
95aa079c76 Update minimum Python version to 3.6 2021-07-27 22:50:28 -05:00
Paul Romano
f0e0806fd9 Remove Jupyter notebooks from documentation 2021-07-15 10:07:15 -05:00
Paul Romano
7228bba307 Use nbsphinx for rendering Jupyter notebooks in documentation 2020-10-14 07:57:52 -05:00
Paul Romano
74ea96ebb6 Add doc build requirements to extras in setup.py 2020-06-16 22:32:40 -05:00
Patrick Shriwise
670f9d0609
Merge pull request #1558 from paulromano/effective-dose
Add function for getting effective dose coefficients from ICRP-116
2020-05-26 17:01:34 -05:00
Paul Romano
4586de20ab Address @pshriwise comments on #1558 2020-05-26 11:33:36 -05:00
Paul Romano
2adff03042 Include mpi4py as optional dependency in setup.py 2020-05-15 11:11:39 -05:00
Ethan Peterson
3d3a27f841 applied suggestions from code review 2020-02-25 08:42:21 -05:00
Paul Romano
f2a59994d6 Show colored diffs on test results when there are failures 2019-11-08 14:50:33 -06:00
Paul Romano
bbb0b78383 Rename openmc.capi -> openmc.lib 2019-09-13 10:38:26 -05:00
Paul Romano
8231751b88 Some updates to setup.py and MANIFEST.in 2019-05-23 08:24:39 -05:00
Paul Romano
d79524b9ce Replace float_endf with a fast C/Cython version 2019-04-03 15:19:50 -05:00
liangjg
cdd46bdc16 updated package_data in setup with AME 2016 2019-02-15 14:20:03 +00:00
Patrick Shriwise
a5b179525c Removing optional silo dependency. 2018-10-07 19:36:21 -05:00
Paul Romano
6d22b30b5c Remove fission energy release-related flag in get-nndc-data. Make sure BREMX.DAT
gets installed.
2018-09-02 15:15:28 -05:00
amandalund
c389f28582 Merge branch 'develop' into photon-new 2018-08-02 15:41:03 -05:00
Paul Romano
baabf2fc2b change mit-crpg -> openmc-dev 2018-08-02 10:49:40 -05:00
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