Skip to content

Commit

Permalink
Prepare for v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed Oct 6, 2024
1 parent 2b68dd4 commit a6723bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [0.1.0] - 2024-10-06

### Added

- Add a `stride` option to the trajectory writers.
Expand All @@ -24,4 +27,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Initial release. See README.md for a description of all features.


[0.1.0]: https://github.com/molmod/tinyff/tag/v0.0.0
[0.0.0]: https://github.com/molmod/tinyff/tag/v0.0.0
[0.1.0]: https://github.com/molmod/tinyff/tag/v0.1.0
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,8 @@ For example:
```python
npy_writer = NPYWriter("traj", stride=100)
```


## Change log

The history of changes can be found in [CHANGELOG.md](CHANGELOG.md).

0 comments on commit a6723bb

Please sign in to comment.