Skip to content

Commit

Permalink
CHANGELOG, README, setup: update for version v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrocas committed Dec 19, 2024
1 parent 7d2457b commit c76b5ca
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.2.2—Graph Customization Features
### Features
- Class member publicity (internal, private, public) could now be set with the `SourcetrailDB.record_{public, default, private}_access` methods.
- Integrate customization features provided by NumbatUI (*cf* [dedicated doc page](https://quarkslab.github.io/numbat/customization/) for details).

### Fixes
- Update CI to replace EoL actions versions.
- Parent directory iteration

**Full Changelog**: [https://github.com/quarkslab/numbat/compare/v0.2.1...v0.2.2](https://github.com/quarkslab/numbat/compare/v0.2.1...v0.2.2)

## v0.2.1—Opensourcing
### Features
- add small details in the documentation.
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ explorer which allows users to navigate through the different components (functi

Numbat main goal is to offer a full-python SDK given the fact that the current one, SourcetrailDB cannot be used anymore efficiently. It is not user-friendly at first sight, need to be compiled to provide Python bindings and, moreover, it is no longer maintained. Finally, we have added some little new features as finding an element in the database.

With Numbat, you will be able to visualize your data quickly with the nice graphical Sourcetrail interface. For example, [Pyrrha](https://github.com/quarkslab/pyrrha) uses Numbat to map firmware structure.
With Numbat, you will be able to visualize your data quickly with the nice graphical Sourcetrail interface. For example, [Pyrrha](https://quarkslab.github.io/pyrrha/) uses Numbat to map firmware structure.



Expand Down Expand Up @@ -76,8 +76,13 @@ db.commit()
db.close()
```

## Authors
## Authors & Maintainers

### Current
- Sami Babigeon (@sbabigeon), Quarkslab
- Eloïse Brocas (@ebrocas), Quarkslab

### Past
- Pascal Wu (@pwu42), during his internship at Quarkslab

The logo is a creation of Benoît Forgette and Sami Babigeon.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'numbat'
version='0.2.1'
version='0.2.2'
authors = [
{name = 'Eloïse Brocas', email = '[email protected]'},
{name = 'Sami Babigeon', email = '[email protected]'},
Expand Down

0 comments on commit c76b5ca

Please sign in to comment.