psaiops 0.0.13__tar.gz → 0.0.14__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.

Potentially problematic release.


This version of psaiops might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: psaiops
3
- Version: 0.0.13
3
+ Version: 0.0.14
4
4
  Summary: Web apps to inspect & engineer NN activations.
5
5
  License: .github/LICENSE.md
6
6
  Author: apehex
@@ -242,7 +242,7 @@ def create_app(title: str=TITLE, intro: str=INTRO, style: str=STYLE, model: str=
242
242
  show_progress='full')
243
243
  __output_state.change(
244
244
  fn=update_position_range,
245
- inputs=[__position_block, __output],
245
+ inputs=[__position_block, __output_state],
246
246
  outputs=__position_block,
247
247
  queue=False,
248
248
  show_progress='hidden')
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "psaiops"
3
- version = "0.0.13"
3
+ version = "0.0.14"
4
4
  description = "Web apps to inspect & engineer NN activations."
5
5
  license = ".github/LICENSE.md"
6
6
  readme = ".github/README.md"
File without changes
File without changes