ncrystal-python 4.2.0__tar.gz → 4.2.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/PKG-INFO +1 -1
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/__init__.py +1 -1
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/_common.py +26 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/_ncmat2endf_impl.py +9 -2
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/_testimpl.py +4 -1
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/ncmat2endf.py +2 -2
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/ncrystal_python.egg-info/PKG-INFO +1 -1
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/LICENSE +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/README.md +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/pyproject.toml +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/setup.cfg +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/__main__.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/_chooks.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/_cli_cif2ncmat.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/_cli_endf2ncmat.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/_cli_hfg2ncmat.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/_cli_mcstasunion.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/_cli_ncmat2cpp.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/_cli_ncmat2endf.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/_cli_ncmat2hkl.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/_cli_nctool.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/_cli_vdos2ncmat.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/_cli_verifyatompos.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/_cliimpl.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/_cliwrap_config.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/_coreimpl.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/_hfgdata.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/_hklobjects.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/_is_std.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/_locatelib.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/_miscimpl.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/_mmc.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/_msg.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/_ncmat2cpp_impl.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/_ncmatimpl.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/_numpy.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/_sabutils.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/api.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/atomdata.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/cfgstr.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/cifutils.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/cli.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/constants.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/core.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/datasrc.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/exceptions.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/hfg2ncmat.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/mcstasutils.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/misc.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/mmc.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/ncmat.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/ncmat2cpp.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/obsolete.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/plot.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/plugins.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/test.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/NCrystal/vdos.py +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/ncrystal_python.egg-info/SOURCES.txt +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/ncrystal_python.egg-info/dependency_links.txt +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/ncrystal_python.egg-info/entry_points.txt +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/ncrystal_python.egg-info/requires.txt +0 -0
- {ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/ncrystal_python.egg-info/top_level.txt +0 -0
|
@@ -55,7 +55,7 @@ For detailed usage conditions and licensing of this open source project, see:
|
|
|
55
55
|
|
|
56
56
|
#NB: Synchronize meta-data below with fields in setup.py+template_setup.py.in meta data:
|
|
57
57
|
__license__ = "Apache 2.0, http://www.apache.org/licenses/LICENSE-2.0"
|
|
58
|
-
__version__ = '4.2.
|
|
58
|
+
__version__ = '4.2.4'
|
|
59
59
|
__status__ = "Production"
|
|
60
60
|
__author__ = "NCrystal developers (Thomas Kittelmann, Xiao Xiao Cai)"
|
|
61
61
|
__copyright__ = "Copyright 2015-2024 %s"%__author__
|
|
@@ -514,3 +514,29 @@ def _lookup_existing_file( path ):
|
|
|
514
514
|
p = pathlib.Path(dd).joinpath(path)
|
|
515
515
|
if p.exists():
|
|
516
516
|
return p.absolute()
|
|
517
|
+
|
|
518
|
+
_override_datetime_now = [ None ]
|
|
519
|
+
def _datetime_now():
|
|
520
|
+
"""Returns datetime.datetime.now() but possibly intercepted for unit tests"""
|
|
521
|
+
import datetime
|
|
522
|
+
n = datetime.datetime.now()
|
|
523
|
+
return _override_datetime_now[0] or n
|
|
524
|
+
|
|
525
|
+
class FixedFakeDatetimeNow():
|
|
526
|
+
# Context manager to be used in unit tests to modify the returned value from
|
|
527
|
+
# the datetime_now function below, to a fixed value.
|
|
528
|
+
def __enter__(self):
|
|
529
|
+
import datetime
|
|
530
|
+
self.__orig = _override_datetime_now[0]
|
|
531
|
+
_override_datetime_now[0] = datetime.datetime( 2017, 8, 29, 13, 40,
|
|
532
|
+
tzinfo
|
|
533
|
+
= datetime.timezone.utc )
|
|
534
|
+
def __exit__(self,*args,**kwargs):
|
|
535
|
+
_override_datetime_now[0] = self.__orig
|
|
536
|
+
|
|
537
|
+
def fixed_fake_datetime_now(f):
|
|
538
|
+
#To be used as a decorator
|
|
539
|
+
def fw(*a, **kw):
|
|
540
|
+
with FixedFakeDatetimeNow():
|
|
541
|
+
return f(*a, **kw)
|
|
542
|
+
return fw
|
|
@@ -1060,7 +1060,12 @@ class EndfFile():
|
|
|
1060
1060
|
|
|
1061
1061
|
if self._parser is None:
|
|
1062
1062
|
endf_parserpy,_,_ = import_endfparserpy()
|
|
1063
|
-
|
|
1063
|
+
if hasattr(endf_parserpy,'EndfParserPy'):
|
|
1064
|
+
EndfParserPy = endf_parserpy.EndfParserPy
|
|
1065
|
+
else:
|
|
1066
|
+
#legacy endf-parserpy 0.13.x support
|
|
1067
|
+
EndfParserPy = endf_parserpy.EndfParser
|
|
1068
|
+
self._parser = EndfParserPy(
|
|
1064
1069
|
explain_missing_variable=True,
|
|
1065
1070
|
cache_dir=False
|
|
1066
1071
|
)
|
|
@@ -1524,7 +1529,9 @@ def _tidy_beta( x, allow_negative=False):
|
|
|
1524
1529
|
assert -1e99 <= x <= 1e99
|
|
1525
1530
|
else:
|
|
1526
1531
|
assert 0.0 <= x <= 1e99
|
|
1527
|
-
if x
|
|
1532
|
+
if x < -120:
|
|
1533
|
+
return float('%.1g'%x)
|
|
1534
|
+
if abs(x) > 8:
|
|
1528
1535
|
return float('%.2g'%x)
|
|
1529
1536
|
return float('%.3g'%x)
|
|
1530
1537
|
|
|
@@ -46,7 +46,10 @@ def test_all( verbose = False ):
|
|
|
46
46
|
|
|
47
47
|
def _get_prfct( verbose ):
|
|
48
48
|
if verbose and verbose != 'quiet':
|
|
49
|
-
|
|
49
|
+
def prt( *a, **kw ):
|
|
50
|
+
kw['flush'] = True
|
|
51
|
+
return _nc_print('::NCrystalTest::',*a,**kw)
|
|
52
|
+
return prt
|
|
50
53
|
else:
|
|
51
54
|
return lambda *a, **kw : None
|
|
52
55
|
|
|
@@ -185,12 +185,12 @@ class EndfMetaData():
|
|
|
185
185
|
(key,value) pairs, or another EndfMetaData object, the associated values
|
|
186
186
|
will be updated accordingly.
|
|
187
187
|
"""
|
|
188
|
-
from
|
|
188
|
+
from ._common import _datetime_now
|
|
189
189
|
import copy
|
|
190
190
|
from ._ncmat2endf_impl import _metadata_definitions
|
|
191
191
|
self.__data = dict( (k,copy.deepcopy(v['defval']))
|
|
192
192
|
for k,v in _metadata_definitions.items() )
|
|
193
|
-
self.__now_MMMYY =
|
|
193
|
+
self.__now_MMMYY = _datetime_now().strftime('%b%y').upper()
|
|
194
194
|
if data:
|
|
195
195
|
self.update_from_dict(data)
|
|
196
196
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/ncrystal_python.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{ncrystal_python-4.2.0 → ncrystal_python-4.2.4}/src/ncrystal_python.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|