Skip to content

Commit 4de1238

Browse files
committed
update readme and changelog
1 parent c6b2da8 commit 4de1238

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

CHANGELOG.org

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
- v0.5.0
2+
- optimization: reducing the binary size
3+
- fix Makefile: use clang and Accelerate framework on MacOS (faster than any other solutions)
4+
- fix a small bug in FileCSV
5+
16
- v0.4.9
27
- use C+17 standard
38
- *breaking*: =--verbose= takes integer value as the level of verbose

README.org

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#+subtitle: Version 0.5.0
33
#+author: Zilong Li
44
5-
#+options: toc:2 num:t email:t -:nil ^:nil
5+
#+options: toc:2 num:nil email:t -:nil ^:nil
66
#+latex_compiler: xelatex
77
#+latex_class: article
88
#+latex_class_options: [a4paper, 11pt]
@@ -13,11 +13,11 @@
1313
#+latex_header: \hypersetup{colorlinks=true, linkcolor=blue}
1414
#+latex: \clearpage
1515

16-
# [[https://github.com/Zilong-Li/PCAone/actions/workflows/linux.yml/badge.svg]]
17-
# [[https://github.com/Zilong-Li/PCAone/actions/workflows/mac.yml/badge.svg]]
18-
# [[https://bioconda.github.io/recipes/pcaone/README.html][https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat]]
19-
# [[https://github.com/Zilong-Li/PCAone/releases/latest][https://img.shields.io/github/v/release/Zilong-Li/PCAone.svg]]
20-
# [[https://anaconda.org/bioconda/pcaone/badges/downloads.svg]]
16+
[[https://github.com/Zilong-Li/PCAone/actions/workflows/linux.yml/badge.svg]]
17+
[[https://github.com/Zilong-Li/PCAone/actions/workflows/mac.yml/badge.svg]]
18+
[[https://bioconda.github.io/recipes/pcaone/README.html][https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat]]
19+
[[https://github.com/Zilong-Li/PCAone/releases/latest][https://img.shields.io/github/v/release/Zilong-Li/PCAone.svg]]
20+
[[https://anaconda.org/bioconda/pcaone/badges/downloads.svg]]
2121

2222
* Introduction
2323

0 commit comments

Comments
 (0)