Skip to content

Commit

Permalink
Merge pull request #34 from AP6YC/release/v0.2.4
Browse files Browse the repository at this point in the history
Release/v0.2.4
  • Loading branch information
AP6YC authored Sep 9, 2024
2 parents a0449f6 + bfca081 commit d891386
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NumericalTypeAliases"
uuid = "be9b823e-291e-41a1-b8ce-806204e78f92"
authors = ["Sasha Petrenko <[email protected]>"]
version = "0.2.3"
version = "0.2.4"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![numericaltypes-header](docs/src/assets/header.png)][docs-dev-url]
[![numericaltypes-header](https://github.com/AP6YC/FileStorage/blob/main/NumericalTypeAliases/header.png?raw=true)][docs-stable-url]

A collection of simple type aliases restricting to numerical vectors or matrices for multiple dispatch.

Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ println("NumericalTypeAliases v$(NTA_VERSION) docs built $(Dates.now()) with Jul

## Citation

If you make use of this project, please generate your citation with the [CITATION.cff](../../CITATION.cff) file of the repository.
If you make use of this project, please generate your citation with the [CITATION.cff](https://github.com/AP6YC/NumericalTypeAliases.jl/blob/main/CITATION.cff) file of the repository.
Alternatively, you may use the following BibTeX entry for the JOSS paper associated with the repository:

```bibtex
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ using SafeTestsets

@safetestset "All Test Sets" begin
include("test_sets.jl")
end # @safetestset "All Test Sets"
end
1 change: 0 additions & 1 deletion test/test_sets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ using Logging
end

@testset "Types" begin

@info "System word size: $(Sys.WORD_SIZE)"

# Test that the real types work as expected
Expand Down

2 comments on commit d891386

@AP6YC
Copy link
Owner Author

@AP6YC AP6YC commented on d891386 Sep 9, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

This patch fixes the readme image, its link, and the citation file link within the documentation.

@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/114855

Tagging

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.2.4 -m "<description of version>" d89138602395190653ef5b4f19ad2438d6b7dc3c
git push origin v0.2.4

Please sign in to comment.