forked from peteut/ipython-file-upload
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
46 lines (37 loc) · 798 Bytes
/
ChangeLog
File metadata and controls
46 lines (37 loc) · 798 Bytes
1
2
3
4
5
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
40
41
42
43
44
45
46
CHANGES
=======
* clarify README.rst, fix setup.cfg
0.1.4
-----
* Make button label a traitlet
* fix typo
0.1.3
-----
* add missing \`install\` instruction
* cleanup
* update installation instructions
* add Jupyter extensions hooks
* Update requirements.txt
* Update README.rst
* update README
0.1.1
-----
* fixes #4
0.1
---
* Add shields.io badges
* update setup.cfg, add dev requirements
* Set the universal flag
* closes #3
* Use PY2 compatible super call
* migrate to \`notebook\` 4.0
* \`data\` is now a bytes string
* Update installation instruction
* Install into user directory if system fails
* use a label element
* Use a fake button w/ a nested file input
* add IPython dependency requirement
* update README
* add decode method
* add view and model
* initial commit, scaffold