Commit e0647a7
authored
REL: glass 2023.6 (#110)
glass 2023.6 (30 Jun 2023)
--------------------------
- There is some support for simulating the deflections due to weak
gravitational lensing:
- The `deflect()` function applies deflections to positions.
- The `from_convergence()` function returns one or more other lensing
fields given the convergence.
- The `shear_from_convergence()` function is deprecated in favour of
`from_convergence()`.
- The `glass` module is no longer a namespace package. The new
`glass.ext` namespace is reserved for extensions instead. This is done
to follow best practices, so that a bad extension can no longer break
all of *GLASS* by mistake. The `glass.all` meta-module is no longer
necessary.
- The point sampling functions `positions_from_delta()` and
`uniform_positions()` now return an iterator over points. This has lead
to orders-of-magnitude improvements in memory use and performance when
simulating galaxies at Euclid/LSST densities.
- The ellipticity sampling functions `ellipticity_gaussian()` and
`ellipticity_intnorm()` accept array inputs.
- A bug causing incorrect results from `effective_bias()` has been
fixed.1 parent 57d686b commit e0647a7
3 files changed
+79
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
8 | 39 | | |
9 | 40 | | |
10 | 41 | | |
| |||
74 | 105 | | |
75 | 106 | | |
76 | 107 | | |
| 108 | + | |
77 | 109 | | |
78 | 110 | | |
79 | 111 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
67 | 77 | | |
68 | 78 | | |
69 | 79 | | |
| |||
87 | 97 | | |
88 | 98 | | |
89 | 99 | | |
90 | | - | |
91 | | - | |
92 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
93 | 103 | | |
94 | 104 | | |
95 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
7 | 40 | | |
8 | 41 | | |
9 | 42 | | |
| |||
0 commit comments