Skip to content

Commit 527b7d0

Browse files
committed
edited changelog
1 parent 68a18d6 commit 527b7d0

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.6.1] - 2026-02-13
8+
### Modified
9+
- Collected new modules for export. Now `qpcr` and `ddpcr` modules can be used.
10+
711
## [0.6.0] - 2026-01-27
812
### Added
913
- Module `rd.qpcr` for loading qPCR data, i.e., .csv (and similar) files containing a column with well IDs

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,9 @@ Following the steps described above, the full process for publishing a release i
116116
## Changelog
117117
See the [CHANGELOG](CHANGELOG.md) for detailed changes.
118118
```
119-
## [0.6.0] - 2026-01-27
120-
### Added
121-
- Module `rd.qpcr` for loading qPCR data, i.e., .csv (and similar) files containing a column with well IDs
122-
- `rd.qpcr.load_single_csv_with_metadata` for loading single files
123-
- `rd.qpcr.load_plates_with_metadata` for loading multiple files, analogous to `rd.flow.load_groups_with_metadata`
124-
- Module `rd.ddpcr` for loading ddPCR data with metadata by extracting info from .ddpcr files
125-
- `rd.flow.load_csv` for loading multiple .csv files without additional .yaml metadata, using only metadata in filename
119+
## [0.6.1] - 2026-02-13
126120
### Modified
127-
- All functions that load .csv files now accept optional kwargs that are passed to pandas `read_csv`
121+
- Collected new modules for export. Now `qpcr` and `ddpcr` modules can be used.
128122
````
129123
130124
## License

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setuptools.setup(
1414
name="rushd",
15-
version="0.6.0",
15+
version="0.6.1",
1616
author="Christopher Johnstone, Kasey Love, Conrad Oakes",
1717
author_email="[email protected]",
1818
description="Package for maintaining robust, reproducible data management.",

0 commit comments

Comments
 (0)