File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+
11+ ## [ 0.1.0] - 2024-10-06
12+
1013### Added
1114
1215- Add a ` stride ` option to the trajectory writers.
@@ -24,4 +27,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2427Initial release. See README.md for a description of all features.
2528
2629
27- [ 0.1.0 ] : https://github.com/molmod/tinyff/tag/v0.0.0
30+ [ 0.0.0 ] : https://github.com/molmod/tinyff/tag/v0.0.0
31+ [ 0.1.0 ] : https://github.com/molmod/tinyff/tag/v0.1.0
Original file line number Diff line number Diff line change @@ -174,3 +174,8 @@ For example:
174174``` python
175175npy_writer = NPYWriter(" traj" , stride = 100 )
176176```
177+
178+
179+ ## Change log
180+
181+ The history of changes can be found in [ CHANGELOG.md] ( CHANGELOG.md ) .
You can’t perform that action at this time.
0 commit comments