Releases: dalager/graphedexcel
Releases · dalager/graphedexcel
1.2.3 Python 3.13 dependency update
1.2.2 Version fix
Fix version of docker image on release
1.2.1 Docker Rocker!
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.
docker run -v ${pwd}/docs:/app/docs ghcr.io/dalager/graphedexcel ./docs/Book1.xlsx
What's Changed
Full Changelog: v1.2.0...v1.2.1
v1.2.0 Hide the legends!
What's Changed
- Toggle legends on visualization via CLI or settings file by @dalager in #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 #42
Full Changelog: v1.1.8...v1.2.0
v1.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 #21
- Updated upload-artifact action from v3 -> v4 by @dalager in #22
- Env var to force js actions to v20 by @dalager in #23
- LLM Chat context helper: Add all py files to combined file by @dalager in #24
- Use Poetry for package management by @dalager in #25
- Pinned versions of GH Actions by @dalager in #26
- Implement security suggestions from code scanning by @dalager in #27
- Use pipx to install poetry by @dalager in #28
- Basic dependabot version check by @dalager in #29
- Update code contrib guideline by @dalager in #31
- Bump pytest from 8.3.0 to 8.3.3 by @dependabot in #30
- Automerge DependaBot by @dalager in #34
- Dependabot yml fix by @dalager in #35
- Bump the actions-deps group with 5 updates by @dependabot in #36
- Add prefix to Dependabot GH dependency commits by @dalager in #37
- Adding Bandit scanning both locally and as github action by @dalager in #38
- Rename CI action and put scanning in seperate job by @dalager in #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 #40
New Contributors
- @dependabot made their first contribution in #30
Full Changelog: v1.1.7...v1.1.8
v1.1.7 Graph cleanup
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.
v1.1.6 Bugfix release
1.1.5 was broken.
v1.1.5
v1.1.0 Configurable visualization
- Adding
--config
argument to provide visualization settings from json config file