chore: deprecate scatterFactoringTableByType method#176
chore: deprecate scatterFactoringTableByType method#176stevenhua0320 wants to merge 2 commits intodiffpy:mainfrom
Conversation
|
I think we should move the lookup tables out of diffpy.srreal. if we do that, can we remove srreal as a dependency? This would be much better. |
|
I think somewhere it also uses |
|
I think the next step here is to make an inventory of everywhere In the meantime there is not much to do tbecause we can't push out 3.14 for @cadenmyers13 please review this. My suggestion is that put all this activity on hold for the time being, keep ourselves pinned at 3.13 for diffpy in general (some subpackages are already 3.14 but will also build with 3.13 so that is ok). Then we create a new We may want to update user facing docs in 1 |
|
diffpy.srreal imports are found in files under I agree with @sbillinge about holding off. Also, there might be a way to dynamically display the versions of Python which a package supports in the docs. I think Bob did it in scikit-package docs maybe. |
|
Let's look into pulling these out. It doesn't really matter where the import statements are |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #176 +/- ##
===========================================
+ Coverage 71.63% 85.69% +14.06%
===========================================
Files 25 25
Lines 3437 3439 +2
===========================================
+ Hits 2462 2947 +485
+ Misses 975 492 -483
🚀 New features to boost your workflow:
|

@sbillinge We need to keep this open for a while as right now we didn't list
diffpy.srrealas a dependency. When we release the new version ofdiffpy.srrealwe can add this back to our requirements and rerun the test. This closes #137