Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Sep 18, 2024
1 parent b6aa8f9 commit 65a10a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/pephub/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Fixed UI glitch reloads data on save #340
- Added Feature request: Ctrl+S to save #339
- Fixed pephub UI removes samples in progress if you switch to a different tab without saving #338
- Fixed pephub UI cannot delete a sample the inutitive way #337
- Fixed pephub UI cannot delete a sample the intuitive way #337

## [0.11.9] - 02-07-2024

Expand Down
2 changes: 1 addition & 1 deletion docs/pephub/developer/pepdbagent/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Fixed forking schema
- Improved forking efficiency [#129](https://github.com/pepkit/pepdbagent/issues/129)
- Added uploading project from dict
- Added get_config, get_smaples, get_subsamples methods to project module [#128](https://github.com/pepkit/pepdbagent/issues/128)
- Added get_config, get_samples, get_subsamples methods to project module [#128](https://github.com/pepkit/pepdbagent/issues/128)
- Fixed error handling in views API [#130](https://github.com/pepkit/pepdbagent/issues/130)
- Added no_fail to views API

Expand Down
2 changes: 1 addition & 1 deletion docs/peppy/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ _Due to the changes mentioned above, a few functionalities may be disabled. For
### Fixed

- Performance issues during sample parsing. Two list comprehensions were combined to speed up this functionality.
- `KeyError` is thrown when attempting to access the `pep_version` of a `peppy.Project` instance instatiated from a sample table (`csv`)
- `KeyError` is thrown when attempting to access the `pep_version` of a `peppy.Project` instance instantiated from a sample table (`csv`)

### Added

Expand Down

0 comments on commit 65a10a4

Please sign in to comment.