What's Changed
- Update README.rst by @p-j-smith in #93
- Use attrs and type hints for the MSD analysis class by @p-j-smith in #95
- Use pyproject.toml for project configuration by @p-j-smith in #109
- Use ruff, black, and isort; remove flake 8 by @p-j-smith in #110
- Restructure into more sensible sub-packages by @p-j-smith in #112
- Add warning to README about upcoming breaking changes by @p-j-smith in #111
- Add attrs as a dependency by @p-j-smith in #119
- Assign 2D histogram diff to memb_thickness_grid by @gohdavid in #116
- Improve test for surface thickness calculation by @p-j-smith in #120
- Fix flip-flop analyses by @p-j-smith in #122
- Use the MDA
Results
class for storing analysis results by @p-j-smith in #123 - Deprecate
lipyphilic.transformations.nojump
by @p-j-smith in #124 - remove
triclinic_to_orthorhombic
by @p-j-smith in #125 - Put tests in directories that mirror organisation of the library by @p-j-smith in #126
- Single source for package version by @p-j-smith in #127
- Add deprecation warnings by @p-j-smith in #128
- Rename MSD input parameter 'u' to 'universe' by @p-j-smith in #129
- Remove requirement
matplotlib < 3.8
by @p-j-smith in #130 - Handle the case where x and y dimensions are different when binning lipid
xy
positions by @p-j-smith in #133
New Contributors
Full Changelog: v0.10.0...v0.11.0