Skip to content

Commit af2cc83

Browse files
authored
Merge pull request #577 from betatim/releasing-0.7.1
[MRG] Update ChangeLog to release 0.8.0
2 parents 69a5fce + 35d1cac commit af2cc83

File tree

1 file changed

+34
-4
lines changed

1 file changed

+34
-4
lines changed

docs/source/changelog.rst

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,50 @@ Changelog
33
=========
44

55

6-
Upcoming release
7-
================
6+
Version 0.8.0
7+
=============
88

9-
Release date: TBD
9+
Release date: 2019-02-16
1010

1111
New features
1212
------------
1313
- Add additional metadata to docker images about how they were built :pr:`500` by
1414
:user:`jrbourbeau`.
15+
- Allow users to install global NPM packages: :pr:`573` by :user:`GladysNalvarte`.
16+
- Add documentation on switching the user interface presented by a
17+
container. :pr:`568` by user:`choldgraf`.
18+
- Increased test coverage to ~87% by :user:`betatim` and :user:`yuvipanda`.
19+
- Documentation improvements and additions by :user:`lheagy`, :user:`choldgraf`.
20+
- Remove f-strings from code base, repo2docker is compatible with Python 3.4+
21+
again by :user:`jrbourbeau` in :pr:`520`.
22+
- Local caching of previously built repostories to speed up launch times
23+
by :user:`betatim` in :pr:`511`.
24+
- Make destination of repository content in the container image configurable
25+
on the CLI via ``--target-repo-dir``. By :user:`yuvipanda` in :pr:`507`.
26+
- Expose CPU limit settings for building and running containers. By
27+
:user:`GladysNalvarte` in :pr:`579`.
28+
- Make Python 3.7 the default version. By :user:`yuvipanda` and :user:`minrk` in
29+
:pr:`539`.
1530

1631
API changes
1732
-----------
1833

1934
Bug fixes
2035
---------
36+
- In some cases the version of conda installed in images was not pinned and got
37+
upgraded by user actions. Fixed in :pr:`576` by :user:`minrk`.
38+
- Fix an error related to checking if debug output was enabled or not:
39+
:pr:`575` by :user:`yuvipanda`.
40+
- Update nteract frontend to version 2.0.0 by :user:`yuvipanda` in :pr:`571`.
41+
- Fix quoting issue in ``GIT_CREDENTIAL_ENV`` environment variable by
42+
:user:`minrk` in :pr:`572`.
43+
- Change to using the first 8 characters of each Git commit, not the last 8,
44+
to tag each built docker image of repo2docker itself. :user:`minrk` in :pr:`562`.
45+
- Allow users to select the Julia when using a ``requirements.txt`` by
46+
:user:`yuvipanda` in :pr:`557`.
47+
- Set ``JULIA_DEPOT_PATH`` to install packages outside the home directory by
48+
:user:`yuvipanda` in :pr:`555`.
49+
- Update to Jupyter notebook 5.7.4 :pr:`519` by :user:`minrk`.
2150

2251

2352
Version 0.7.0
@@ -43,7 +72,8 @@ New features
4372
:user:`yuvipanda`.
4473
- Add JupyterHub back to base environment :pr:`476` by :user:`yuvipanda`.
4574
- Repo2docker has a logo! by :user:`agahkarakuzu` and :user:`blairhudson`.
46-
- Improve support for Stencila, including identifying stencila runtime from document context :pr:`457` by :user:`nuest`.
75+
- Improve support for Stencila, including identifying stencila runtime from
76+
document context :pr:`457` by :user:`nuest`.
4777

4878

4979
API changes

0 commit comments

Comments
 (0)