File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 0.1.0] - 2020-01-18
7+ ## [ 0.0.2] - 2020-01-25
8+
9+ ### Fixed
10+ - Dependency Issue
11+
12+ ## [ 0.0.1] - 2020-01-18
813
914### Added
1015- Initial Commit
Original file line number Diff line number Diff line change 77
88setup (
99 name = "timeseriesql-matplotlib" ,
10- version = "0.0.1 " ,
10+ version = "0.0.2 " ,
1111 description = "A plotting backend for the TimeSeriesQL library" ,
1212 long_description = long_description ,
1313 long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 88 DateFormatter ,
99)
1010import numpy as np
11- from timeseries .plot import Plot
11+ from timeseriesql .plot import Plot
1212
1313DEFAULT_FIGURE_SIZE = (20 , 10 )
1414
You can’t perform that action at this time.
0 commit comments