Commit e810198
authored
Rc2.15.0 (#236)
* updated license and todo
* Skeletoning out new release. implemented find_duplicates
* implemented divmod
* added mode function, disabled a couple tests for now
* removed werror for now
* fft now implemented
* moved fft into it's own module
* added ifft
* added rfft and irfft
* skeletoning out remaining fft work
* more skeletoning
* continued skeletoning
* added fftfreq and rfftfreq
* added fftshift and ifftshift
* added fft2 and ifft2
* minor formatting tweaks
* added rfft2
* minor renaming for consistency
* implemented irfft2
* updated copyright dates
* updated docs
* messing with pipelines
* messing with pipeline
* messing with pipelines
* disableing an additional test
* fixed a missing import in tests
* disabled a few more stream tests
* not printing timer
* not printing timeit output
* disabling another stream1 parent 7d390df commit e810198
File tree
1,287 files changed
+27077
-9250
lines changed- .github/actions
- BuildTestInstall
- WindowsEnvironmentSetup
- develop
- docs
- doxygen
- html
- search
- markdown
- include
- NumCpp
- Coordinates
- ReferenceFrames
- Transforms
- Core
- Internal
- DateTime
- FFT
- Filter
- Boundaries
- Boundaries1d
- Boundaries2d
- Filters
- Filters1d
- Filters2d
- Functions
- ImageProcessing
- Integrate
- Linalg
- Logging
- NdArray
- Polynomial
- PythonInterface
- Random
- Roots
- Rotations
- Special
- Utils
- Vector
- test/pytest
- src
- pybind11/pybind11
- conduit
- detail
- eigen
- stl
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,287 files changed
+27077
-9250
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
0 commit comments