Re: [tor-bugs] #34261 [Metrics/Onionperf]: Remove pandas warning when using bullseye version of pandas

2020-06-03 Thread Tor Bug Tracker & Wiki
#34261: Remove pandas warning when using bullseye version of pandas
---+---
 Reporter:  karsten|  Owner:  karsten
 Type:  defect | Status:  closed
 Priority:  Medium |  Milestone:
Component:  Metrics/Onionperf  |Version:
 Severity:  Normal | Resolution:  fixed
 Keywords: |  Actual Points:  0.1
Parent ID: | Points:  0.2
 Reviewer: |Sponsor:  Sponsor59
---+---
Changes (by karsten):

 * status:  merge_ready => closed
 * resolution:   => fixed


Comment:

 Merged. Thanks for looking! Closing.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs


Re: [tor-bugs] #34261 [Metrics/Onionperf]: Remove pandas warning when using bullseye version of pandas

2020-06-03 Thread Tor Bug Tracker & Wiki
#34261: Remove pandas warning when using bullseye version of pandas
---+-
 Reporter:  karsten|  Owner:  karsten
 Type:  defect | Status:  merge_ready
 Priority:  Medium |  Milestone:
Component:  Metrics/Onionperf  |Version:
 Severity:  Normal | Resolution:
 Keywords: |  Actual Points:  0.1
Parent ID: | Points:  0.2
 Reviewer: |Sponsor:  Sponsor59
---+-
Changes (by acute):

 * status:  needs_review => merge_ready


Comment:

 This looks good, setting to ready_for_merge!

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs


Re: [tor-bugs] #34261 [Metrics/Onionperf]: Remove pandas warning when using bullseye version of pandas

2020-06-03 Thread Tor Bug Tracker & Wiki
#34261: Remove pandas warning when using bullseye version of pandas
---+--
 Reporter:  karsten|  Owner:  karsten
 Type:  defect | Status:  needs_review
 Priority:  Medium |  Milestone:
Component:  Metrics/Onionperf  |Version:
 Severity:  Normal | Resolution:
 Keywords: |  Actual Points:  0.1
Parent ID: | Points:  0.2
 Reviewer: |Sponsor:  Sponsor59
---+--
Changes (by karsten):

 * actualpoints:   => 0.1


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs


Re: [tor-bugs] #34261 [Metrics/Onionperf]: Remove pandas warning when using bullseye version of pandas

2020-05-29 Thread Tor Bug Tracker & Wiki
#34261: Remove pandas warning when using bullseye version of pandas
---+--
 Reporter:  karsten|  Owner:  karsten
 Type:  defect | Status:  needs_review
 Priority:  Medium |  Milestone:
Component:  Metrics/Onionperf  |Version:
 Severity:  Normal | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:  0.2
 Reviewer: |Sponsor:  Sponsor59
---+--
Changes (by karsten):

 * status:  accepted => needs_review


Comment:

 Tried out the suggested fix from the warning message with old and new
 pandas version, and it worked. Please review
 
[https://gitweb.torproject.org/user/karsten/onionperf.git/commit/?h=task-34261=eaa9f71d00033d2301e09f7963719dd98da6d2ae
 commit eaa9f71 in my task-34261 branch].

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs


Re: [tor-bugs] #34261 [Metrics/Onionperf]: Remove pandas warning when using bullseye version of pandas

2020-05-29 Thread Tor Bug Tracker & Wiki
#34261: Remove pandas warning when using bullseye version of pandas
---+---
 Reporter:  karsten|  Owner:  karsten
 Type:  defect | Status:  accepted
 Priority:  Medium |  Milestone:
Component:  Metrics/Onionperf  |Version:
 Severity:  Normal | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:  0.2
 Reviewer: |Sponsor:  Sponsor59
---+---
Changes (by karsten):

 * owner:  metrics-team => karsten
 * status:  new => accepted


Comment:

 Taking a look.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs


[tor-bugs] #34261 [Metrics/Onionperf]: Remove pandas warning when using bullseye version of pandas

2020-05-21 Thread Tor Bug Tracker & Wiki
#34261: Remove pandas warning when using bullseye version of pandas
---+--
 Reporter:  karsten|  Owner:  metrics-team
 Type:  defect | Status:  new
 Priority:  Medium |  Milestone:
Component:  Metrics/Onionperf  |Version:
 Severity:  Normal |   Keywords:
Actual Points: |  Parent ID:
   Points:  0.2|   Reviewer:
  Sponsor:  Sponsor59  |
---+--
 The following warning is shown when using OnionPerf's visualize mode with
 version 0.25.3 of pandas (contained in Debian bullseye). It is not shown
 when using buster's version of pandas. If there's an easy way to remove
 the warning when using either version, let's do it.

 {{{
 /usr/lib/python3/dist-
 packages/pandas/plotting/_matplotlib/converter.py:103: FutureWarning:
 Using an implicitly registered datetime converter for a matplotlib
 plotting method. The converter was registered by pandas on import. Future
 versions of pandas will require you to explicitly register matplotlib
 converters.

 To register the converters:
 >>> from pandas.plotting import register_matplotlib_converters
 >>> register_matplotlib_converters()
   warnings.warn(msg, FutureWarning)
 }}}

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs