-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from deGrootLab/development
v0.1.0
- Loading branch information
Showing
32 changed files
with
10,004 additions
and
1,898 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Changelog | ||
|
||
## [0.1.0] - 2023-05-22 | ||
|
||
### Added | ||
|
||
- Calculation of net fluxes for permeation cycles | ||
- Method of calculating current via counting permeation events across S2-S3 interface. | ||
- Option of writing indices of objects in SF or involved in permeation to files. | ||
- Changelog. | ||
|
||
### Changed | ||
|
||
- Charge-scaled tutorial. | ||
- Part of the codes formatted to conform to the PEP 8 style. | ||
|
||
### Removed | ||
|
||
- Obsolete methods for determining SF occupancy and ion jumps in SF. | ||
|
||
## [0.0.1] - 2023-03-30 | ||
|
||
### Added | ||
|
||
- Initial release of KPERM | ||
|
||
[0.1.0]: https://github.com/deGrootLab/KPerm/compare/v0.0.1...v0.1.0 | ||
[0.0.1]: https://github.com/deGrootLab/KPerm/releases/tag/v0.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
from .functions import * | ||
from .permeation import * | ||
from .markov import * | ||
from kperm.channel import Channel, detect_sf, detectSF |
Oops, something went wrong.