Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JNB:BUG: Updated Suite2P example workflow for new Suite2p API and multiprocessing bug #181

Closed
wants to merge 164 commits into from

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    4380376 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Configuration menu
    Copy the full SHA
    e9e0217 View commit details
    Browse the repository at this point in the history
  2. DOC: Change theme to pydata

    pydata is the theme developed by pandas and now also used by numpy,
    scipy and bokeh.
    
    As the pydata theme is only available for Python 3.5+, and only
    working for us with Python 3.6+, we are still using the
    readthedocs theme when deploying the documentation on Python 2.7
    and 3.5.
    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    3ff2bd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c09720 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e37e03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ec72d1 View commit details
    Browse the repository at this point in the history
  6. JNB:STY: Blacken notebooks

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    c86a245 View commit details
    Browse the repository at this point in the history
  7. JNB:STY: Blacken code in comments

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    f8389bf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7411382 View commit details
    Browse the repository at this point in the history
  9. TST: Test for experiment.means shape

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    8e2861c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0bd9d53 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    edb9c0f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cbc1da5 View commit details
    Browse the repository at this point in the history
  13. TST: Test writing to a subfolder

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    a0293bb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8d09fb7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a80dd39 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f83c3b6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    77ddb36 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8e8d04a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    07c1be6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3523790 View commit details
    Browse the repository at this point in the history
  21. DOC: Add comments in core tests

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    16c684c View commit details
    Browse the repository at this point in the history
  22. TST:MNT: Deeper subdir test

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    2c16d60 View commit details
    Browse the repository at this point in the history
  23. BUG: Need to cast self.nCell as int

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    e204f7f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    bf1bcb7 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4a3120b View commit details
    Browse the repository at this point in the history
  26. ENH: Save means to cache

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    c1fba8c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    5fb4a5d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e7fc3d9 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    eaa5b68 View commit details
    Browse the repository at this point in the history
  30. RF: Move _wipe into clear methods

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    92a13ab View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    cc9ab58 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ebcc41c View commit details
    Browse the repository at this point in the history
  33. RF: Use list comprehension

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    578a7d6 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    a23ca63 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    341cbc8 View commit details
    Browse the repository at this point in the history
  36. ENH:TST: Add assert_allclose_ragged

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    24b8d95 View commit details
    Browse the repository at this point in the history
  37. TST: Add manual loading tests

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    60453a3 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    c12a1fb View commit details
    Browse the repository at this point in the history
  39. TST:MNT: py3.5 compatible shutil.copytree w/o dirs_exist_ok

    The `dirs_exist_ok` argument was added to shutil.copytree
    in python 3.6.
    
    We just delete the target directory instead, so it is compatible
    with python 3.5.
    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    28d35fb View commit details
    Browse the repository at this point in the history
  40. MNT:TST: Use common variables for image_path and roi_path across expe…

    …riments in same test
    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    0882768 View commit details
    Browse the repository at this point in the history
  41. TST: Test with empty cache files

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    2f0a9c4 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    0ca669a View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    218d6cd View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    8f8e1c0 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    8926134 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    816f5f3 View commit details
    Browse the repository at this point in the history
  47. TST:DOC: Fix bad class references

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    d73936a View commit details
    Browse the repository at this point in the history
  48. TST:MNT: kw -> kwargs

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    9015ff6 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    53248ca View commit details
    Browse the repository at this point in the history
  50. TST:BUG: NamedTemporaryFile not working on Windows

    Use a custom temporary path that we manually tear down instead
    of using /tmp/
    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    65d088d View commit details
    Browse the repository at this point in the history
  51. TST:MNT: Write temp files to temp dir instead of our tests dir

    Write to /tmp on Unix and C:\TEMP on Windows.
    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    264b850 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    6dfec5c View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    8a37cbe View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    694002b View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    18c187d View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    8792ceb View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    8bc26e7 View commit details
    Browse the repository at this point in the history
  58. TST:DOC: Fix docstring

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    c8b9900 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    3dec18d View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    8b4e4fd View commit details
    Browse the repository at this point in the history
  61. CI: Editable install

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    d747c5f View commit details
    Browse the repository at this point in the history
  62. CI: Install sima before fissa

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    959d47b View commit details
    Browse the repository at this point in the history
  63. CI: Report nb-smoke coverage

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    24fb745 View commit details
    Browse the repository at this point in the history
  64. DOC: Update intersphinx mappings

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    a1e3c89 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    6c21243 View commit details
    Browse the repository at this point in the history
  66. CI:GHA: Always run tests, don't skip based on content

    This is because we always need to run on pushes to the master
    branch. We would like to skip running the tests on pushes to other
    branches which don't affect the codebase, but it is not clear to
    me if this is actually possible using just the github workflow event
    triggers.
    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    271aa79 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    81259ba View commit details
    Browse the repository at this point in the history
  68. MNT: Use list comprehension

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    90882dd View commit details
    Browse the repository at this point in the history
  69. TST: Test matfile output

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    d937821 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    3e4d619 View commit details
    Browse the repository at this point in the history
  71. BUG: Load np.array(None) as None

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    52ed0ec View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    e0c6582 View commit details
    Browse the repository at this point in the history
  73. TST:STY: Remove empty comment

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    6c0e479 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    dd69575 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    e3a3427 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    423a65c View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    2677364 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    ba444d6 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    8212020 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    e402a8e View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    faa09cd View commit details
    Browse the repository at this point in the history
  82. TST: Test functional interface

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    f68edba View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    d679ff8 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    34b0746 View commit details
    Browse the repository at this point in the history
  85. JNB: Updates to Basic usage source

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    2fcec78 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    6221dcb View commit details
    Browse the repository at this point in the history
  87. DOC: Fix typo

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    2f3dce9 View commit details
    Browse the repository at this point in the history
  88. DOC: Capitalise Jupyter

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    2e24925 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    14efd59 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    e4b9688 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    1091003 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    be2c95a View commit details
    Browse the repository at this point in the history
  93. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/pre-commit/pygrep-hooks: v1.7.0 → v1.9.0](pre-commit/pygrep-hooks@v1.7.0...v1.9.0)
    - [github.com/pre-commit/pre-commit-hooks: v3.3.0 → v4.0.1](pre-commit/pre-commit-hooks@v3.3.0...v4.0.1)
    pre-commit-ci[bot] authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    672084f View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    ffdec3c View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    940e761 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    bfc3987 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    0d0c4bc View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    5676781 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    df89849 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    052c9fa View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    d9b948c View commit details
    Browse the repository at this point in the history
  102. TST: Remove ExperimentA tests and resources

    We only use the (larger) ExperimentB tests instead, since these
    are better. It takes a lot longer to run both ExperimentA and
    ExperimentB, so we just run ExperimentB.
    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    c0b1d2a View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    089c201 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    79be8c3 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    b6ae7e3 View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    e1e3a7b View commit details
    Browse the repository at this point in the history
  107. DOC: Improve core docstrings

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    a5bd248 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    2688bf5 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    2f3aa1a View commit details
    Browse the repository at this point in the history
  110. DOC: Add link to paper in Experiment

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    67e07a0 View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    c96622b View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    22cd0c5 View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    408d00e View commit details
    Browse the repository at this point in the history
  114. DOC: Add see also to NMF and FastICA

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    e85e189 View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    547ff55 View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    fd3ac09 View commit details
    Browse the repository at this point in the history
  117. DOC: Add source_encoding for sphinx

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    c2091b7 View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    f604196 View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    2c61a4b View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    f29492b View commit details
    Browse the repository at this point in the history
  121. MNT: Move self.clear to top of init

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    c411244 View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    ce5fd34 View commit details
    Browse the repository at this point in the history
  123. ENH: Add repr to DataHandler classes

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    1711d9d View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    7092dca View commit details
    Browse the repository at this point in the history
  125. Configuration menu
    Copy the full SHA
    4b34292 View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    3af4a80 View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    a0b1e44 View commit details
    Browse the repository at this point in the history
  128. TST: Test roitools.rois2masks

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    b697643 View commit details
    Browse the repository at this point in the history
  129. Configuration menu
    Copy the full SHA
    5a13d7d View commit details
    Browse the repository at this point in the history
  130. DOC: Fix npil.separate docstring

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    5246fc5 View commit details
    Browse the repository at this point in the history
  131. RF: Refactor npil.separate

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    d5a3bf0 View commit details
    Browse the repository at this point in the history
  132. ENH: Work with uppercase sep_method

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    b9703ef View commit details
    Browse the repository at this point in the history
  133. Configuration menu
    Copy the full SHA
    4d9819d View commit details
    Browse the repository at this point in the history
  134. Configuration menu
    Copy the full SHA
    432736c View commit details
    Browse the repository at this point in the history
  135. Configuration menu
    Copy the full SHA
    01a483e View commit details
    Browse the repository at this point in the history
  136. Configuration menu
    Copy the full SHA
    27655e2 View commit details
    Browse the repository at this point in the history
  137. MNT: Tidy up code

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    fddabe8 View commit details
    Browse the repository at this point in the history
  138. Configuration menu
    Copy the full SHA
    ec16e7a View commit details
    Browse the repository at this point in the history
  139. STY: Blacken neuropil

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    0747300 View commit details
    Browse the repository at this point in the history
  140. Configuration menu
    Copy the full SHA
    1959259 View commit details
    Browse the repository at this point in the history
  141. Configuration menu
    Copy the full SHA
    b95b32a View commit details
    Browse the repository at this point in the history
  142. Configuration menu
    Copy the full SHA
    c48f213 View commit details
    Browse the repository at this point in the history
  143. Configuration menu
    Copy the full SHA
    42ce834 View commit details
    Browse the repository at this point in the history
  144. Configuration menu
    Copy the full SHA
    d49edd0 View commit details
    Browse the repository at this point in the history
  145. Configuration menu
    Copy the full SHA
    a64995d View commit details
    Browse the repository at this point in the history
  146. MNT: Pool -> multiprocessing.Pool

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    99025d6 View commit details
    Browse the repository at this point in the history
  147. Configuration menu
    Copy the full SHA
    73bc579 View commit details
    Browse the repository at this point in the history
  148. Configuration menu
    Copy the full SHA
    93d64b6 View commit details
    Browse the repository at this point in the history
  149. Configuration menu
    Copy the full SHA
    12998c3 View commit details
    Browse the repository at this point in the history
  150. API: Rename core.separate -> core.separate_trials

    Too many functions and methods named "separate".
    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    8cc4748 View commit details
    Browse the repository at this point in the history
  151. TST: Add tests for separate_trials

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    30eac39 View commit details
    Browse the repository at this point in the history
  152. Configuration menu
    Copy the full SHA
    8bae942 View commit details
    Browse the repository at this point in the history
  153. Configuration menu
    Copy the full SHA
    5719d1c View commit details
    Browse the repository at this point in the history
  154. MNT: np.float -> np.float64

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    a19cbbd View commit details
    Browse the repository at this point in the history
  155. DOC: Fix links to extraction classes

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    0093b3f View commit details
    Browse the repository at this point in the history
  156. Configuration menu
    Copy the full SHA
    e0b91e0 View commit details
    Browse the repository at this point in the history
  157. Configuration menu
    Copy the full SHA
    010e693 View commit details
    Browse the repository at this point in the history
  158. ENH: updated binder environment for Python 3.9, and updated suite2p

    We no longer support the SIMA notebook on Binder, as it requires Python
    3.6.
    swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    46f14de View commit details
    Browse the repository at this point in the history
  159. Configuration menu
    Copy the full SHA
    fa58688 View commit details
    Browse the repository at this point in the history
  160. Configuration menu
    Copy the full SHA
    133bb59 View commit details
    Browse the repository at this point in the history
  161. JNB:STY: Blacken notebooks

    scottclowe authored and swkeemink committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    bcf8ac1 View commit details
    Browse the repository at this point in the history
  162. Configuration menu
    Copy the full SHA
    04b7d41 View commit details
    Browse the repository at this point in the history
  163. Configuration menu
    Copy the full SHA
    fa5a1f5 View commit details
    Browse the repository at this point in the history