File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.5.0] - 2026-04-09
11+
1012### Added
1113
1214- Umbrella Sampling example notebook: progressively populate the windows of an Umbrella Sampling simulation along a 1D collective variable
@@ -73,7 +75,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7375- First release on PyPi
7476
7577
76- [ unreleased ] : https://github.com/bio-phys/asyncmd/compare/v0.4.1...HEAD
78+ [ unreleased ] : https://github.com/bio-phys/asyncmd/compare/v0.5.0...HEAD
79+ [ 0.5.0 ] : https://github.com/bio-phys/asyncmd/compare/v0.4.1...v0.5.0
7780[ 0.4.1 ] : https://github.com/bio-phys/asyncmd/compare/v0.4.0...v0.4.1
7881[ 0.4.0 ] : https://github.com/bio-phys/asyncmd/compare/v0.3.3...v0.4.0
7982[ 0.3.3 ] : https://github.com/bio-phys/asyncmd/compare/v0.3.2...v0.3.3
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " asyncmd"
7- version = " 0.4.1 "
7+ version = " 0.5.0 "
88dependencies = [" aiofiles" ,
99 " mdanalysis" ,
1010 " numpy" ,
You can’t perform that action at this time.
0 commit comments