Skip to content

Commit

Permalink
version 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaseylove committed Jun 17, 2022
1 parent 39b5713 commit dfc26cb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `rd.flow.moi` calculates viral MOI, creating summary graphs and tables.
### Modified
- `rd.outfile` now creates necessary subdirectories within rootdir/datadir.
- `rd.flow.load_csv_with_metadata`
- `rd.flow.load_csv_with_metadata` now allows `str` and `Path` arguments
- `rd.flow.load_csv_with_metadata` properly handles well IDs up to A1-P24 (384-well plate)
- `rd.flow.load_csv_with_metadata` fills unspecified metadata with `NA`

## [0.1.0] - 2022-03-11
### Added
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,14 @@ having to re-install after each update.
## Changelog
See the [CHANGELOG](CHANGELOG.md) for detailed changes.
```
## [0.1.0] - 2022-03-11
## [0.2.0] - 2022-06-17
### Added
- Initial flow processing workflow
- `rd.flow.moi` calculates viral MOI, creating summary graphs and tables.
### Modified
- Automatic use of black, isort, and flake in CI
- `rd.outfile` now creates necessary subdirectories within rootdir/datadir.
- `rd.flow.load_csv_with_metadata` now allows `str` and `Path` arguments
- `rd.flow.load_csv_with_metadata` properly handles well IDs up to A1-P24 (384-well plate)
- `rd.flow.load_csv_with_metadata` fills unspecified metadata with `NA`
```

## License
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setuptools.setup(
name='rushd',
version='0.1.0',
version='0.2.0',
author='Christopher Johnstone',
author_email='meson800@gmail.com',
description='Package for maintaining robust, reproducible data management.',
Expand Down

0 comments on commit dfc26cb

Please sign in to comment.