-
Notifications
You must be signed in to change notification settings - Fork 0
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
First database established with DeepCell Datasets #45
Merged
Commits on Aug 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4d1d41d - Browse repository at this point
Copy the full SHA 4d1d41dView commit details
Commits on Aug 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d2a62d3 - Browse repository at this point
Copy the full SHA d2a62d3View commit details
Commits on Aug 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b184331 - Browse repository at this point
Copy the full SHA b184331View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17b0599 - Browse repository at this point
Copy the full SHA 17b0599View commit details
Commits on Sep 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a2e0076 - Browse repository at this point
Copy the full SHA a2e0076View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe0969c - Browse repository at this point
Copy the full SHA fe0969cView commit details
Commits on Sep 15, 2020
-
Add blueprints for Training Data API and Views. (#42)
* define the sample form classes without model_form, and re-implement validate_on_submit. * use a field macro for easier field rendering in the HTML template. * Update ExperimentForm from defined wtform classes. * Undo name change in SampleForm * delete old code that is trying to be rendered. * use a for loop to render the radio list choices dynamically. * paginated experiments table at GET /experiments * fix misnamed ExperimentForm * add experiment-detail template * wrap class in quotes. * Added new module/blueprints for Trainin_Data collection * Update tests for training data routes * register the new training blueprints * fix some blueprint issues due to bad copy/paste * remove header for link * slightly improve display for training detail view. * Bugfixes. * move fixtures into conftest and use the experiment fixture in the samples API tests. * Now that `Experiment` is required on the `Samples`, we need to make sure there is an Experiment in the DB before creating any Sample. * PEP8 whitespace * renamed templates
Configuration menu - View commit details
-
Copy full SHA for ded694d - Browse repository at this point
Copy the full SHA ded694dView commit details
Commits on Sep 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ffd3acd - Browse repository at this point
Copy the full SHA ffd3acdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d107511 - Browse repository at this point
Copy the full SHA d107511View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38be2d1 - Browse repository at this point
Copy the full SHA 38be2d1View commit details
Commits on Sep 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5f9c54a - Browse repository at this point
Copy the full SHA 5f9c54aView commit details
Commits on Sep 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 291b6d5 - Browse repository at this point
Copy the full SHA 291b6d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e13b169 - Browse repository at this point
Copy the full SHA e13b169View commit details
Commits on Sep 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a2096ac - Browse repository at this point
Copy the full SHA a2096acView commit details
Commits on Sep 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9fb0670 - Browse repository at this point
Copy the full SHA 9fb0670View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9340b11 - Browse repository at this point
Copy the full SHA 9340b11View commit details -
Update table views and add a Sample view filterable by experiment (#43)
* add ITEMS_PER_PAGE as a configuration setting, fetch it during pagination. * fix experiment-detail template * add table for all samples * add button to experiment-detail to view all samples for a given experiment * Uses filters based on URL params! * PEP8
Configuration menu - View commit details
-
Copy full SHA for f4bd5a6 - Browse repository at this point
Copy the full SHA f4bd5a6View commit details
Commits on Oct 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 688b041 - Browse repository at this point
Copy the full SHA 688b041View commit details
Commits on Oct 12, 2020
-
Enable filtering of queries based on white-listed fields. (#47)
* whitelist attribute names to filter on. * Filtering using URL args is working. * refactor experiments_table to view_all_experiments, to better match other blueprints. * build forms for samples and training. * Pass parsed URL kwargs to the template. * Template filter forms using FlaskForms. * PEP8
Configuration menu - View commit details
-
Copy full SHA for ffe5af0 - Browse repository at this point
Copy the full SHA ffe5af0View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.