Skip to content

Commit

Permalink
update README, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jutho committed Apr 19, 2022
1 parent 3bdb42e commit 4a03272
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Strided"
uuid = "5e0ebb24-38b0-5f93-81fe-25c709ecae67"
authors = ["Jutho Haegeman"]
version = "1.2"
version = "1.2.1"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
# Strided.jl [![Build Status](https://github.com/Jutho/Strided.jl/workflows/CI/badge.svg)](https://github.com/Jutho/Strided.jl/actions)[![Coverage](https://codecov.io/gh/Jutho/Strided.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/Jutho/Strided.jl)
<img src="https://github.com/Jutho/Strided.jl/blob/master/docs/src/assets/logo.svg" width="150">

# Strided.jl

Strided array views with efficient (cache-friendly and multithreaded) manipulations

| **Build Status** | **Downloads** |
|:-----------------:|:----------------:|
| [![CI][ci-img]][ci-url] [![CI (Julia nightly)][ci-julia-nightly-img]][ci-julia-nightly-url] [![][codecov-img]][codecov-url] | [![Strided Downloads][genie-img]][genie-url] |

[github-img]: https://github.com/Jutho/Strided.jl/workflows/CI/badge.svg
[github-url]: https://github.com/Jutho/Strided.jl/actions?query=workflow%3ACI

[ci-img]: https://github.com/Jutho/TensorOperations.jl/workflows/CI/badge.svg
[ci-url]: https://github.com/Jutho/TensorOperations.jl/actions?query=workflow%3ACI

[ci-julia-nightly-img]: https://github.com/Jutho/Strided.jl/workflows/CI%20(Julia%20nightly)/badge.svg
[ci-julia-nightly-url]: https://github.com/Jutho/Strided.jl/actions?query=workflow%3A%22CI+%28Julia+nightly%29%22

[codecov-img]: https://codecov.io/gh/Jutho/Strided.jl/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/Jutho/Strided.jl

[genie-img]: https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/Strided
[genie-url]: https://pkgs.genieframework.com?packages=Strided


A Julia package for working more efficiently with strided arrays, i.e. dense arrays whose
memory layout has a fixed stride along every dimension. Strided.jl does not make any
Expand Down
146 changes: 146 additions & 0 deletions docs/src/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

2 comments on commit 4a03272

@Jutho
Copy link
Owner Author

@Jutho Jutho commented on 4a03272 Apr 20, 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 created: JuliaRegistries/General/58792

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 v1.2.1 -m "<description of version>" 4a03272363f9c976d92948a55f8d5dc5749d0c04
git push origin v1.2.1

Please sign in to comment.