Commit bfdc150 1 parent 57fe794 commit bfdc150 Copy full SHA for bfdc150
File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# * pyRona* changelog
2
2
3
+ ## Changes made in version 0.3.6
4
+
5
+ * Fixed a broken help link
6
+
7
+ ---
8
+
3
9
## Changes made in version 0.3.5
4
10
5
11
* Adds a new feature: RONA maps
8
14
* The [ manual] ( http://pyrona.readthedocs.io/en/latest/install/ ) now contains instructions on installing ` cartopy ` depending on your OS
9
15
* Instructions for OSX are still missing. Help, anyone?
10
16
* For now, the options assumes that the first variable in the environmental file is "Longitude" and the second one is "Latitude"
11
-
17
+
12
18
---
13
19
14
20
## Changes made in version 0.3.4
Original file line number Diff line number Diff line change 20
20
from cartopy .mpl .gridliner import LONGITUDE_FORMATTER , LATITUDE_FORMATTER
21
21
except ImportError :
22
22
print ("\n Error importing 'Cartopy'. Please look at pyRona's manual"
23
- "(http://pyrona.readthedocs.io/en/latest/install/installing-cartopy)"
23
+ "(http://pyrona.readthedocs.io/en/latest/install/# installing-cartopy)"
24
24
" for information on how to install it on your system. Map plotting"
25
25
" was **not** performed." )
26
26
quit ()
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class NotSupportedException(BaseException):
33
33
34
34
35
35
# Set some variables (PKGBUILD inspired)
36
- VERSION = "0.3.5 "
36
+ VERSION = "0.3.6 "
37
37
URL = "https://github.com/StuntsPT/pyRona"
38
38
39
39
You can’t perform that action at this time.
0 commit comments