Skip to content

Commit 0eea51c

Browse files
committed
Added a changelog to papermill
1 parent 6d1dd6e commit 0eea51c

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# Change Log
2+
3+
## Unreleased
4+
5+
- Fixed UTF-8 encoding issues for windows machines
6+
- Added [black](https://github.com/ambv/black) code formatter rules (experimental)
7+
- Contributors document added
8+
- Added report-mode option for hiding inputs
9+
10+
## 0.13.4 (no code changes)
11+
12+
- Release manifest fix
13+
14+
## 0.13.3
15+
16+
- Fixed scala int vs long assignment
17+
18+
## 0.13.2
19+
20+
- Pip 10 fixes
21+
22+
## 0.13.1
23+
24+
- iPython pin to circumvent upstream issue
25+
26+
## 0.13.0
27+
28+
- Added prepare-only flag for parameterizing without processing a notebook
29+
- Fixed cell number display on failed output notebooks
30+
- Added scala language support
31+
32+
## 0.12.6
33+
34+
- Changed CLI outputs from papermill messaging to stderr
35+
- Changed IOResolvers to perseve ordering of definition in resolving paths
36+
37+
## 0.12.5
38+
39+
- Set click disable_unicode_literals_warning=True to disable unicode literals
40+
41+
## 0.12.4
42+
43+
- Added universal wheel support
44+
- Test coverage for s3 improved
45+
46+
## 0.12.3
47+
48+
- Added start timeout option for slow booting kernels
49+
50+
## 0.12.2
51+
52+
- Added options around tqdm
53+
- Fixed an S3 decoding issue
54+
55+
## 0.12.1
56+
57+
- ip_display improvements
58+
- Docstring improvements
59+
60+
## 0.12.0
61+
62+
- Added type preservation for r and python parameters
63+
- Massive test coverage improvements
64+
- Codebase style pass

RELEASING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Releasing
22

3+
First check that the CHANGELOG is up to date for the next release version
4+
35
```
46
git tag 0.2
57
git push && git push --tags

0 commit comments

Comments
 (0)