Skip to content

Commit

Permalink
releases
Browse files Browse the repository at this point in the history
  • Loading branch information
tknopp committed Oct 15, 2022
1 parent 1676fb1 commit 279390d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion MRIBase/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MRIBase"
uuid = "f7771a9a-6e57-4e71-863b-6e4b6a2f17df"
author = ["Tobias Knopp <[email protected]>"]
version = "0.2.0"
version = "0.3.0"

[deps]
AbstractNFFTs = "7f219486-4aa7-41d6-80a7-e08ef20ceed7"
Expand Down
4 changes: 2 additions & 2 deletions MRICoilSensitivities/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MRICoilSensitivities"
uuid = "c57eb701-aafc-44a2-a53c-128049758959"
author = ["Tobias Knopp <[email protected]>"]
version = "0.1.0"
version = "0.1.1"

[deps]
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Expand All @@ -13,7 +13,7 @@ FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"

[compat]
julia = "1.6"
MRIBase = "0.2"
MRIBase = "0.3"
Reexport = "1"
FLoops = "0.2"
ImageUtils = "0.2.5"
Expand Down
4 changes: 2 additions & 2 deletions MRIFiles/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MRIFiles"
uuid = "5a6f062f-bf45-497d-b654-ad17aae2a530"
author = ["Tobias Knopp <[email protected]>"]
version = "0.1.4"
version = "0.1.5"

[deps]
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Expand All @@ -14,7 +14,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
julia = "1.6"
MRIBase = "0.2"
MRIBase = "0.3"
FileIO = "1.2"
HDF5 = "0.16"
LightXML = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion MRIOperators/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsBase = "0.33"
Distributions = "0.25"
julia = "1.6"
MRIBase = "0.2.0"
MRIBase = "0.3.0"
Reexport = "1"
SparsityOperators = "0.4.7"
NFFT = "0.13"
Expand Down
4 changes: 2 additions & 2 deletions MRISampling/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MRISampling"
uuid = "9be66c26-f988-4649-80fc-f4721a4a33f2"
author = ["Tobias Knopp <[email protected]>"]
version = "0.1.0"
version = "0.1.1"

[deps]
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Expand All @@ -12,7 +12,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
julia = "1.6"
MRIBase = "0.2.0"
MRIBase = "0.3.0"
Reexport = "1"

[extras]
Expand Down
4 changes: 2 additions & 2 deletions MRISimulation/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MRISimulation"
uuid = "8988da37-ea20-4fa6-9af7-8a6f6f9a8970"
author = ["Tobias Knopp <[email protected]>"]
version = "0.1.0"
version = "0.1.1"

[deps]
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Expand All @@ -14,7 +14,7 @@ MRIOperators = "fb1137e3-90a6-46ce-a672-6e1e53d120f2"

[compat]
julia = "1.6"
MRIBase = "0.2.0"
MRIBase = "0.3.0"
MRIOperators = "0.1"
Reexport = "1"
ImageUtils = "0.2.5"
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SnoopPrecompile = "66db9d55-30c0-4569-8b51-7e840670fc0c"
AxisArrays = "0.4.6"
FFTW = "1.0"
ImageUtils = "0.2.8"
MRIBase = "0.2.0"
MRIBase = "0.3.0"
MRIOperators = "0.1"
MRISampling = "0.1"
MRISimulation = "0.1"
Expand Down

16 comments on commit 279390d

@tknopp
Copy link
Member Author

@tknopp tknopp commented on 279390d Oct 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir=MRIBase

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/70281

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a MRIBase-v0.3.0 -m "<description of version>" 279390d51b8a92430248253503c21041ad19b4d7
git push origin MRIBase-v0.3.0

@tknopp
Copy link
Member Author

@tknopp tknopp commented on 279390d Oct 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir=MRISampling

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/70282

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a MRISampling-v0.1.1 -m "<description of version>" 279390d51b8a92430248253503c21041ad19b4d7
git push origin MRISampling-v0.1.1

@tknopp
Copy link
Member Author

@tknopp tknopp commented on 279390d Oct 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir=MRIFiles

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/70283

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a MRIFiles-v0.1.5 -m "<description of version>" 279390d51b8a92430248253503c21041ad19b4d7
git push origin MRIFiles-v0.1.5

@tknopp
Copy link
Member Author

@tknopp tknopp commented on 279390d Oct 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir=MRIOperators

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/70279

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a MRIOperators-v0.1.1 -m "<description of version>" 279390d51b8a92430248253503c21041ad19b4d7
git push origin MRIOperators-v0.1.1

@tknopp
Copy link
Member Author

@tknopp tknopp commented on 279390d Oct 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir=MRISimulations

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: "File (Julia)Project.toml not found"

@tknopp
Copy link
Member Author

@tknopp tknopp commented on 279390d Oct 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir=MRISimulation

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/70284

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a MRISimulation-v0.1.1 -m "<description of version>" 279390d51b8a92430248253503c21041ad19b4d7
git push origin MRISimulation-v0.1.1

@tknopp
Copy link
Member Author

@tknopp tknopp commented on 279390d Oct 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/70277

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.0 -m "<description of version>" 279390d51b8a92430248253503c21041ad19b4d7
git push origin v0.7.0

@tknopp
Copy link
Member Author

@tknopp tknopp commented on 279390d Oct 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir=MRICoilSensitivities

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/70285

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a MRICoilSensitivities-v0.1.1 -m "<description of version>" 279390d51b8a92430248253503c21041ad19b4d7
git push origin MRICoilSensitivities-v0.1.1

Please sign in to comment.