captest 0.13.0__tar.gz → 0.13.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (25) hide show
  1. {captest-0.13.0/src/captest.egg-info → captest-0.13.1}/PKG-INFO +1 -1
  2. {captest-0.13.0 → captest-0.13.1}/src/captest/_version.py +3 -3
  3. {captest-0.13.0 → captest-0.13.1}/src/captest/plotting.py +3 -1
  4. {captest-0.13.0 → captest-0.13.1/src/captest.egg-info}/PKG-INFO +1 -1
  5. {captest-0.13.0 → captest-0.13.1}/LICENSE.txt +0 -0
  6. {captest-0.13.0 → captest-0.13.1}/MANIFEST.in +0 -0
  7. {captest-0.13.0 → captest-0.13.1}/README.rst +0 -0
  8. {captest-0.13.0 → captest-0.13.1}/pyproject.toml +0 -0
  9. {captest-0.13.0 → captest-0.13.1}/setup.cfg +0 -0
  10. {captest-0.13.0 → captest-0.13.1}/setup.py +0 -0
  11. {captest-0.13.0 → captest-0.13.1}/src/captest/__init__.py +0 -0
  12. {captest-0.13.0 → captest-0.13.1}/src/captest/capdata.py +0 -0
  13. {captest-0.13.0 → captest-0.13.1}/src/captest/columngroups.py +0 -0
  14. {captest-0.13.0 → captest-0.13.1}/src/captest/io.py +0 -0
  15. {captest-0.13.0 → captest-0.13.1}/src/captest/prtest.py +0 -0
  16. {captest-0.13.0 → captest-0.13.1}/src/captest/util.py +0 -0
  17. {captest-0.13.0 → captest-0.13.1}/src/captest.egg-info/SOURCES.txt +0 -0
  18. {captest-0.13.0 → captest-0.13.1}/src/captest.egg-info/dependency_links.txt +0 -0
  19. {captest-0.13.0 → captest-0.13.1}/src/captest.egg-info/requires.txt +0 -0
  20. {captest-0.13.0 → captest-0.13.1}/src/captest.egg-info/top_level.txt +0 -0
  21. {captest-0.13.0 → captest-0.13.1}/tests/test_CapData.py +0 -0
  22. {captest-0.13.0 → captest-0.13.1}/tests/test_columngroups.py +0 -0
  23. {captest-0.13.0 → captest-0.13.1}/tests/test_io.py +0 -0
  24. {captest-0.13.0 → captest-0.13.1}/tests/test_prtest.py +0 -0
  25. {captest-0.13.0 → captest-0.13.1}/tests/test_util.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: captest
3
- Version: 0.13.0
3
+ Version: 0.13.1
4
4
  Summary: Framework and methods to facilitate photovoltaic facility capacity testing following ASTM E2848.
5
5
  Home-page: http://github.com/bt-/pvcaptest
6
6
  Author: Ben Taylor
@@ -8,11 +8,11 @@ import json
8
8
 
9
9
  version_json = '''
10
10
  {
11
- "date": "2024-05-05T21:46:58-0500",
11
+ "date": "2024-06-05T09:07:57-0500",
12
12
  "dirty": false,
13
13
  "error": null,
14
- "full-revisionid": "003e2a96d2972e7b247c802790262dac044aa853",
15
- "version": "0.13.0"
14
+ "full-revisionid": "6ff85027ec972897c15e912464c7eef0f1565439",
15
+ "version": "0.13.1"
16
16
  }
17
17
  ''' # END VERSION_JSON
18
18
 
@@ -193,7 +193,9 @@ def plot_tag(data, tag, width=1500, height=250):
193
193
  tools=['hover'],
194
194
  yformatter=NumeralTickFormatter(format='0,0'),
195
195
  ),
196
- opts.NdOverlay(width=width, height=height, legend_position='right')
196
+ opts.NdOverlay(
197
+ width=width, height=height, legend_position='right', batched=False
198
+ )
197
199
  )
198
200
  return plot
199
201
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: captest
3
- Version: 0.13.0
3
+ Version: 0.13.1
4
4
  Summary: Framework and methods to facilitate photovoltaic facility capacity testing following ASTM E2848.
5
5
  Home-page: http://github.com/bt-/pvcaptest
6
6
  Author: Ben Taylor
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes