biolab / orange3-timeseries

🍊 :chart_with_upwards_trend: Orange add-on for analyzing, visualizing, manipulating, and forecasting time series data.
Other
62 stars 40 forks source link

Line Chart: replace deprecated utcoffset #176

Closed PrimozGodec closed 2 years ago

PrimozGodec commented 2 years ago
Issue

utcoffset on timevariable is deprecated.

Description of changes

We replace it with timezone attribute and some logic for conversion

Includes
codecov-commenter commented 2 years ago

Codecov Report

Merging #176 (c8986d2) into master (1f56ce6) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #176   +/-   ##
=======================================
  Coverage   72.43%   72.43%           
=======================================
  Files           7        7           
  Lines         809      809           
  Branches      133      133           
=======================================
  Hits          586      586           
  Misses        171      171           
  Partials       52       52           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1f56ce6...c8986d2. Read the comment docs.