scope 0.2.2__tar.gz → 0.2.3__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: scope
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: Metrics logging and analysis
5
5
  Home-page: http://github.com/danijar/scope
6
6
  Classifier: Intended Audience :: Science/Research
@@ -1,4 +1,4 @@
1
- __version__ = '0.2.2'
1
+ __version__ = '0.2.3'
2
2
 
3
3
  from .writer import Writer
4
4
  from .reader import Reader
@@ -10,7 +10,7 @@ from . import columns
10
10
 
11
11
  class Writer:
12
12
 
13
- def __init__(self, logdir, fps=20, workers=32):
13
+ def __init__(self, logdir, fps=20, workers=8):
14
14
  if isinstance(logdir, str):
15
15
  logdir = pathlib.Path(logdir)
16
16
  self.logdir = logdir
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: scope
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: Metrics logging and analysis
5
5
  Home-page: http://github.com/danijar/scope
6
6
  Classifier: Intended Audience :: Science/Research
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