You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+16-8Lines changed: 16 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,30 @@
1
+
## ShiftedArrays 2.0.0 release notes
2
+
3
+
### Breaking changes
4
+
5
+
- Indexing out of bounds now gives a `BoundsError` (instead of returning the default value for `ShiftedArray` or the circularly shifted value for `CircShiftedArray`).
6
+
-`lag` and `lead` are no longer exported (but still public API).
7
+
- Calling `ShiftedArray(v::ShiftedArray, n)` or `CircShiftedArray(v::CircShiftedArray, n)` does not nest but rather combines the shifts additively.
8
+
1
9
## ShiftedArrays 1.0.0 release notes
2
10
3
11
### Breaking changes
4
12
5
-
- Removed special `reduce, reduce_vec, mapreduce, mapreduce_vec` methods
6
-
- Removed `to_array, to_offsetarray` methods
13
+
- Removed special `reduce, reduce_vec, mapreduce, mapreduce_vec` methods.
14
+
- Removed `to_array, to_offsetarray` methods.
7
15
8
16
## ShiftedArrays 0.5.1 release notes
9
17
10
18
### New features
11
19
12
-
- Support for OffsetArrays v0.11
13
-
- Support for RecursiveArrayTools v1
20
+
- Support for OffsetArrays v0.11.
21
+
- Support for RecursiveArrayTools v1.
14
22
15
23
## ShiftedArrays 0.5.0 release notes
16
24
17
25
### New features
18
26
19
-
- Support for Julia 1
27
+
- Support for Julia 1.
20
28
21
29
## ShiftedArrays 0.4 release notes
22
30
@@ -29,8 +37,8 @@
29
37
30
38
### New features
31
39
32
-
- Allow custom default value with `default` keyword
33
-
- Allow filtering in reduce-like functions with `filter` keyword
40
+
- Allow custom default value with `default` keyword.
41
+
- Allow filtering in reduce-like functions with `filter` keyword.
34
42
35
43
## ShiftedArrays 0.3 release notes
36
44
@@ -42,4 +50,4 @@
42
50
### New features
43
51
44
52
-`CircShiftedArray` type to shift arrays circularly.
45
-
- A lazy version of `circshift`: `ShiftedArray.circshift`
53
+
- A lazy version of `circshift`: `ShiftedArray.circshift`.
0 commit comments