forked from josephhardinee/PyDSD
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This Commit squashes many individual commits. Among them: * Minor bugfixes to plotting * Updated setup.py and moved top level source directory to pydsd * Updated README, and setup.py * Updated Test Cases * Updating documentation to refer to pydsd * Updating examples to use pydsd instead of pydisdrometer * Fixed a failing test in Image2DReader that pointed to pydisdrometer still * Fixed travis script to point to pydsd * Added ARM Vdis reader * Updates to versioneer setup * Updated manifest to include description. Apparently versioneer remved it? * setup.py inlined description. Not sure what is causing this break * Updated README to add Nick in * Added fit to installer * Fixed a bug introduced by a change in numpy 1.13. pcolormesh no longer accepts masked arrays as coordinates arguments * Added a make clean to docs to ensure old files are not used * Updated docs to point to pydsd as well now * Fixed one of the examples that had a fixed path * Fixed an example. Still need to find a better test file for it
- Loading branch information
1 parent
1179e98
commit bbe824b
Showing
65 changed files
with
245 additions
and
96 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
pydisdrometer/_version.py export-subst | ||
pydsd/_version.py export-subst |
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,3 +1,4 @@ | ||
include pydisdrometer/utility/metadata.json | ||
include pydsd/utility/metadata.json | ||
include versioneer.py | ||
include pydisdrometer/_version.py | ||
include pydsd/_version.py | ||
include description.txt |
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,6 +1,7 @@ | ||
set -e | ||
pip install doctr pillow | ||
cd docs | ||
make clean | ||
make html | ||
cd .. | ||
doctr deploy . | ||
doctr deploy . |
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
8 changes: 4 additions & 4 deletions
8
docs/source/pydisdrometer.aux_readers.rst → docs/source/pydsd.aux_reader.rst
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
PyDisdrometer Example Gallery | ||
PyDSD Example Gallery | ||
----------------------------- | ||
|
||
PyDisdrometer Example Gallery. | ||
PyDSD Example Gallery. |
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
Oops, something went wrong.