Skip to content

Commit

Permalink
Test release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
siko1056 committed Oct 26, 2021
1 parent 4209b8b commit 011f19d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: apa
version: 0.1.3
date: 2021-10-06
version: 0.1.4
date: 2021-10-26
author: Kai T. Ohlhus <[email protected]>
maintainer: Kai T. Ohlhus <[email protected]>
title: Octave/Matlab arbitrary precision arithmetic.
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
From the Octave command-line run:

```octave
pkg install 'https://github.com/gnu-octave/apa/releases/download/v0.1.3/apa-0.1.3.zip'
pkg install 'https://github.com/gnu-octave/apa/releases/download/v0.1.3/apa-0.1.4.zip'
pkg load apa
pkg test apa
```

From the Matlab command-line run (also works for Octave):

```matlab
urlwrite ('https://github.com/gnu-octave/apa/releases/download/v0.1.3/apa-0.1.3.zip', ...
'apa-0.1.3.zip');
unzip ('apa-0.1.3.zip');
cd (fullfile ('apa-0.1.3', 'inst'))
urlwrite ('https://github.com/gnu-octave/apa/releases/download/v0.1.3/apa-0.1.4.zip', ...
'apa-0.1.4.zip');
unzip ('apa-0.1.4.zip');
cd (fullfile ('apa-0.1.4', 'inst'))
install_apa
test_apa
```
Expand Down
8 changes: 4 additions & 4 deletions doc/MEX_INTERFACE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ If those pre-compiled libraries are missing or not working, please read below.
From the Octave/Matlab command-line run:

```matlab
urlwrite ('https://github.com/gnu-octave/apa/releases/download/v0.1.3/apa-0.1.3.zip', ...
'apa-0.1.3.zip');
unzip ('apa-0.1.3.zip');
cd (fullfile ('apa-0.1.3', 'inst'))
urlwrite ('https://github.com/gnu-octave/apa/releases/download/v0.1.3/apa-0.1.4.zip', ...
'apa-0.1.4.zip');
unzip ('apa-0.1.4.zip');
cd (fullfile ('apa-0.1.4', 'inst'))
install_apa
test_apa
```
Expand Down

0 comments on commit 011f19d

Please sign in to comment.