Skip to content

Commit d46c802

Browse files
committed
prepare for release 0.2.0
- finalized CHANGELOG (added missing items, cleaned up, added explicit BREAKING CHANGE warning message) - updated AUTHORS based on CHANGELOG and contribution graph https://github.com/Becksteinlab/imdclient/graphs/contributors / git log, making sure that ALL contributors are included
1 parent 3b073e7 commit d46c802

File tree

2 files changed

+24
-10
lines changed

2 files changed

+24
-10
lines changed

AUTHORS.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,14 @@ The rules for this file:
1919
* Don't ever delete anything
2020
-->
2121

22+
**2024**
23+
- Lawson Woods <@ljwoods2>
24+
- Heekun Cho <@hcho38>
25+
- Oliver Beckstein <@orbeckst>
26+
2227
**2025**
2328
- Amruthesh Thirumalaiswamy <@amruthesht>
24-
25-
**2024**
26-
- Lawson <@ljwoods2>
29+
- Jennifer A. Clark <@jaclark5>
30+
- Hugo MacDermott-Opeskin <@hmacdope>
31+
- Matthias Heyden <@HeydenLabASU>
32+
- GitHub co-pilot <@copilot>

CHANGELOG.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,32 @@ The rules for this file:
1616
* accompany each entry with github issue/PR number (Issue #xyz)
1717
-->
1818

19-
## [v0.2.0] - 2025-??-??
19+
## [v0.2.0] - 2025-07-18
20+
21+
**Breaking change**: The removal of the IMDReader and the associated
22+
streaming analysis functionality will *break code* (see issue
23+
#53). The IMDReader is being integrated into MDAnalysis and should be
24+
available in MDAnalysis release 2.10.0.
2025

2126
### Authors
2227
<!-- GitHub usernames of contributors to this release -->
23-
@amruthesht @ljwoods2
28+
@amruthesht @ljwoods2 @hmacdope @jaclark5 @orbeckst
29+
30+
### Changed
31+
<!-- Changes in existing functionality -->
32+
* IMDReader removed from imdclient by @amruthesht in https://github.com/Becksteinlab/imdclient/pull/54 (issue #53)
33+
* added support for Python 3.13 (issue #90)
2434

2535
### Added
2636
<!-- New added features -->
2737
* Updated installation instructions by @amruthesht in https://github.com/Becksteinlab/imdclient/pull/74
28-
* MD engine links updated in IMDClient documnetation by @amruthesht in https://github.com/Becksteinlab/imdclient/pull/73
29-
* Parse input files for DT when not in traj by @ljwoods2 in https://github.com/Becksteinlab/imdclient/pull/71
38+
* MD engine links updated in IMDClient documentation by @amruthesht in https://github.com/Becksteinlab/imdclient/pull/73
39+
* Testing: Parse input files for DT when not in traj by @ljwoods2 in https://github.com/Becksteinlab/imdclient/pull/71
3040

3141
### Fixed
3242
<!-- Bug fixes -->
43+
* updated deployment workflow to use latest pypa/[email protected] action (PR #78)
3344

34-
### Changed
35-
<!-- Changes in existing functionality -->
36-
* IMDReader removed from imdclient by @amruthesht in https://github.com/Becksteinlab/imdclient/pull/54
3745

3846
### Deprecated
3947
<!-- Soon-to-be removed features -->

0 commit comments

Comments
 (0)