-
Notifications
You must be signed in to change notification settings - Fork 674
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
distopia 0.4.0 compatibility changes #4734
Merged
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
2ee12e5
start of docs
hmacdope 9bf0cf7
improve distopia stup
hmacdope f8d1295
add backend conditionals
hmacdope badc778
fix wrong backend
hmacdope e97317b
shims
hmacdope e0ce653
working except for dihedrals
hmacdope 63162df
move to 0.3.0
hmacdope 0ec2057
bump ci
hmacdope 2392101
bump ci
hmacdope 2cb04d2
Update package/MDAnalysis/lib/distances.py
hmacdope e4b8a10
Merge remote-tracking branch 'upstream/develop' into distopia_0.3.0_c…
hmacdope 517c676
fix versioning
hmacdope 36de301
add version checking
hmacdope b49b028
remove erroneous triclinic note
hmacdope d895d99
remove unnesecary import
hmacdope 5733a74
add explanatory notes
hmacdope 36c010a
change tests in line with discussion
hmacdope 763b493
changelog
hmacdope 10356f7
Apply suggestions from code review
hmacdope 3b0024a
add more tests
hmacdope 9c149ec
improve docs
hmacdope 8cae6f8
improve docs again
hmacdope 50efeb9
hmmm
hmacdope 2c070b7
Merge branch 'develop' into distopia_0.3.0_compat
orbeckst d4b9e9d
add type for calc_bond_distance_ortho()
orbeckst 2621552
just stuff answers back in if we used a buffer
hmacdope 154d389
Merge branch 'distopia_0.3.0_compat' of github.com:hmacdope/mdanalysi…
hmacdope c75dce2
add cram for distance array also
hmacdope 02a3d93
fix changelogs
hmacdope 07f1438
Merge remote-tracking branch 'upstream/develop' into distopia_0.3.0_c…
hmacdope 9101d81
black
hmacdope 447beac
imporve mock test
hmacdope 0a60016
fix typo
hmacdope 730cee9
add debug printing
hmacdope a865a46
Merge branch 'develop' into distopia_0.3.0_compat
orbeckst 10e0ec1
Merge branch 'develop' into distopia_0.3.0_compat
orbeckst 195dabe
add explanatory comment on use of serial backend comparison
hmacdope 3f9c2d3
add testing
hmacdope 3a7833b
black
hmacdope a227494
fix typo
hmacdope 69c6143
fix test
hmacdope 4d2b54a
fix dih
hmacdope 914f9d3
black
hmacdope 5711abd
fix dihedrals
hmacdope 8860d86
fix reference values
hmacdope b5b788e
change function names for 0.4.0
hmacdope 26d2665
black
hmacdope ba049f9
fix typo
hmacdope 19f0efc
fix wrong versions
hmacdope File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these versions known? I.e. if we know that this only affects a certain set of releases and they are all <0.3.1, then can we skip the warning altogther and just assume that this only happens in old versions we don't care about?
(intent: I'm trying to completly bypass the follow-up "there are no tests for line 50" with a blunt solution)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can (now) just say that if we are not able to determine the version then it's too old.