Commit graph

4278 commits

Author SHA1 Message Date
Paul Romano
97fd5e191d Add Bryan Herman to release notes 2015-12-23 10:51:21 -06:00
Will Boyd
6c0b755798 Merge pull request #529 from paulromano/bounding-box-bugfix
Fix bug in Complement.bounding_box
2015-12-14 09:39:53 -05:00
Paul Romano
5f08f92282 Fix bug in Complement.bounding_box. Also remove a few unused variables 2015-12-14 07:36:22 -06:00
Paul Romano
f84a4ee430 Avoid DeprecationWarning from xml.etree.Element.getchildren() 2015-12-08 07:19:31 -06:00
Paul Romano
9cde4ce12c Clarify installation instructions for HDF5 pre-req and Ubuntu PPA 2015-12-07 22:16:15 -06:00
Paul Romano
6800f8ed21 Update list of publications in documentation 2015-12-07 21:49:51 -06:00
Paul Romano
36f633c453 Incremented version. Added release notes for 0.7.1. 2015-12-07 21:49:51 -06:00
Paul Romano
eb15337309 Merge pull request #518 from bhermanmit/develop
RPATH MPI and HDF5 for installed exe
2015-12-07 21:34:06 -06:00
Bryan Herman
62ddd33b5b add RPATH information for installed exe 2015-12-07 19:28:57 -05:00
Paul Romano
b671b1a299 Merge pull request #524 from wbinventor/hotfix-mgxs-keff
Hotfix for keff in MGXS Library
2015-12-07 15:14:43 -06:00
wbinventor@gmail.com
01f2e8372e Changed MGXS Library keff storage based on runmode of k-eigenvalue 2015-12-07 15:35:36 -05:00
Will Boyd
d3b0d9fe29 Merge pull request #523 from paulromano/fixes-for-release
Few minor fixes ahead of release
2015-12-07 13:48:03 -05:00
Paul Romano
3de4f1fce7 Merge pull request #522 from wbinventor/mgxs-keff
Store keff in MGXS Library
2015-12-07 09:07:07 -06:00
Paul Romano
ba3a6689b9 Fix integer kind on arguments to h5tget_size_f and h5tset_size_f 2015-12-07 08:23:50 -06:00
Paul Romano
556dd2de03 Allow setup.py to be called properly for debian installations 2015-12-07 08:23:50 -06:00
Paul Romano
5d65f2557e Fix warning on definition list in mgxs.Library.get_mgxs 2015-12-07 08:23:50 -06:00
Paul Romano
71c3248f1a Increase list depth so 'make latexpdf' works again 2015-12-07 08:13:52 -06:00
Paul Romano
ee93f63f6f Merge pull request #521 from wbinventor/one-add-surf-warning
Single print for Deprecated Cell.add_surface(...) method
2015-12-07 08:06:56 -06:00
wbinventor@gmail.com
f822a22152 Moved DeprecationWarning filter to top of universe module 2015-12-07 08:53:36 -05:00
wbinventor@gmail.com
e55f9fb3ee Now only store keff in MGXS Library for eigenvalue calculations 2015-12-07 08:48:41 -05:00
wbinventor@gmail.com
510711e92f Now store keff as an attribute in MGXS Library class 2015-12-06 19:58:19 -05:00
wbinventor@gmail.com
9bf8964edd Made DeprecationWarning for Cell.add_surface(...) only print once 2015-12-06 17:45:27 -05:00
sam
ba959372f4 Merge pull request #520 from paulromano/density-sum-elaborate
Elaborate on description of units="sum" option for <density>
2015-12-04 23:56:05 -05:00
Paul Romano
c4305ff696 Fix minor rst issue 2015-12-04 22:34:05 -06:00
Paul Romano
10ad957637 Elaborate on description of units="sum" option for <density> 2015-12-04 22:04:13 -06:00
Sterling Harper
67d5b88347 Merge pull request #514 from paulromano/complex-cell-bugfix
Fix check for surface crossed when calculating distance to boundary
2015-12-04 14:54:12 -05:00
Paul Romano
06f025dc36 Modify test_complex_cell to include a cell whose region specification includes
both the negative and positive half-space of a surface
2015-12-04 13:29:38 -06:00
Will Boyd
43d13428aa Merge pull request #516 from paulromano/bounding-box
Ability to determine bounding boxes for Regions
2015-12-03 09:12:01 -05:00
Paul Romano
7afebb029b Address @wbinventor comments on #516 2015-12-03 07:31:02 -06:00
Paul Romano
d13c950189 Use bounding box feature in a few example inputs 2015-12-02 13:52:32 -06:00
Paul Romano
48d5f2219d Fix error in bounding boxes for y- and z-planes. 2015-12-02 13:48:59 -06:00
Paul Romano
8506f32c4f Ability to determine bounding boxes for Regions 2015-12-02 08:48:58 -06:00
Paul Romano
4e31f4314c Merge pull request #515 from wbinventor/mgxs-ipython-notebooks
MGXS IPython Notebook Tutorial Suite
2015-12-02 08:48:23 -06:00
wbinventor@gmail.com
8b91ce82b0 Updated MGXS Notebooks per comments from @paulromano 2015-12-02 09:18:19 -05:00
Paul Romano
8c8ca44e86 Describe xyz_cross variable 2015-12-01 19:57:05 -06:00
wbinventor@gmail.com
9ce20a372b Merge branch 'develop' into mgxs-ipython-notebooks 2015-12-01 18:30:31 -05:00
Paul Romano
a9277163ef Merge pull request #513 from wbinventor/pyapi-__eq__
Comparison methods for Python classes
2015-12-01 11:46:23 -06:00
wbinventor@gmail.com
fa14244b62 Merge branch 'pyapi-__eq__' into mgxs-ipython-notebooks 2015-12-01 10:17:35 -05:00
wbinventor@gmail.com
7be1b7a609 Now using hash(repr(self)) instead of hash(str(self)) in Python API 2015-12-01 10:13:37 -05:00
wbinventor@gmail.com
1697dce546 Merge branch 'pyapi-__eq__' into mgxs-ipython-notebooks 2015-11-30 22:52:23 -05:00
wbinventor@gmail.com
3364d070ef Sphinx documentation updated with new MGXS ipython notebook trio 2015-11-30 21:31:34 -05:00
wbinventor@gmail.com
2fb2b889be All MGXS IPython Notebooks are up-to-date and ready to go! 2015-11-30 21:05:52 -05:00
wbinventor@gmail.com
6f5cdf174f Initial implementation with trio of MGXS IPython Notebooks 2015-11-29 21:39:03 -05:00
Paul Romano
061021cd4b Fix check for surface crossed when calculating distance to boundary for complex
cells.
2015-11-29 16:57:17 -06:00
wbinventor@gmail.com
d26a86f5f1 Reverted to set notation in Geometry.get_all_material_cells() now that __hash__ is implemented everywhere 2015-11-29 09:13:28 -05:00
wbinventor@gmail.com
f09ec9582b Shortened FIXME block in Material.__eq__ 2015-11-29 09:06:25 -05:00
wbinventor@gmail.com
4be3c64da9 Added __hash__ routines to all Python classes based on __repr__ methods 2015-11-29 09:00:47 -05:00
Will Boyd
846a973bbe Merge pull request #507 from samuelshaner/outer-product
Fix to tally arithmetic operations and addition of tally summation over all bins
2015-11-27 15:48:39 -05:00
Sam Shaner
d1bec8a814 updated tally-arithmetic.ipynb notebook based on updates to tally arithmetic 2015-11-25 14:22:28 -08:00
Sam Shaner
74ffcb4475 Merge remote-tracking branch 'upstream/develop' into outer-product 2015-11-25 13:09:11 -08:00