Skip to content

Commit ec34c84

Browse files
Merge pull request #265 from databio/dev
v0.11.1
2 parents 0df70b6 + 3ecbb13 commit ec34c84

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change log
22
All notable changes to this project will be documented in this file.
33

4+
## [0.11.1] -- 2024-01-17
5+
6+
### Fixed
7+
- changed PEPATACr.R to use lapply instead of sapply when converting yaml to data.table object
8+
49
## [0.11.0] -- 2023-12-22
510

611
### Fixed

pipelines/pepatac.py

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

66
__author__ = ["Jin Xu", "Nathan Sheffield", "Jason Smith"]
77
__email__ = "[email protected]"
8-
__version__ = "0.11.0"
8+
__version__ = "0.11.1"
99

1010

1111
from argparse import ArgumentParser

pipelines/pepatac_collator.py

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

66
__author__ = ["Jason Smith", "Michal Stolarczyk"]
77
__email__ = "[email protected]"
8-
__version__ = "0.0.6"
8+
__version__ = "0.0.7"
99

1010
from argparse import ArgumentParser
1111
import os

0 commit comments

Comments
 (0)