Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version compatibility #37

Merged
merged 6 commits into from
Aug 24, 2022
Merged

New version compatibility #37

merged 6 commits into from
Aug 24, 2022

Conversation

harripd
Copy link

@harripd harripd commented Aug 11, 2022

I've gone through the various issues, and tried to update everything that is/was practical.

  1. Replaced the matplotlib normdf with scipy.stats.norm.pdf as in replace mpl.normpdf with scipy.stats.norm.pdf  #33
    • Added test to confirm new function gives normal behavior (not sure this is really necessary, as this is not a test of FRETBursts, but rather a test of scipy)
  2. Removed python 2.0 leftovers
  3. Replaced np.sum with sum because of deprecation warnings as per Deprecation warning for np.sum #35

Hopefully others can review and if everything works (I've run all tests on my computer, but the travis/apveyor are still beyond my purview), we can push up to pip/conda-forge so that people installing FRETBursts won't have issues for people installing.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@harripd harripd merged commit 1c59b8c into OpenSMFS:master Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant