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: docs/source/changelog.rst
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,35 @@
3
3
Changes to animatplot
4
4
=====================
5
5
6
+
0.4.0
7
+
-----
8
+
9
+
**Features**
10
+
11
+
- New Title block. `#27 <https://github.com/t-makaro/animatplot/pull/27>`_
12
+
- x values are now optional in the Line Block. `#29 <https://github.com/t-makaro/animatplot/pull/29/>`_
13
+
14
+
**Bug Fixes**
15
+
16
+
- Timeline slider now formats ``np.datetime`` properly by default. `#21 <https://github.com/t-makaro/animatplot/pull/21>`_
17
+
18
+
**Breaking Changes**
19
+
20
+
- The x, y inputs to the Line Block are not positional only. `#29 <https://github.com/t-makaro/animatplot/pull/29/>`_
21
+
- Removed axis kwargs that deprecated in favor of ax in 0.3.0. `#31 <https://github.com/t-makaro/animatplot/pull/31/>`_
22
+
23
+
**Developer Changes**
24
+
25
+
- Testing tools were moving into the tests folder and are no longer a subpackage of animatplot. `#26 <https://github.com/t-makaro/animatplot/pull/26/>`_
0 commit comments