R Library Release Notes#
Version 2.0.0: June 5, 2026#
Deprecation and Removal:
Completely removed
read_alignment,write_alignment, andAlignmentSchema. Removed “Alignment” from the valid definitions list andAIRRSchema.
Tabular Data and Parsing:
Updated
read_tabularto initially treat logical columns as character data to prevent silentNAconversions during parsing, then explicitly casting valid logical character values.Updated
validate_tabularto support character strings representing logical values (e.g., “TRUE”, “T”, “False”, “F”) when validating logical fields.
Validation:
Enhanced
validate_entryto support comprehensive validation of arrays without reference schemas, including item type checking (string, integer, number, boolean) and enum constraints.Added rigorous type and enum validation for individual fields within
validate_entry, providing explicit warnings for unrecognized types.Added an ontology validation check in
validate_entryto ensure that an ontology field is structured as a list before performing recursive validation.
Data Model and Schema:
Updated
AIRRSchemato replace theAcknowledgementschema with the newContributorschema.Added a safety check in
extract_field_contentto handle fields with null properties safely.
Version 1.6.1: February 12, 2026#
Sync version with release of python airr package.
Version 1.6.0: July 7, 2025#
Updated schema set.
Version 1.5.0: August 29, 2023#
Updated schema set and examples to v1.5.
Version 1.4.1: August 27, 2022#
Significant internal refactoring to improve schema generalizability, harmonize behavior between the python and R libraries, and prepare for AIRR Standards v2.0.
Rearrangement:
Added the
aux_typesargument toread_tabular,read_rearrangement, andread_alignmentto allow explicit declaration of the type for fields that are not defined in the schema.Renamed
read_airr,write_airr, andvalidate_airrtoread_tabular,validate_tabular, andvalidate_tabular, respectively.
Data Model and Schema:
Defined new
read_airr,write_airr, andvalidate_airrfunctions that support AIRR Data Model files that store arrays of objects in JSON or YAML.Added support for the AIRR Model Data File and associated schema (DataFile, Info). The Data File data format holds AIRR object of multiple types and is backwards compatible with Repertoire metadata.
Added support for the new germline and genotyping schema (GermlineSet, GenotypeSet) and associated schema.
Version 1.3.0: May 26, 2020#
Updated schema set to v1.3.
Added
infoslot toSchemaobject containing general schema information.
Version 1.2.0: August 17, 2018#
Updated schema set to v1.2.
Changed defaults to
base="1"for read and write functions.Updated example TSV file with coordinate changes, addition of
germline_alignmentdata and simplification ofsequence_idvalues.
Version 1.1.0: May 1, 2018#
Initial release.