Skip to content

Commit cd25b37

Browse files
committed
update version
1 parent cb460e8 commit cd25b37

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors:
99
- family-names: Adrian
1010
given-names: Simon B.
1111
orcid: https://orcid.org/0000-0001-8008-6235
12-
title: "SphericalScattering"
12+
title: "SphericalScattering: A Julia Package for Electromagnetic Scattering from Spherical Objects"
1313
url: "https://github.com/HoBeZwe/SphericalScattering"
1414
message: "If you use this software, please cite our article in the Journal of Open Source Software (JOSS)."
1515
preferred-citation:

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SphericalScattering"
22
uuid = "1a9ea918-b599-4f1f-bd9a-d681e8bb5b3e"
33
authors = ["Bernd Hofmann <Bernd.Hofmann@tum.de> and contributors"]
4-
version = "0.5.0"
4+
version = "0.6.0"
55

66
[deps]
77
LegendrePolynomials = "3db4a2ba-fc88-11e8-3e01-49c72059a882"
@@ -18,6 +18,7 @@ SphericalScatteringExt = "PlotlyJS"
1818

1919
[compat]
2020
LegendrePolynomials = "0.3, 0.4"
21+
LinearAlgebra = "1"
2122
PlotlyJS = "0.18"
2223
SpecialFunctions = "1, 2"
2324
StaticArrays = "1"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ Please cite this package following the information on [Zenodo](https://zenodo.or
5555
## Documentation
5656

5757
- Documentation for the [latest stable version](https://hobezwe.github.io/SphericalScattering.jl/stable/).
58-
- Documentation for the [development version](https://hobezwe.github.io/SphericalScattering.jl/stable/).
58+
- Documentation for the [development version](https://hobezwe.github.io/SphericalScattering.jl/dev/).

docs/src/manual.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,8 @@ plotffcut(F, points; scale="log", normalize=true, format="polar")
183183
```
184184

185185
are provided (after loading the [PlotlyJS](https://github.com/JuliaPlots/PlotlyJS.jl/tree/master) package).
186-
For more details see the [visualization of fields](@ref visualize) examples.
186+
For more details see the [visualization of fields](@ref visualize) examples.
187+
188+
!!! warning
189+
Issues have been reported with PlotlyJS if an installation via [Conda](https://docs.conda.io/en/latest/) is employed.
190+
See, e.g., [this thread](https://discourse.julialang.org/t/missing-shared-library-file-when-pre-compiling/104575) for issues with Julia and Conda.

0 commit comments

Comments
 (0)