Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
migrosser committed Apr 14, 2021
2 parents ff6b0f5 + d791d39 commit 2aa29f7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 27 deletions.
23 changes: 0 additions & 23 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MRIReco"
uuid = "bdf86e05-2d2b-5731-a332-f3fe1f9e047f"
authors = ["Tobias Knopp <tobias@knoppweb.de>"]
version = "0.3.1"
version = "0.3.2"

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
![Lifecycle](https://img.shields.io/badge/lifecycle-retired-orange.svg)
![Lifecycle](https://img.shields.io/badge/lifecycle-archived-red.svg)
![Lifecycle](https://img.shields.io/badge/lifecycle-dormant-blue.svg) -->
[![Build status](https://github.com/tknopp/RegularizedLeastSquares.jl/workflows/CI/badge.svg)](https://github.com/tknopp/RegularizedLeastSquares.jl/actions)
[![Build Status](https://travis-ci.org/MagneticResonanceImaging/MRIReco.jl.svg?branch=master)](https://travis-ci.com/MagneticResonanceImaging/MRIReco.jl)
[![Build status](https://github.com/MagneticResonanceImaging/MRIReco.jl/workflows/CI/badge.svg)](https://github.com/MagneticResonanceImaging/MRIReco.jl/actions)
[![Build status](https://ci.appveyor.com/api/projects/status/cndx45nw2vuayo1j/branch/master?svg=true)](https://ci.appveyor.com/project/tknopp/mrireco-jl/branch/master)
[![codecov.io](http://codecov.io/github/MagneticResonanceImaging/MRIReco.jl/coverage.svg?branch=master)](http://codecov.io/github/MagneticResonanceImaging/MRIReco.jl?branch=master)

Expand All @@ -17,7 +16,8 @@
## How to give credit
If you use this package please acknowledge us by citing:

T. Knopp and M. Grosser (2019). MRIReco.jl: An Extensible Open-Source Image Reconstruction Framework written in Julia. *Proc. ISMRM* 2019.
T. Knopp and M. Grosser (2021). MRIReco.jl: An MRI Reconstruction Framework written in Julia. [*arXiv:2101.12624*](https://arxiv.org/abs/2101.12624)
<!--T. Knopp and M. Grosser (2019). MRIReco.jl: An Extensible Open-Source Image Reconstruction Framework written in Julia. *Proc. ISMRM* 2019. -->

A BibTeX file is directly contained within this package `MRIReco.bib`.

Expand Down
2 changes: 2 additions & 0 deletions src/MRIReco.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ function __init__()
if Threads.nthreads() > 1
BLAS.set_num_threads(1)
FFTW.set_num_threads(1)
elseif Sys.iswindows()
BLAS.set_num_threads(1) # see https://github.com/JuliaLang/julia/issues/36976
end
end

Expand Down

0 comments on commit 2aa29f7

Please sign in to comment.