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

Updated CHANGELOG #5

Merged
merged 2 commits into from
Oct 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ The rules for this file:

### Authors
<!-- GitHub usernames of contributors to this release -->
- ianmkenney

### Added
<!-- New added features -->
- GitHub action workflow for automatic PyPI package deployment (PR #3)

### Fixed
<!-- Bug fixes -->
Expand All @@ -35,3 +37,23 @@ The rules for this file:

### Removed
<!-- Removed features -->

## [1.0.0] -- 2023-10-10

The original `MDAnalysis.analysis.psa` was written by Sean Seyler in 2015
and had been part of MDAnalysis since release 0.10.0,
https://docs.mdanalysis.org/2.6.1/documentation_pages/analysis/psa.html.
Ian Kenney created the `pathsimanalysis` MDAKit in 2023, based on the original
code in MDAnalysis. Additional contributors to the original source code are
listed in the AUTHORS.md file.

### Added

- the core functionality of PathSimAnalysis (and its tests) was implemented
using the source code from MDAnalysis.analysis.psa
- PRs trigger Read the Docs for debugging documentation (PR #1)
- GitHub actions workflow for building and deploying docs to GitHub pages
(PR #2)

[Unreleased]: https://github.com/MDAnalysis/PathSimAnalysis/compare/1.0.0...HEAD
[1.0.0]: https://github.com/MDAnalysis/PathSimAnalysis/releases/tag/1.0.0
Loading