Skip to content

Commit

Permalink
Merge master2
Browse files Browse the repository at this point in the history
  • Loading branch information
KnutAM committed Aug 4, 2023
2 parents 1557caa + 996043c commit 5ad0648
Show file tree
Hide file tree
Showing 13 changed files with 500 additions and 178 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
version:
- '1.6'
- '1'
# - '~1.9.0-0'
- 'nightly'
os:
- ubuntu-latest
Expand Down
35 changes: 35 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
cff-version: 1.2.0
title: Tensors.jl
message: >-
If you use this software, please cite this software using
the metadata from "preferred-citation".
type: software
authors:
- family-names: Carlsson
given-names: Kristoffer
orcid: 'https://orcid.org/0000-0001-9092-3092'
- family-names: Ekre
given-names: Fredrik
orcid: 'https://orcid.org/0000-0003-2476-5406'
- name: Tensors.jl contributors
identifiers:
- type: doi
value: 10.5281/zenodo.802356
description: >-
DOI representing all versions of Tensors.jl (Zenodo
Concept DOI)
repository-code: 'https://github.com/Ferrite-FEM/Tensors.jl'
license: MIT
preferred-citation:
authors:
- family-names: Carlsson
given-names: Kristoffer
orcid: 'https://orcid.org/0000-0001-9092-3092'
- family-names: Ekre
given-names: Fredrik
orcid: 'https://orcid.org/0000-0003-2476-5406'
doi: 10.5334/jors.182
journal: Journal of Open Research Software
title: Tensors.jl — Tensor Computations in Julia
type: article
year: 2019
6 changes: 4 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
name = "Tensors"
uuid = "48a634ad-e948-5137-8d70-aa71f2a747f4"
version = "1.13.0"
version = "1.14.1"

[deps]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SIMD = "fdea26ae-647d-5447-a871-4b548cad5224"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
StaticArrays = "1"
ForwardDiff = "0.10"
SIMD = "2, 3"
PrecompileTools = "1"
StaticArrays = "1"
julia = "1"

[extras]
Expand Down
Loading

0 comments on commit 5ad0648

Please sign in to comment.