Branch: refs/heads/feature/gpu
Home: https://github.com/cytoscape/cytoscape.js
Commit: b0fd9174968cc4556e50acf4d43df04581ac1803
https://github.com/cytoscape/cytoscape.js/commit/b0fd9174968cc4556e50acf4d43df04581ac1803
Author: Max Franz <[email protected]>
Date: 2024-07-02 (Tue, 02 Jul 2024)
Changed paths:
M .github/workflows/feature-release.yml
M .github/workflows/patch-release.yml
M README.md
Log Message:
-----------
Update the release instructions
- Set the default branch to unstable for feature releases.
- Set the default branch to master for patch releases.
- Simplify instructions: patch & feature only (no back-port)
Commit: 99db106da71fef6378b588af9f2d1a55f8becb09
https://github.com/cytoscape/cytoscape.js/commit/99db106da71fef6378b588af9f2d1a55f8becb09
Author: Max Franz <[email protected]>
Date: 2024-07-02 (Tue, 02 Jul 2024)
Changed paths:
R .github/ISSUE_TEMPLATE/backport.md
Log Message:
-----------
Delete backport issue template
Commit: 11d21b8b4bbe42da2e375b5149446f0443b5032c
https://github.com/cytoscape/cytoscape.js/commit/11d21b8b4bbe42da2e375b5149446f0443b5032c
Author: Max Franz <[email protected]>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M .github/workflows/scripts/pre_release_test.sh
Log Message:
-----------
Clean up release script: pre_release_test.sh
- Enable `set -e`
- Proper exit statements
- Fix if
- Add "dist/cytoscape.umd.js" dist file to check for release
- Quote variables
Commit: 79423cf876bac41668b203db32d028d8e14cec57
https://github.com/cytoscape/cytoscape.js/commit/79423cf876bac41668b203db32d028d8e14cec57
Author: Max Franz <[email protected]>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M .github/workflows/scripts/new-patch-version.sh
Log Message:
-----------
Clean up release script: new-patch-version.sh
- Comments
- Quote variables
Commit: 97dee75495fa2ae89b69e7994da1784ac7598d2e
https://github.com/cytoscape/cytoscape.js/commit/97dee75495fa2ae89b69e7994da1784ac7598d2e
Author: Max Franz <[email protected]>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M .github/workflows/scripts/new-feature-version.sh
Log Message:
-----------
Review release script: new-feature-version.sh
- Comments
- Quote variables
Commit: 60cdfeff9990e4a0d16146bfb10d241c00c7ff6d
https://github.com/cytoscape/cytoscape.js/commit/60cdfeff9990e4a0d16146bfb10d241c00c7ff6d
Author: Max Franz <[email protected]>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M .github/workflows/scripts/merge_unstable_to_master.sh
Log Message:
-----------
Clean up release script: merge_unstable_to_master.sh
- Proper exits
- Comments
- Quote variables
- Fix bogus branch_name ref -- checkout master instead for backport branch step
Commit: 0f74d8e43bf69bde020bd0fd1de907d823e03af2
https://github.com/cytoscape/cytoscape.js/commit/0f74d8e43bf69bde020bd0fd1de907d823e03af2
Author: Max Franz <[email protected]>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M documentation/md/getting-started.md
Log Message:
-----------
Update documentation for release file table : cytoscape.esm.mjs
Commit: 330aa6653e8676e16b17ba3c4fe9c3285d4d32a8
https://github.com/cytoscape/cytoscape.js/commit/330aa6653e8676e16b17ba3c4fe9c3285d4d32a8
Author: Max Franz <[email protected]>
Date: 2024-07-16 (Tue, 16 Jul 2024)
Changed paths:
M .github/workflows/patch-release.yml
Log Message:
-----------
BRANCH=${{ github.event.inputs.branch }}
Commit: afec96dc69c1d21c1b1010d687446c2419396d96
https://github.com/cytoscape/cytoscape.js/commit/afec96dc69c1d21c1b1010d687446c2419396d96
Author: Max Franz <[email protected]>
Date: 2024-07-16 (Tue, 16 Jul 2024)
Changed paths:
M .github/workflows/scripts/pre_release_test.sh
Log Message:
-----------
Checks should be on local f/s
Commit: 3441bf008dc2090c86e2764683f1cf3aa7d56717
https://github.com/cytoscape/cytoscape.js/commit/3441bf008dc2090c86e2764683f1cf3aa7d56717
Author: Max Franz <[email protected]>
Date: 2024-07-16 (Tue, 16 Jul 2024)
Changed paths:
M package.json
Log Message:
-----------
Use cpy --flat
Commit: f23ca8c2c5452db42670289c537ebf09f3a6be31
https://github.com/cytoscape/cytoscape.js/commit/f23ca8c2c5452db42670289c537ebf09f3a6be31
Author: Max Franz <[email protected]>
Date: 2024-07-16 (Tue, 16 Jul 2024)
Changed paths:
M .github/workflows/scripts/pre_release_test.sh
Log Message:
-----------
Remove versions.json check since it's created earlier in the pipeline
Commit: f05e4f4078ffc3b5087b2028ac7a59312da8996b
https://github.com/cytoscape/cytoscape.js/commit/f05e4f4078ffc3b5087b2028ac7a59312da8996b
Author: Max Franz <[email protected]>
Date: 2024-07-16 (Tue, 16 Jul 2024)
Changed paths:
M README.md
A documentation/img/preview-feature.png
A documentation/img/preview-patch.png
Log Message:
-----------
Add images
Commit: 93d2b9e8df1355a433259ae904fa23585a020dac
https://github.com/cytoscape/cytoscape.js/commit/93d2b9e8df1355a433259ae904fa23585a020dac
Author: Max Franz <[email protected]>
Date: 2024-07-18 (Thu, 18 Jul 2024)
Changed paths:
R .github/ISSUE_TEMPLATE/backport.md
M .github/workflows/feature-release.yml
M .github/workflows/patch-release.yml
M .github/workflows/scripts/merge_unstable_to_master.sh
M .github/workflows/scripts/new-feature-version.sh
M .github/workflows/scripts/new-patch-version.sh
M .github/workflows/scripts/pre_release_test.sh
M README.md
A documentation/img/preview-feature.png
A documentation/img/preview-patch.png
M documentation/md/getting-started.md
M package.json
Log Message:
-----------
Merge pull request #3252 from cytoscape/fix/auto-rel-instr
Simplify release instructions
Commit: 52645fdeecba87dc85c275c143b1b075e14973d1
https://github.com/cytoscape/cytoscape.js/commit/52645fdeecba87dc85c275c143b1b075e14973d1
Author: maxkfranz <[email protected]>
Date: 2024-07-18 (Thu, 18 Jul 2024)
Changed paths:
M documentation/versions.json
Log Message:
-----------
Docs: Add 3.30.1 to versions.json
Commit: 8393c9e244f82b23c02873136935aa410b0dfa9c
https://github.com/cytoscape/cytoscape.js/commit/8393c9e244f82b23c02873136935aa410b0dfa9c
Author: Max Franz <[email protected]>
Date: 2024-07-18 (Thu, 18 Jul 2024)
Changed paths:
M README.md
Log Message:
-----------
Update README.md
Commit: 48115e358d4d406451d0a9aed1b40fb7768f2a83
https://github.com/cytoscape/cytoscape.js/commit/48115e358d4d406451d0a9aed1b40fb7768f2a83
Author: Max Franz <[email protected]>
Date: 2024-07-18 (Thu, 18 Jul 2024)
Changed paths:
M documentation/demos/6000-elements/index.html
M documentation/demos/circle-layout/index.html
M documentation/demos/concentric-layout/index.html
M documentation/demos/cose-bilkent-layout-compound/index.html
M documentation/demos/cose-bilkent-layout/index.html
M documentation/demos/cose-layout/index.html
M documentation/demos/edge-arrows/index.html
M documentation/demos/edge-types/index.html
M documentation/demos/genemania-export/index.html
M documentation/demos/grid-layout/index.html
M documentation/demos/labels/index.html
M documentation/demos/node-types/index.html
M documentation/demos/performance-tuning/index.html
M documentation/demos/radius-types/index.html
M documentation/demos/spread-layout/index.html
M documentation/docmaker.json
Log Message:
-----------
Cherry-pick to unstable: Merge pull request #3260 from s-weigand/fix-demos
📚🩹 Fix broken demos in the docs are broken due to 404 error fetching
`cytoscape.min.js`
Commit: 4639c6cfc57c9c00c4e6bc692d56a485f0dd0cab
https://github.com/cytoscape/cytoscape.js/commit/4639c6cfc57c9c00c4e6bc692d56a485f0dd0cab
Author: Max Franz <[email protected]>
Date: 2024-07-22 (Mon, 22 Jul 2024)
Changed paths:
M documentation/md/intro.md
Log Message:
-----------
Add nflows to the who-uses list #914
Commit: a578d3395552c0e0b01d7de088b06bfeb0959b4a
https://github.com/cytoscape/cytoscape.js/commit/a578d3395552c0e0b01d7de088b06bfeb0959b4a
Author: Mike Kucera <[email protected]>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M src/extensions/renderer/canvas/webgl/atlas.js
M src/extensions/renderer/canvas/webgl/drawing-nodes-webgl.js
Log Message:
-----------
refactoring in Atlas
Commit: 0d414c2f160f65f9e927d5fd1e1aff6326859771
https://github.com/cytoscape/cytoscape.js/commit/0d414c2f160f65f9e927d5fd1e1aff6326859771
Author: Mike Kucera <[email protected]>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M src/extensions/renderer/canvas/webgl/drawing-redraw-webgl.js
Log Message:
-----------
add debug output
Commit: f4997474837d3b389808e7bdb2b1cb43553a0626
https://github.com/cytoscape/cytoscape.js/commit/f4997474837d3b389808e7bdb2b1cb43553a0626
Author: Mike Kucera <[email protected]>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M src/extensions/renderer/canvas/webgl/drawing-nodes-webgl.js
Log Message:
-----------
only call getBoundingBox once per node
Commit: e94c632a587d557fbdf9462ed7b262f8be08dc12
https://github.com/cytoscape/cytoscape.js/commit/e94c632a587d557fbdf9462ed7b262f8be08dc12
Author: Mike Kucera <[email protected]>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M src/extensions/renderer/canvas/webgl/drawing-edges-webgl.js
Log Message:
-----------
Inline edge style, slightly faster
Commit: 9fcd4493930c999feee82464edfaf1be9f5251cf
https://github.com/cytoscape/cytoscape.js/commit/9fcd4493930c999feee82464edfaf1be9f5251cf
Author: Mike Kucera <[email protected]>
Date: 2024-08-02 (Fri, 02 Aug 2024)
Changed paths:
R .github/ISSUE_TEMPLATE/backport.md
M .github/workflows/feature-release.yml
M .github/workflows/patch-release.yml
M .github/workflows/scripts/merge_unstable_to_master.sh
M .github/workflows/scripts/new-feature-version.sh
M .github/workflows/scripts/new-patch-version.sh
M .github/workflows/scripts/pre_release_test.sh
M README.md
M documentation/demos/6000-elements/index.html
M documentation/demos/circle-layout/index.html
M documentation/demos/concentric-layout/index.html
M documentation/demos/cose-bilkent-layout-compound/index.html
M documentation/demos/cose-bilkent-layout/index.html
M documentation/demos/cose-layout/index.html
M documentation/demos/edge-arrows/index.html
M documentation/demos/edge-types/index.html
M documentation/demos/genemania-export/index.html
M documentation/demos/grid-layout/index.html
M documentation/demos/labels/index.html
M documentation/demos/node-types/index.html
M documentation/demos/performance-tuning/index.html
M documentation/demos/radius-types/index.html
M documentation/demos/spread-layout/index.html
M documentation/docmaker.json
A documentation/img/preview-feature.png
A documentation/img/preview-patch.png
M documentation/md/getting-started.md
M documentation/md/intro.md
M documentation/versions.json
M package.json
Log Message:
-----------
Merge branch 'unstable' into feature/gpu
Commit: 76f35c19a37a239b51007725a66e0bdb7de734e5
https://github.com/cytoscape/cytoscape.js/commit/76f35c19a37a239b51007725a66e0bdb7de734e5
Author: Mike Kucera <[email protected]>
Date: 2024-08-02 (Fri, 02 Aug 2024)
Changed paths:
M src/collection/dimensions/bounds.js
Log Message:
-----------
don't recalculate bounding box when already cached
refs #3264
Commit: f2a865464217e2a746d8e6682118fad58acb3839
https://github.com/cytoscape/cytoscape.js/commit/f2a865464217e2a746d8e6682118fad58acb3839
Author: Mike Kucera <[email protected]>
Date: 2024-08-02 (Fri, 02 Aug 2024)
Changed paths:
M src/extensions/renderer/canvas/webgl/drawing-edges-webgl.js
Log Message:
-----------
minor perf improvement
Commit: 637fed734f3d30c1f986cf8f8959cda3d928d0d5
https://github.com/cytoscape/cytoscape.js/commit/637fed734f3d30c1f986cf8f8959cda3d928d0d5
Author: Mike Kucera <[email protected]>
Date: 2024-08-02 (Fri, 02 Aug 2024)
Changed paths:
M src/collection/style.js
Log Message:
-----------
inline cleanStyle() into parsedStyle(), minor perf improvement
Commit: ee4545ff55efea1ae9f88de332925a6620b92223
https://github.com/cytoscape/cytoscape.js/commit/ee4545ff55efea1ae9f88de332925a6620b92223
Author: Mike Kucera <[email protected]>
Date: 2024-08-13 (Tue, 13 Aug 2024)
Changed paths:
R src/extensions/renderer/canvas/webgl/atlas-grid.js
M src/extensions/renderer/canvas/webgl/atlas.js
M src/extensions/renderer/canvas/webgl/drawing-nodes-webgl.js
M src/extensions/renderer/canvas/webgl/drawing-redraw-webgl.js
A test/modules/webgl-atlas.js
Log Message:
-----------
Add AtlasControl. Start adding tests.
Commit: 66f5e4c4a921e37acc5abaec92c145dd0b5e9a9d
https://github.com/cytoscape/cytoscape.js/commit/66f5e4c4a921e37acc5abaec92c145dd0b5e9a9d
Author: Mike Kucera <[email protected]>
Date: 2024-08-14 (Wed, 14 Aug 2024)
Changed paths:
M debug/webgl/index.html
M debug/webgl/init.js
M src/core/viewport.js
M src/extensions/renderer/base/index.js
M src/extensions/renderer/canvas/index.js
M src/extensions/renderer/canvas/webgl/atlas.js
M src/extensions/renderer/canvas/webgl/drawing-nodes-webgl.js
M src/extensions/renderer/canvas/webgl/drawing-redraw-webgl.js
M test/modules/webgl-atlas.js
Log Message:
-----------
start of atlas garbage collection, with tests
Compare:
https://github.com/cytoscape/cytoscape.js/compare/0d93557e5835...66f5e4c4a921
To unsubscribe from these emails, change your notification settings at
https://github.com/cytoscape/cytoscape.js/settings/notifications
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/cytoscape-cvs/cytoscape/cytoscape.js/push/refs/heads/feature/gpu/0d9355-66f5e4%40github.com.