Skip to content

Commit

Permalink
release - prepare for v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylt committed Apr 1, 2021
1 parent 5e9ee3a commit 221339a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Project.toml
@@ -1,15 +1,15 @@
name = "LFAToolkit"
uuid = "3f92b583-c0aa-4596-8bdf-f02f6c0a52df"
authors = ["Jeremy L Thompson <thompson.jeremy.luke@gmail.com>"]
version = "0.2.0"
version = "0.2.1"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
julia = "1.5"
julia = "1.5, 1.6"

[extras]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,7 +18,7 @@ This package provides a toolkit for analyzing the performance of preconditioners

## Installing

To install, run
To install a development version, run

```
julia --project -e 'using Pkg; Pkg.build(); Pkg.add("./")'
Expand Down
10 changes: 9 additions & 1 deletion docs/src/release_notes.md
@@ -1,5 +1,13 @@
# Release Notes

## v0.2.1

Minor bugfixes:

* Gauss and Gauss-Lobatto node computation tolerances relaxed
* Typo fixes
* `src` directory reorganized to better support future development

## v0.2

This release includes updated functionality and an improved interface.
Expand All @@ -22,7 +30,7 @@ Additonal changes include:

## v0.1.1

Minor bugfixes
Minor bugfixes.

## v0.1

Expand Down

0 comments on commit 221339a

Please sign in to comment.