Skip to content

Commit a98d307

Browse files
committed
Bump date
1 parent 7b7786c commit a98d307

File tree

6 files changed

+5
-7
lines changed

6 files changed

+5
-7
lines changed

docs/packages/airr-R/news.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Release Notes
22
=============
33

4-
Version 1.5.0: August 28, 2023
4+
Version 1.5.0: August 29, 2023
55
------------------------------
66

77
- Updated schema set and examples to v1.5.

docs/standards/news.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Schema Release Notes
44
================================================================================
55

6-
Version 1.5.0: August 31, 2023
6+
Version 1.5.0: August 29, 2023
77
--------------------------------------------------------------------------------
88

99
**Version 1.5 schema release.**

lang/R/DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: airr
22
Type: Package
33
Version: 1.5.0
4-
Date: 2023-08-28
4+
Date: 2023-08-29
55
Authors@R: c(person("Jason", "Vander Heiden", role=c("aut", "cre"),
66
77
person("Susanna", "Marquez", role=c("aut"),

lang/R/NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 1.5.0: August 28, 2023
1+
Version 1.5.0: August 29, 2023
22
-------------------------------------------------------------------------------
33

44
+ Updated schema set and examples to v1.5.

lang/R/tests/testthat/test-Interface.R

-2
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ test_that("validate_airr with bad data returns an error", {
220220

221221
context("GermlineSet I/O - good data")
222222

223-
# TODO: Update good data so validation passes
224223
test_that("read_airr loads a GermlineSet", {
225224
rep_1 <- read_airr(good_germline_set_file, validate=T)
226225
expect_true(is.list(rep_1))
@@ -237,7 +236,6 @@ test_that("validate_airr with bad data returns an error", {
237236

238237
context("GenotypeSet I/O - good data")
239238

240-
# TODO: Update good data so validation passes
241239
test_that("read_airr loads a GenotypeSet", {
242240
rep_1 <- read_airr(good_genotype_set_file, validate=T)
243241
expect_true(is.list(rep_1))

lang/python/NEWS.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 1.5.0: August 31, 2023
1+
Version 1.5.0: August 29, 2023
22
--------------------------------------------------------------------------------
33

44
1. Updated schema set and examples to v1.5.

0 commit comments

Comments
 (0)