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

Web App #23

Merged
merged 4 commits into from
Mar 4, 2021
Merged

Web App #23

merged 4 commits into from
Mar 4, 2021

Conversation

lokijuhy
Copy link
Owner

@lokijuhy lokijuhy commented Mar 4, 2021

Features

  • Web app for visualizing SAD trees.
    • Accessible on the command line via datatc_app <project>.
    • Requires pip install datatc[app].
  • Tracking Intermediate File Steps
    • Converted FileSourceTransformStep into a subclass of FileBasedTransformStep, and changed name to SourceFileTransformStep (while retaining the old name for backwards-compatibility for reloading pickles with the old name).
    • Created new class IntermediateFileTransformStep as subclass of FileBasedTransformStep. An IntermediateFileTransformStep is appended to a SAD when it is reloaded from the file system.

Bugfixes

  • Importing SelfAwareData from datatc yielded a different type id than the SelfAwareData that is type checked against internally (specifically, in DataDirectory.save(), when determining how to save a SAD object).

@lokijuhy lokijuhy merged commit 51f8f8b into master Mar 4, 2021
@lokijuhy lokijuhy deleted the web_app branch March 4, 2021 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant