-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add changelog, warning for py 2.7, and pooch users (#24)
Chagelog includes the future 0.1.1 bug fix release (#23). Python 2.7 will only be supported until MetPy drops support (fall of 2019). List projects using Pooch (fixes #21).
- Loading branch information
Showing
11 changed files
with
65 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# Project Contributors | ||
# Project Authors | ||
|
||
This project was initially created by [Leonardo Uieda](http://www.leouieda.com/). | ||
|
||
The following people have made contributions to the project: | ||
The following people have contributed to the project: | ||
|
||
* [Leonardo Uieda](http://www.leouieda.com/) | ||
* [John Leeman](https://github.com/jrleeman) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
.. _changes: | ||
|
||
Changelog | ||
========= | ||
|
||
Version 0.1.1 (2018-08-30) | ||
-------------------------- | ||
|
||
**Bug fixes:** | ||
|
||
* Check if the local data folder is writable and warn the user instead of crashing | ||
(`#23 <https://github.com/fatiando/pooch/pull/23>`__) | ||
|
||
Version 0.1 (2018-08-20) | ||
------------------------ | ||
|
||
* Fist release of Pooch. Manages downloading sample data files over HTTP from a server | ||
and storing them in a local directory. Main features: | ||
|
||
- Download a file only if it's not in the local storage. | ||
- Check the SHA256 hash to make sure the file is not corrupted or needs updating. | ||
- If the hash is different from the registry, Pooch will download a new version of | ||
the file. | ||
- If the hash still doesn't match, Pooch will raise an exception warning of possible | ||
data corruption. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters