File tree Expand file tree Collapse file tree 4 files changed +24
-9
lines changed Expand file tree Collapse file tree 4 files changed +24
-9
lines changed Original file line number Diff line number Diff line change 1+ **Added: **
2+
3+ * <news item>
4+
5+ **Changed: **
6+
7+ * Moved resampler out of parsers, new path is diffpy.utils.resample
8+
9+ **Deprecated: **
10+
11+ * <news item>
12+
13+ **Removed: **
14+
15+ * <news item>
16+
17+ **Fixed: **
18+
19+ * <news item>
20+
21+ **Security: **
22+
23+ * <news item>
Original file line number Diff line number Diff line change 1616"""Various utilities related to data parsing and manipulation.
1717"""
1818
19- from .loaddata import loadData
20- from .resample import resample
21- from .serialization import deserialize_data , serialize_data
22-
23- # silence the pyflakes syntax checker
24- assert loadData or resample or True
25- assert serialize_data or deserialize_data or True
26-
2719# End of file
File renamed without changes.
Original file line number Diff line number Diff line change 11import numpy as np
22import pytest
33
4- from diffpy .utils .parsers . resample import wsinterp
4+ from diffpy .utils .resample import wsinterp
55
66
77def test_wsinterp ():
You can’t perform that action at this time.
0 commit comments