Graphedexcel

Latest version: v1.2.3

Safety actively analyzes 688476 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

1.2.3

Nothing else.

1.2.2

Fix version of docker image on release

1.2.1

Now its possible to run GraphedExcel without having to deal with Python and just do a docker run.

This will use the provided test file in the docs folder.

powershell
docker run -v ${pwd}/docs:/app/docs ghcr.io/dalager/graphedexcel ./docs/Book1.xlsx



What's Changed
* Publish docker image to ghcr by dalager in https://github.com/dalager/graphedexcel/pull/44


**Full Changelog**: https://github.com/dalager/graphedexcel/compare/v1.2.0...v1.2.1

1.2.0

What's Changed
* Toggle legends on visualization via CLI or settings file by dalager in https://github.com/dalager/graphedexcel/pull/43
* GH Action Dep(deps): Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 in the actions-deps group across 1 directory by dependabot in https://github.com/dalager/graphedexcel/pull/42



**Full Changelog**: https://github.com/dalager/graphedexcel/compare/v1.1.8...v1.2.0

1.1.8

Contents

- Security and CI/CD pipeline fixes, no new features
- Switch to Poetry

What's Changed
* Update Black to 24.10 by dalager in https://github.com/dalager/graphedexcel/pull/21
* Updated upload-artifact action from v3 -> v4 by dalager in https://github.com/dalager/graphedexcel/pull/22
* Env var to force js actions to v20 by dalager in https://github.com/dalager/graphedexcel/pull/23
* LLM Chat context helper: Add all py files to combined file by dalager in https://github.com/dalager/graphedexcel/pull/24
* Use Poetry for package management by dalager in https://github.com/dalager/graphedexcel/pull/25
* Pinned versions of GH Actions by dalager in https://github.com/dalager/graphedexcel/pull/26
* Implement security suggestions from code scanning by dalager in https://github.com/dalager/graphedexcel/pull/27
* Use pipx to install poetry by dalager in https://github.com/dalager/graphedexcel/pull/28
* Basic dependabot version check by dalager in https://github.com/dalager/graphedexcel/pull/29
* Update code contrib guideline by dalager in https://github.com/dalager/graphedexcel/pull/31
* Bump pytest from 8.3.0 to 8.3.3 by dependabot in https://github.com/dalager/graphedexcel/pull/30
* Automerge DependaBot by dalager in https://github.com/dalager/graphedexcel/pull/34
* Dependabot yml fix by dalager in https://github.com/dalager/graphedexcel/pull/35
* Bump the actions-deps group with 5 updates by dependabot in https://github.com/dalager/graphedexcel/pull/36
* Add prefix to Dependabot GH dependency commits by dalager in https://github.com/dalager/graphedexcel/pull/37
* Adding Bandit scanning both locally and as github action by dalager in https://github.com/dalager/graphedexcel/pull/38
* Rename CI action and put scanning in seperate job by dalager in https://github.com/dalager/graphedexcel/pull/39
* GH Action Dep(deps): Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 in the actions-deps group by dependabot in https://github.com/dalager/graphedexcel/pull/40

New Contributors
* dependabot made their first contribution in https://github.com/dalager/graphedexcel/pull/30

**Full Changelog**: https://github.com/dalager/graphedexcel/compare/v1.1.7...v1.1.8

1.1.7

**Unconneced nodes removed by default**
It was a switch before, but now all unconnected nodes will be removed - they provide no value or insight and.

**Self-Loops removed**
When `A1` contains `=A1` there is no value in representing that reference. If it is `=A1*A2` we have a dependency to another cell, `A2` and this is what we are after.
So no more selfloops either.

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.