rs-station / reciprocalspaceship

Tools for exploring reciprocal space
https://rs-station.github.io/reciprocalspaceship/
MIT License
28 stars 12 forks source link

Update dependency gemmi to >=0.5.5, <=0.5.5 #158

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
gemmi >=0.4.2, <=0.5.4 -> >=0.5.5, <=0.5.5 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

JBGreisman commented 2 years ago

Summary: this PR updates reciprocalspaceship to use gemmi v0.5.5, and sets this to the new minimal version requirement due to the following changes to gemmi namespace:

JBGreisman commented 2 years ago

the is_centric() method was renamed to is_centrosymmetric(). Before, only the GroupOps object had this method, but now it is in the namespace of both SpaceGroup and GroupOps objects. Here, I opted to call it directly from the SpaceGroup, but either way could have worked -- the change in method name is certainly required though.