Paul Romano
|
e40a369693
|
Add geometry plotting capability and restructure lattice attributes
|
2016-05-27 09:53:07 -05:00 |
|
Will Boyd
|
4201cb9872
|
Fixed issue with lattice cell indexing for p-value calculation in Pandas DF notebook
|
2016-05-09 23:02:31 -04:00 |
|
Will Boyd
|
ae58827601
|
Fixed merge conflicts with develop
|
2016-05-09 12:53:12 -04:00 |
|
Will Boyd
|
2ca61564e2
|
Made distribcell paths default to True for Tally Pandas DF
|
2016-05-08 13:01:05 -04:00 |
|
Paul Romano
|
8923e1b8f2
|
Update Jupyter notebook examples
|
2016-05-06 11:15:47 -05:00 |
|
Will Boyd
|
9bff2ab474
|
Updated Mann-Whitney test to reflect lattice cell indexing in new distribcell paths
|
2016-05-01 13:49:51 -04:00 |
|
Will Boyd
|
cc27630f7d
|
Merge branch 'develop' into distribcell-paths
|
2016-05-01 13:47:15 -04:00 |
|
Will Boyd
|
615cec9e96
|
Improved comments for Pandas DataFrames distribcell path construction
|
2016-04-30 09:45:40 -04:00 |
|
Will Boyd
|
7741b525bb
|
Removed OpenCG dependency for distribcell paths in Pandas DataFrames
|
2016-04-30 09:35:17 -04:00 |
|
Paul Romano
|
d9b097dbaf
|
Make Materials, Plots, and Tallies list-like
|
2016-04-29 16:14:02 -05:00 |
|
Paul Romano
|
68f7de1315
|
Update Jupyter notebooks
|
2016-04-25 13:06:17 -05:00 |
|
Will Boyd
|
bda106ca85
|
Moved %matplotlib inline ahead of matplotlib imports for ipython notebooks which do not use openmoc
|
2016-04-13 12:04:29 -04:00 |
|
Will Boyd
|
ddfb01b3fe
|
Reduced Python API module imports
|
2016-04-08 12:26:02 -04:00 |
|
Will Boyd
|
5cc884555b
|
Updated IPython Notebooks
|
2016-03-23 14:51:39 -04:00 |
|
Will Boyd
|
c88f51de57
|
Fixed Filter.get_pandas_dataframe(...) to use new distribcell paths as optimization
|
2016-03-23 14:44:56 -04:00 |
|
Will Boyd
|
83f19e8cf1
|
Fixed bug for Python 2 reading of distribcell paths in Summary API
|
2016-03-23 13:50:27 -04:00 |
|
Paul Romano
|
a4ed73fc11
|
Update Jupyter notebooks based on Tally property changes
|
2016-02-23 10:54:58 -06:00 |
|
Paul Romano
|
8f3b614774
|
Update documentation/notebooks to reflect default writing of summary.h5
|
2016-02-17 20:47:18 -06:00 |
|
Sterling Harper
|
5dfc9e91fc
|
Improve Pandas float handling
|
2016-02-07 16:13:26 -05:00 |
|
Sterling Harper
|
5501d1b42a
|
Prefer string formatting for Pandas DataFrames
|
2016-02-07 14:18:17 -05:00 |
|
Sterling Harper
|
0710e35233
|
Output Pandas energy bins as two columns of floats
|
2016-02-06 15:58:27 -05:00 |
|
Paul Romano
|
148e01eec0
|
Address more comments on pull request #556.
|
2016-01-15 06:29:41 -06:00 |
|
Paul Romano
|
726d3f016c
|
Update Jupyter notebooks to use new source format
|
2016-01-14 08:26:19 -06: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 |
|
Will Boyd
|
8184b3a0f2
|
Removed Summary.make_opencg_geometry() in place of openmc_geometry and opencg_geometry properties
|
2015-10-28 21:22:22 -04:00 |
|
Will Boyd
|
ebe8ac3902
|
Updated IPython Notebook examples to use new Python API Region abstraction
|
2015-10-12 23:56:13 -04:00 |
|
Will Boyd
|
a83de39efb
|
Now using Python ternary operator to shorten StatePoint property getters
|
2015-10-08 16:36:00 -04:00 |
|
Will Boyd
|
1e63829dfd
|
Revised EnergyGroups class per comments from @paulromano
|
2015-10-08 16:04:23 -04:00 |
|
Will Boyd
|
9451b374ab
|
Updated .gitignore with MGXS IPython Notebook-generated files, re-ran other Notebook examples to update documentation
|
2015-10-03 13:06:28 -04:00 |
|
Will Boyd
|
d58e902784
|
Corrected tally slicing for Python API MultiGroupXS
|
2015-10-03 11:40:11 -04:00 |
|
Will Boyd
|
352c0e919f
|
Updated docstring for Tally.diagonalize_filter(...) routine
|
2015-10-03 01:45:51 -04:00 |
|
Will Boyd
|
dd50063e87
|
Removed unused Tally.tile_filter(...) routine
|
2015-10-03 01:08:37 -04:00 |
|
Will Boyd
|
9c9eb446a1
|
Cleaning up docstrings for new tally arithmetic routines in tallies.py
|
2015-10-03 00:48:14 -04:00 |
|
Will Boyd
|
67971b5c60
|
Cleaned up docstring comments in filter.py and cross.py
|
2015-10-03 00:04:01 -04:00 |
|
Paul Romano
|
75e37efac3
|
Update Jupyter notebooks again.
|
2015-09-21 10:29:36 +07:00 |
|
Paul Romano
|
43fdeb41a1
|
Make sure std_dev is calculated if mean is negative. Don't set nuclides in
link_with_summary. Update pandas-dataframe notebook.
|
2015-09-21 10:01:26 +07:00 |
|
Paul Romano
|
0b9aa2815b
|
Update Jupyter notebooks in documentation
|
2015-09-16 18:37:12 +07:00 |
|
Paul Romano
|
ff49e1de37
|
Re-run pandas-dataframe notebook after bug fix
|
2015-08-11 13:42:36 +07:00 |
|
Paul Romano
|
20d915809a
|
Make sure plotting geometry works in two notebooks
|
2015-08-10 06:54:33 +07:00 |
|
Paul Romano
|
56b0cbb1e7
|
Add Jupyter notebook showing use of Pandas dataframes
|
2015-08-10 06:39:03 +07:00 |
|