Skip to content

Commit

Permalink
Merge branch 'MDAnalysis:develop' into fasteners_to_filelock
Browse files Browse the repository at this point in the history
  • Loading branch information
talagayev authored Nov 27, 2024
2 parents ce3656a + 7e521de commit aa9f83f
Show file tree
Hide file tree
Showing 10 changed files with 827 additions and 433 deletions.
13 changes: 13 additions & 0 deletions package/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ The rules for this file:


-------------------------------------------------------------------------------
??/??/?? IAlibay

* 2.9.0

Fixes

Enhancements

Changes

Deprecations


11/11/24 IAlibay, HeetVekariya, marinegor, lilyminium, RMeli,
ljwoods2, aditya292002, pstaerk, PicoCentauri, BFedder,
tyler.je.reddy, SampurnaM, leonwehrhan, kainszs, orionarcher,
Expand Down
2 changes: 1 addition & 1 deletion package/MDAnalysis/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@
# e.g. with lib.log

#: Release of MDAnalysis as a string, using `semantic versioning`_.
__version__ = "2.8.0" # NOTE: keep in sync with RELEASE in setup.py
__version__ = "2.9.0-dev0" # NOTE: keep in sync with RELEASE in setup.py
2 changes: 1 addition & 1 deletion package/MDAnalysis/visualization/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
from . import streamlines
from . import streamlines_3D

__all__ = ['streamlines', 'streamlines_3D']
__all__ = ["streamlines", "streamlines_3D"]
253 changes: 183 additions & 70 deletions package/MDAnalysis/visualization/streamlines.py

Large diffs are not rendered by default.

446 changes: 309 additions & 137 deletions package/MDAnalysis/visualization/streamlines_3D.py

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ include = '''
(
tables\.py
| due\.py
| setup\.py
| visualization/.*\.py
)
'''
extend-exclude = '__pycache__'
required-version = '24'
Loading

0 comments on commit aa9f83f

Please sign in to comment.