Commit graph

14177 commits

Author SHA1 Message Date
Paul Romano
030f73a869
Merge pull request #2269 from paulromano/release-0.13.2
Release of version 0.13.2
2022-10-21 11:59:55 -05:00
Paul Romano
4fd665c008 Remove -dev on version number 2022-10-21 07:08:53 -05:00
Paul Romano
2e433653cc Avoid warning message on clang 2022-10-21 07:08:53 -05:00
Paul Romano
6d499fa0c0 Fix missing underscore in release notes 2022-10-21 07:08:52 -05:00
Paul Romano
53b6d8ab11 Change 0.14.0 --> 0.13.2 2022-10-21 07:08:52 -05:00
Paul Romano
a0e5ba4418 Add 0.13.2 release notes 2022-10-21 07:08:49 -05:00
Paul Romano
3347aeaa03 Fixes related to #2253 and #2270 2022-10-21 07:08:49 -05:00
Paul Romano
9bf069e636
Merge pull request #2270 from pshriwise/vol-lrg-samples
Update volume calc types to mitigate overflow issues
2022-10-21 07:01:32 -05:00
Paul Romano
dc0731c949
Merge pull request #2253 from gridley/buildinfo
Can now print some build info
2022-10-21 07:00:04 -05:00
Patrick Shriwise
93065d188b Fixing sign for uint max comparison 2022-10-20 20:54:43 -05:00
Patrick Shriwise
06729507ce Moving to uint64_t and updating MPI types as requested by @paulromano 2022-10-20 20:46:47 -05:00
Gavin Ridley
f58f478375
align spaces 2022-10-20 16:58:50 -04:00
Gavin Ridley
f07b0295f9 buildinfo printed on -v flag 2022-10-20 12:12:36 -04:00
Paul Romano
dff3ad48f1
Merge pull request #2271 from eepeterson/include_volume_in_xml
Include volume in xml
2022-10-19 21:29:19 -05:00
Ethan Peterson
1a67755f6a update unit test 2022-10-19 14:27:18 -04:00
Patrick Shriwise
2a802a11a4 Add warning of possible overflow. 2022-10-19 13:23:26 -05:00
Ethan Peterson
e64fb4cd41 added volume read and write to xml 2022-10-19 14:16:52 -04:00
Patrick Shriwise
b7cbd59a13 Changing types to mitigate overflow problems 2022-10-19 13:02:22 -05:00
Patrick Shriwise
7d6bdd1eef
Merge pull request #2268 from paulromano/energyfunc-fix
Fixes for EnergyFunctionFilter
2022-10-19 11:32:04 -05:00
Patrick Shriwise
e2f6f5d1ee
Merge pull request #2251 from paulromano/universe-plot-ppm
Handle possibility of .ppm file in Universe.plot
2022-10-18 12:27:24 -05:00
Paul Romano
1814f826c9 Remove deprecated cylinder_from_points name in docs 2022-10-18 12:14:15 -05:00
Paul Romano
2ae5ccb031 Fix EnergyFunctionFilter.from_xml_element 2022-10-18 12:14:15 -05:00
Paul Romano
0587aeeaa4 Allow EnergyFunctionFilter interpolation to be set from C API 2022-10-18 12:14:15 -05:00
Paul Romano
e32c85dc87
Merge pull request #2247 from shimwell/adding_python_3.9_3.10_to_ci
added py3.9 and py3.10 to CI
2022-10-18 12:07:18 -05:00
Patrick Shriwise
61f8a793d7
Merge pull request #2267 from paulromano/random-test-fix
Improve tests for checking sample means
2022-10-18 10:20:44 -05:00
shimwell
de636b42a9 py3.10 as main build matrix 2022-10-16 13:14:46 +01:00
Paul Romano
358e7b3918 Change assert_sample_mean to use 4sigma CI 2022-10-16 12:19:12 +02:00
Paul Romano
6c4554f1c7 Add missing f prefix for an f-string 2022-10-16 11:42:05 +02:00
Paul Romano
400000d5c4
Merge pull request #2252 from paulromano/decay-photon-stable-fix
Make sure Material.decay_photon_energy works with no unstable nuclides
2022-10-12 18:28:51 +02:00
Paul Romano
98322dfeb9
Merge pull request #2254 from shimwell/cython_is_build_requirment
assume cython is installed
2022-10-12 18:28:29 +02:00
Paul Romano
5efa3dce63
Merge pull request #2255 from shimwell/drop_py3.6_support_2
removed py3.6
2022-10-06 15:42:34 -05:00
Jonathan Shimwell
0a04c20c74 removed py3.6 2022-10-06 15:57:48 +01:00
Paul Romano
47ff27e77f
Merge pull request #2233 from shimwell/adding_from_domain_to_CylindricalMesh
added from domain to CylindricalMesh
2022-10-06 09:36:32 -05:00
Jonathan Shimwell
3779db43b8 assume cython is present 2022-10-06 14:55:01 +01:00
Gavin Ridley
5582180e31 Can now print build info 2022-10-05 17:58:41 -04:00
Paul Romano
fe04a839c2 Make sure Material.decay_photon_energy works with no unstable nuclides 2022-10-05 14:28:18 -05:00
Gavin Ridley
9a86c9c065
Merge pull request #2228 from paulromano/sourcefile-fix
Fix reading source file with time attribute
2022-10-05 14:43:20 -04:00
Paul Romano
004199c49d Handle possibility of .ppm file in Universe.plot 2022-10-05 09:08:02 -05:00
Jonathan Shimwell
6a9a1ad293 added phi_grid_bounds to CylindricalMesh tests 2022-10-05 11:46:00 +01:00
Jonathan Shimwell
9a61aed2ef doc string related review suggestions 2022-10-05 09:03:30 +01:00
Jonathan Shimwell
afbd994d4f
review suggestions from Remi and Paul
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
Co-authored-by: Rémi Delaporte-Mathurin <40028739+RemDelaporteMathurin@users.noreply.github.com>
2022-10-05 08:45:59 +01:00
shimwell
90fe5cb79c added py3.9 and py3.10 2022-10-04 21:00:17 +01:00
Jonathan Shimwell
434dc1f30d
Merge pull request #2238 from pshriwise/dag_cells_surfs
Adding properties for number of DAGMC cells and surfaces
2022-10-04 16:18:50 +01:00
Patrick Shriwise
6c698e3b88
Merge pull request #2242 from eepeterson/wwinp_reader_fix
fix wwinp reader
2022-10-03 18:58:26 -05:00
Jonathan Shimwell
a32a5fbf0d review suggestion from @RemDelaporteMathurin 2022-10-03 16:58:11 +01:00
Patrick Shriwise
47488ecacb
Merge pull request #2235 from paulromano/source-rejection
Source rejection by domain (cell, material, universe)
2022-10-03 09:38:28 -05:00
Ethan Peterson
f9ba64eeb3
Update tests/unit_tests/weightwindows/test_wwinp_reader.py 2022-10-03 07:22:26 -04:00
Ethan Peterson
6bc2ee8e4f updated cyl and t wwlb for future tests 2022-10-03 07:19:58 -04:00
Ethan Peterson
4957ba240b revert to original expected ww lb 2022-10-03 07:17:07 -04:00
Ethan Peterson
1a306c4c15 rewrote ww test files 2022-10-03 07:15:02 -04:00