Skip to content

Commit bf03a84

Browse files
authored
preparing 0.4.1 release (dask#175)
preparing 0.4.1 release
1 parent a802f6d commit bf03a84

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

docs/source/changelog.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
=========
33

4+
0.4.1 / 2018-10-18
5+
------------------
6+
7+
- Handle worker restart with clearer message (:pr:`138`)
8+
- Better error handling on job submission failure (:pr:`146`)
9+
- Fixed Python 2.7 error when starting workers (:pr:`155`)
10+
- Better handling of extra scheduler options (:pr:`160`)
11+
- Correct testing of Python 2.7 compatibility (:pr:`154`)
12+
- Add ability to override python used to start workers (:pr:`167`)
13+
- Internal improvements and edge cases handling (:pr:`97`)
14+
- Possibility to specify a folder to store every job logs file (:pr:`145`)
15+
- Require all cores on the same node for LSF (:pr:`177`)
16+
417
0.4.0 / 2018-09-06
518
------------------
619

docs/source/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,10 @@
186186
'distributed': ('https://distributed.dask.org/en/stable/',
187187
'https://distributed.dask.org/en/stable/objects.inv')
188188
}
189+
190+
# Link to GitHub issues and pull requests using :pr:`1234` and :issue:`1234`
191+
# syntax
192+
extlinks = {
193+
'issue': ('https://github.com/dask/dask-jobqueue/issues/%s', 'GH#'),
194+
'pr': ('https://github.com/dask/dask-jobqueue/pull/%s', 'GH#')
195+
}

0 commit comments

Comments
 (0)