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.
[0.0.5] - 2019-03-08
Added
usage-grid-social-network.pyandusage-concentric-social-network.py.github)tests.test_usage: Tests for rendering usage files.tests.test_callbacks: Tests for updatingCytoscapewith callbacks.tests.test_interactions: Tests for interacting withCytoscape, and evaluating its event callbacks.tests.test_percy_snapshot: Creates a Percy build using screenshots from other tests.Changed
usage-*.py: Modified all the import statements fromimport dash_cytoscapetoimport dash_cytoscape as cyto. Optimized imports. They are now linted with pylint/flake8.demos/usage-*: Formatted all demo apps in order to respect pylint and flake8.usage-phylogeny.py: Clear callback conditional statementCONTRIBUTING.md: changeddash-cytoscape-0.0.1todash-cytoscape-x.x.x. Added a Code quality & design section. Changed the Making a contribution section and updated title to Publishing. Updated Pre-Release checklist. Added the Development section fromREADME.md(renamed Setting up the environment). Added a Tests section.npmignore: Addedvenvto avoid venvs to be included in the npm distribution package, which makes us a large amount of space and many unnecessary files being distributed.config.yml: Added steps to run the new tests. Added coverage for Python 3.7. Includeddemosand all usage examples inpylintandflake8. Increased line limit to 100.README.md: Moved the Development section toCONTRIBUTING.md. Modified the dash version in Prerequisites.requirements.txt: Updated the dash version to latest.tests/requiremens.txt: Updated the dash version to latest.package.json: Removed"prepublish": "npm run validate-init"due to conflict with CircleCI build. This script will be deprecated in favor of the upcoming Dash Component CLI.tests/IntegrationTests.py: Moved thepercy_snapshotmethod totest_percy_snapshotin order to avoid duplicate (failing) builds on Percy. Decrease the number of processes to 1.setup.py: Added classifiers and download_url.Removed
extract-meta.js,extract-meta- they were moved to the dash component CLI, thus are not needed anymoreconfig.py,runtime.txt,Procfile,index.html- only needed for hostingusage-*.pyon DDS, they are now moved toplotly/dash-cytoscape-demos.review_checklist.md- redundant since all the information is already contained in CONTRIBUTING.mdtests.test_render: Removed unused test