Skip to content

Commit

Permalink
Prepare for v0.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmegginson committed Aug 30, 2016
1 parent 37cc2f3 commit f26bd94
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 23 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
2016-08-30 Release 0.6
- Add support for requests-cache, so that different views of the same
dataset won't require constant redownloading.
- Add support for a local copy of the p-code GeoJSON shapes tree, for
offline demos (or other purposes).
- Make the list of countries presented in the mapping dropdown menu
configurable.
- Fix exception handling around a missing data source, to avoid
unpredictable behaviour (and incorrect claims of missing HXL hashtags
on first load from Google Drive).
- Start adding scaffolding for jquery-sortable to rearrange filters, but
not supported yet in the backend.
- Remove the sidebar (very slow to download the PNGs in a field
environment).
22 changes: 0 additions & 22 deletions Changes.txt

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
url='https://github.com/HXLStandard/hxl-proxy',
include_package_data = True,
zip_safe = False,
install_requires=['flask-cache>=0.13', 'libhxl>=2.6', 'ckanapi>=3.5', 'flask>=0.10', 'requests_cache'],
install_requires=['flask-cache>=0.13', 'libhxl>=3.2', 'ckanapi>=3.5', 'flask>=0.10', 'requests_cache'],
test_suite = "tests",
tests_require = ['mock']
)

0 comments on commit f26bd94

Please sign in to comment.