Skip to content

Commit

Permalink
Push v0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueda committed Jul 18, 2024
1 parent 5453941 commit ff7f6d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for Perl distribution Convert-Pheno

0.24 2024-XX-XXT00:00:00Z (Manuel Rueda <[email protected]>)
0.24 2024-07-18T00:00:00Z (Manuel Rueda <[email protected]>)

- Switched read_csv from Text::CSV_XS functional interface to incremental reading to reduce RAM usage

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[![Coverage Status](https://coveralls.io/repos/github/CNAG-Biomedical-Informatics/convert-pheno/badge.svg?branch=main)](https://coveralls.io/github/CNAG-Biomedical-Informatics/convert-pheno?branch=main)
[![CPAN Publish](https://github.com/cnag-biomedical-informatics/convert-pheno/actions/workflows/cpan-publish.yml/badge.svg)](https://github.com/cnag-biomedical-informatics/convert-pheno/actions/workflows/cpan-publish.yml)
[![Kwalitee Score](https://cpants.cpanauthors.org/dist/Convert-Pheno.svg)](https://cpants.cpanauthors.org/dist/Convert-Pheno)
![version](https://img.shields.io/badge/version-0.23_beta-orange)
![version](https://img.shields.io/badge/version-0.24_beta-orange)
[![Docker Build](https://github.com/cnag-biomedical-informatics/convert-pheno/actions/workflows/docker-build.yml/badge.svg)](https://github.com/cnag-biomedical-informatics/convert-pheno/actions/workflows/docker-build.yml)
[![Docker Pulls](https://badgen.net/docker/pulls/manuelrueda/convert-pheno?icon=docker&label=pulls)](https://hub.docker.com/r/manuelrueda/convert-pheno/)
[![Docker Image Size](https://badgen.net/docker/size/manuelrueda/convert-pheno?icon=docker&label=image%20size)](https://hub.docker.com/r/manuelrueda/convert-pheno/)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.23
0.24
2 changes: 1 addition & 1 deletion lib/Convert/Pheno.pm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $SIG{__WARN__} = sub { warn "Warn: ", @_ };
$SIG{__DIE__} = sub { die "Error: ", @_ };

# Global variables:
our $VERSION = '0.23_1';
our $VERSION = '0.24';
our $share_dir = dist_dir('Convert-Pheno');

# SQLite database
Expand Down

0 comments on commit ff7f6d6

Please sign in to comment.