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

OpenPathSampling 1.5.1 #1038

Merged
merged 19 commits into from
Jul 24, 2021
Merged

OpenPathSampling 1.5.1 #1038

merged 19 commits into from
Jul 24, 2021

Conversation

dwhswenson
Copy link
Member

OpenPathSampling 1.5.1 is a minor bugfix release. It fixes a bug in SimStore's ability to store/reload some CV types (specifically, CVs that save NumPy arrays). It also fixes a backward compatibility problem with live visualizations in scripts written for OPS before 1.5.0.

We're also happy to welcome @sroet as a maintainer of OPS, and as a "standard contributor." As a maintainer, @sroet has merge access to OPS repositories. As a standard contributor, PRs from @sroet will no longer be tagged with his username in release notes.

Bugs fixed

  • Fix bug with SimStore CVs storing NumPy arrays (#1035) #experimental
  • Fix bug in live visualizer setup with implicit hooks (#1034 @hejung)

Miscellaneous improvements

  • Fix OpenMM engine docs on n_frames_max (#1037 @hejung) #docs
  • Fix DataFrame.sort_index future warning (#1036) #upstream_changed

@codecov
Copy link

codecov bot commented Jul 22, 2021

Codecov Report

Merging #1038 (a803b78) into stable (9aff946) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           stable    #1038      +/-   ##
==========================================
+ Coverage   81.51%   81.54%   +0.02%     
==========================================
  Files         140      140              
  Lines       15399    15400       +1     
==========================================
+ Hits        12553    12558       +5     
+ Misses       2846     2842       -4     
Impacted Files Coverage Δ
openpathsampling/engines/openmm/engine.py 70.00% <ø> (ø)
openpathsampling/deprecations.py 100.00% <100.00%> (ø)
openpathsampling/netcdfplus/version.py 100.00% <100.00%> (ø)
openpathsampling/numerics/lookup_function.py 91.04% <100.00%> (-0.07%) ⬇️
openpathsampling/pathsimulators/path_sampling.py 75.36% <100.00%> (+3.09%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9aff946...a803b78. Read the comment docs.

@dwhswenson
Copy link
Member Author

I'll leave this open for at least another 18 hours, just in case anyone has a last-second bug fix that they want included in 1.5.1. I'll merge no earlier than Fri 23 Jul 14:00 GMT (10:00 my local).

@dwhswenson dwhswenson merged commit 5267429 into stable Jul 24, 2021
@dwhswenson dwhswenson deleted the release-1.5.1 branch July 24, 2021 09:48
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.

None yet

3 participants