-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Applying dropdownAutoWidth for select-type * Adding table data export in JSON,PDF * New package release version * Testing XML export but it does not work yet * Fixing exiting filter input window in table and file modes The new tooltip format x/y indicates the current position (x) of an item in the Sphinx-Needs listbox relative to the total number of items (y) that match the active filter(s). * Fixing trigerring multiple keydown events when reentering network mode * Fixing moving focus * Implementing keyboard shortcuts for dragView and zoomView Resolving GUI issues, including improper focus behavior post-help and select-type operations. * You can now control which node types are visible or hidden in the network using the node types filter. * Introducing CHANGELOG.md * Updating documentation * Opening port to ollama
- Loading branch information
Showing
11 changed files
with
340 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# v0.93.0 - 2024-11-17 | ||
|
||
### Added | ||
- Table export support for JSON and PDF formats. | ||
- Node types filter: control which node types are visible or hidden in the network. | ||
- Keyboard shortcuts for `dragView` and `zoomView`. | ||
|
||
### Fixed | ||
- Resolved GUI issues, including improper focus behavior after help or select-type operations. | ||
- Fixed multiple `keydown` events being triggered when re-entering network mode. | ||
- Fixed exiting the filter input window in table and file modes. | ||
|
||
### Changed | ||
- Applied `dropdownAutoWidth` for `select-type` dropdown, improving usability. | ||
- Updated the format of displayed information about the number of nodes matching active filter(s). | ||
- The format `x/y` now indicates the current position (`x`) of an item in the Sphinx-Needs listbox relative to the total number of items (`y`) that match the active filter(s). | ||
- `NDV` stands for Neighborhood Depth View. | ||
|
||
# v0.92.0 - 2024-11-14 | ||
|
||
### Added | ||
- Support for filtering both incoming and outgoing link types (e.g., `satisfies`, `satisfies_back`). | ||
|
||
# v0.91.0 - 2024-11-13 | ||
|
||
### Fixed | ||
- References to non-existing IDs in table view are now handled properly. | ||
|
||
# v0.90.0 - 2024-10-11 | ||
|
||
### Added | ||
- Support to negate the content of a single bracket. | ||
- Added `devcontainer` for development environment setup. | ||
- Included `.vscode` configuration for streamlined development. | ||
- Enabled `README.md` to be used by PyPI and Sphinx, including all image rendering. | ||
|
||
### Changed | ||
- Moved the package build process to Poetry for managing dependencies and packaging. | ||
- Defining poetry tasks: black, clean, doc, doc-clean,.. | ||
- Set image URLs in `README.md`to frozen revision for stability. | ||
- Updated documentation. | ||
- Reformatted codebase using Black. | ||
|
||
### Fixed | ||
- Resolved issues with viewing node attributes. | ||
- Ensured `GNU Makefile` exits on the first error during execution. | ||
|
||
### Removed | ||
- Removed manually generated documentation from version control in favor of automated alternatives using GitHub Actions. | ||
|
||
### Miscellaneous | ||
- Minor changes and optimizations. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
:orphan: | ||
|
||
DUMMY | ||
##### | ||
.. | ||
This is a heck to force including sphinx_needs_data_explorer.svg in | ||
generated documentation | ||
:orphan: | ||
|
||
.. image:: images/sphinx_needs_data_explorer.svg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ license = {file = "LICENSE"} | |
|
||
[tool.poetry] | ||
name = "sphinx_needs_data_explorer" | ||
version = "0.9.2" | ||
version = "0.9.3" | ||
description = "Sphinx-needs-data-explorer is a Sphinx extension to visualize Sphinx-Needs data" | ||
authors = ["Michael Parkes <[email protected]>"] | ||
readme = "README.rst" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.