Skip to content

Commit 4ad87c9

Browse files
authored
Merge pull request #37 from t-makaro/changelog
Release 0.4.0
2 parents f98a92f + d13a8ac commit 4ad87c9

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

animatplot/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version = (0, 4, 0)
2-
info = '.dev1'
2+
info = ''
33
__version__ = '.'.join(map(str, version))+info

docs/source/changelog.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,35 @@
33
Changes to animatplot
44
=====================
55

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/>`_
26+
27+
**Authors**
28+
29+
- `@t-makaro <https://github.com/t-makaro>`_
30+
- `@TomNicholas* <https://github.com/TomNicholas>`_
31+
- `@dcherian* <https://github.com/dcherian>`_
32+
33+
\* indicates new author in this release.
34+
635
0.3.0
736
-----
837

0 commit comments

Comments
 (0)