Skip to content

Commit 16e5e32

Browse files
authored
Merge pull request #159 from GalSim-developers/jax_version
Porting Bessel kv function implementation to reduce dependency on tfp
2 parents 40845dd + acf2ad6 commit 16e5e32

4 files changed

Lines changed: 713 additions & 5 deletions

File tree

LICENSE

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,24 @@ lost profits, business interruption, or indirect special or consequential
2222
damages of any kind.
2323

2424

25+
Code in bessel.py (fractional-order Bessel K functions) is derived from
26+
TensorFlow Probability under this license:
27+
28+
Copyright 2020 The TensorFlow Probability Authors.
29+
30+
Licensed under the Apache License, Version 2.0 (the "License");
31+
you may not use this file except in compliance with the License.
32+
You may obtain a copy of the License at
33+
34+
http://www.apache.org/licenses/LICENSE-2.0
35+
36+
Unless required by applicable law or agreed to in writing, software
37+
distributed under the License is distributed on an "AS IS" BASIS,
38+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
39+
See the License for the specific language governing permissions and
40+
limitations under the License.
41+
42+
2543
Code in angle.py and celestial.py is based on LSSTDESC/Coord under this license:
2644

2745
Copyright (c) 2013-2017 LSST Dark Energy Science Collaboration (DESC)

0 commit comments

Comments
 (0)