Commit a5d8733
authored
Release 2.10 (#277)
* No more Py2.7 and Py3.3
* Remove references to Python <= 3.3. Fixes #252
* Removed support for Python 2. Fixes #243
* These should have been removed far before
* Updated with all refatored subpackages and their non-code includes
* Fixes #263
* Fixes #258
* Improve docs
* even better, with a logo!
* Fixes #269
* #269
* skeleton for tile client
* even better, with a logo!
* now also providing weather icon URLs
* fix upper version boundary and fix keywords
* Refactored out to a separate URI files
* forgot to commit
* Fetch a PNG file, with tests
* name inconsistencies make me *angry*...
* an image
* Tile entity
* Lots of mods... tiles now working!
* docs
* New property
* Small refactoring
* Add buy me a cofee page link
* Far better now
* Superb
* Fix broken URL
* a very first draft, testing how Travis behaves
* attempt 2
* attempt 3 (typo in yaml)
* attempt 3
* attempt 4
* attempt 5
* Travis does not support Py37 yet. Furthermore, already existing wheels and sdists broke the build
* test 1
* test 2 (trying to make it more clever)
* test 3
* test 4
* test 5
* test 6
* test 6
* test 6
* test 8
* test 8
* Fixing #271
* now tagging development releases on TestPyPI (attempt 1)
* attempt 2 (various fixes)
* attempt 3 (skipping some build steps if on the develop branch)
* attempt 4
* attempt 5
* attempt 6
* attempt 7
* more badges
* attempt 8
* attempt 9
* tox with coverage and fix timestamp issues in concurrent deploys
* This should fix #272
* update
* oh s**t I forgot..
* Removing lib dependecies duplication (now setup.py reads deps from requirements.txt)
* better now
* absolute paths! always!!!
* OK so.. no requirements.txt anymore.
* let's do it anyway
* Safe to remove?
* Improvement
* Safe to remove?
* Agro API: Polygons API subset + docs
* Agro API: Polygons API subset + docs
* __repr__ and docs
* Soil entity with tests; fixes to imports/docs
* Finalizes #245
* Seeds for Imagery API subset of Agro API; fix docs missing
* repr everywhere
* Refactoring
* Moved Tile class into commons; Imagery module now provides the class hierarchy for dealing with Satellite Imagery Search operation
* Fetching a GeoTIF image and some refactoring
* more tests and btter docs; finalized download_satellite_image
* Implement stats retrieval for satellite images
* Refactored enum
* Refactoring
* Implemented search and download methods for satellite imagery; also some integration tests; lots of refactoring
* More integrations tests
* Refactoring and more unit tests. Completed satellite imagery related features
* Name refactoring
* One more method and test
* Fix docs
* dump to version 2.10
* fix prints
* Update README.md
* change PyPI production URL
* fix duplicated tag1 parent 1b8632b commit a5d8733
File tree
186 files changed
+4655
-958
lines changed- deploy
- pyowm
- abstractions
- agroapi10
- alertapi30
- caches
- commons
- exceptions
- pollutionapi30
- stationsapi30
- tiles
- utils
- uvindexapi30
- weatherapi25
- cityids
- parsers
- xsd
- scripts
- sphinx
- usage-examples-v2
- tests
- integration
- agroapi10
- alertapi30
- commons
- pollutionapi30
- stationsapi30
- tiles
- uvindexapi30
- weatherapi25
- unit
- agroapi10
- commons
- pollutionapi30
- stationsapi30
- tiles
- utils
- uvindexapi30
- weatherapi25
- parsers
- webapi25
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
186 files changed
+4655
-958
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 7 | + | |
15 | 8 | | |
16 | | - | |
| 9 | + | |
| 10 | + | |
17 | 11 | | |
18 | 12 | | |
19 | 13 | | |
20 | | - | |
21 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | | - | |
11 | 14 | | |
12 | 15 | | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| |||
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
21 | | - | |
| 25 | + | |
22 | 26 | | |
23 | 27 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| |||
64 | 69 | | |
65 | 70 | | |
66 | 71 | | |
67 | | - | |
| 72 | + | |
68 | 73 | | |
69 | 74 | | |
70 | 75 | | |
| |||
90 | 95 | | |
91 | 96 | | |
92 | 97 | | |
93 | | - | |
| 98 | + | |
94 | 99 | | |
95 | 100 | | |
96 | 101 | | |
| |||
100 | 105 | | |
101 | 106 | | |
102 | 107 | | |
103 | | - | |
| 108 | + | |
104 | 109 | | |
105 | 110 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | 111 | | |
110 | | - | |
| 112 | + | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| |||
0 commit comments