You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Begin Updates for adding curve edits and bulk shift into matplotlib toolbar. This process works on windows.
Note:
Currently an issue in macOS when using virtualenv causing crash. Fix before final update to 0.1.7.
Copy file name to clipboardExpand all lines: changelog.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,49 +3,57 @@
3
3
All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
-
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
+
and this project generally adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
8
-
## [0.1.7] - 2018-
8
+
## [0.1.7] - 2019-
9
9
10
10
### Added
11
+
11
12
- Use TkAgg backend in matplotlib for consistent performance
12
-
- Download 2017 logs in [kgs_download](https://toddheitmann.github.io/PetroPy/function/download.html#petropy.kgs_download) function
13
+
- Download 2017 and 2018 logs in [kgs_download](https://toddheitmann.github.io/PetroPy/function/download.html#petropy.kgs_download) function
13
14
- Facies and pay flag input for statistics export.
14
15
15
16
### Fixed
17
+
16
18
-[Issue 1](https://github.com/toddheitmann/PetroPy/issues/1) calling newer methods from old versions of required packages. Versions added to requirements.txt.
17
19
- Issue returning empty depth array when trying to find next_formation_depth
18
20
19
21
## [0.1.6] - 2018-02-15
20
22
21
23
### Fixed
24
+
22
25
- Issue with show method for LogViewer class using different back ends of matplotlib
23
26
24
27
## [0.1.5] - 2017-10-24
25
28
26
29
### Added
30
+
27
31
- Gradients for filled curves
28
32
- Inventory las files from given folders
29
33
- Wolfcamp examples
30
34
- autodetect_encoding to LASFile requiring cchardet on install
31
35
32
36
### Fixed
37
+
33
38
- Downloading las data from KGS and University Lands
0 commit comments