Skip to content

Commit cbffc24

Browse files
Merge pull request #246 from simphony/v0.7.0
Version 0.7.0 changelog and version pinning.
2 parents 962f4d7 + fd1d81a commit cbffc24

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGES.rst

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,43 @@
11
SimPhoNy Remote CHANGELOG
22
=========================
33

4+
What's new in SimPhoNy Remote 0.7.0
5+
-----------------------------------
6+
7+
Summary
8+
~~~~~~~
9+
10+
- Addressed issues for general support for Docker containers holding Web applications
11+
(jupyter notebook, filemanager) available as simphony-remote-docker 0.3.0.
12+
- REST+ajax based retrieval of available applications (#209, #214)
13+
- Show application policy information in application list (#242)
14+
- Preparation for REST framework extraction:
15+
- factored out authenticator code from the BaseHandler (#215)
16+
- soft deprecation of subpackage (#236)
17+
- Upgraded dependencies to jupyterhub 0.7.0.dev0 (#217), configurable-http-proxy (#219)
18+
to fix forwarding bugs in jupyterhub.
19+
- Pinned request package dependency to 2.10.0 due to dockerpy constraints (#222)
20+
- Renamed Spawner to SystemUserSpawner (#205)
21+
- Added linting and testing infrastructure for javascript (#200)
22+
- Documentation fixes and refactorings:
23+
- General fixes (#179, #198, #199, #202, #232, #233)
24+
- Use of autosummary for API extraction (#194, #234)
25+
- Extracted traitlets documenter in a separate repository (#210)
26+
- Migrated tests under the appropriate paths in the package tree (#196)
27+
- Command remoteapprest prints out only essential (UI name) application information,
28+
instead of the whole content of the request. (#230)
29+
- Removed the need for sudo in configurable-http-proxy installation (#244). Installation is now local.
30+
- Support for Ubuntu 16.04 (#243)
31+
- Pinned dockerpy package dependency to 1.8.1
32+
- Update deployment docs for Ubuntu 16.04
33+
- Fix: Failing selenium tests due to unexpected client-side selenium behavior (#203)
34+
- Fix: Added missing jupyterhub_config.py from MANIFEST.in (#206), fixed other paths (#207)
35+
- Fix: Exclude applications in the REST item list when not available (#225)
36+
- Fix: Handle failure of ajax retrieval so that partial failure is tolerated (#223)
37+
- Refactor: removed start/stop_spawner (#208)
38+
- Refactor: cleaned up docker label namespacing (#212)
39+
40+
441
What's new in SimPhoNy Remote 0.6.0
542
-----------------------------------
643

remoteappmanager/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MAJOR = 0
22
MINOR = 7
33
MICRO = 0
4-
IS_RELEASED = False
4+
IS_RELEASED = True
55

66
__version__ = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
77

0 commit comments

Comments
 (0)