Skip to content

Releases: quarkslab/numbat

v0.2.7 --- Fix Duplicate Insertion

Choose a tag to compare

@ebrocas ebrocas released this 06 Jul 08:24
22744da

Fix

Full Changelog: v0.2.6...v0.2.7

v0.2.6—Add Options in File Operation

Choose a tag to compare

@ebrocas ebrocas released this 27 May 13:31
47f0ac2

Features

User can now specify the name under which a file is recorded in db (SourcetrailDB.record_file)

Fixes

  • File directory (for side loaded files) is only created when required not automatically at the init of the DB.

Full Changelog: v0.2.5...v0.2.6

v0.2.5—Improve Exceptions

Choose a tag to compare

@ebrocas ebrocas released this 07 May 16:33
2540120

Features

A new exception has been implemented (DBException) to abstract the underlying DB and its particular exceptions. User will only need to catch
this exception to catch all the DB related exceptions.

Fixes

  • Fix custom command addition.

Full Changelog: v0.2.4...v0.2.5

v0.2.4—Fixes

Choose a tag to compare

@ebrocas ebrocas released this 05 May 17:08
f5b3d48

Features

N/A

Fixes

  • Internal get catch errors when needed.
  • Detail errors to improve debug experience.

Full Changelog: v0.2.3...v0.2.4

v0.2.3—Typing Support (PEP 561)

Choose a tag to compare

@ebrocas ebrocas released this 18 Apr 11:39
967cd12

Features

  • Add packaging type information.
  • Add linter and formatter info.

Fixes

  • Various little fixes following linter application.

Full Changelog: v0.2.2...v0.2.3

v0.2.2—Graph Customization Features

Choose a tag to compare

@ebrocas ebrocas released this 19 Dec 18:50
8e7399b

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 for details).

Fixes

  • Update CI to replace EoL actions versions.
  • Parent directory iteration

Full Changelog: v0.2.1...v0.2.2

v0.2.1—Opensourcing

Choose a tag to compare

@ebrocas ebrocas released this 06 Mar 13:27
6802678

Features

  • add small details in the documentation.

Fixes

  • Tests with correct modules name

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@ebrocas ebrocas released this 12 Dec 09:02
0e04a15

Features

  • add a cache system for names/id to avoid doing DB request to obtain the id associated to a given name
  • add the classmethod SourcetrailDB.exists to check if a path correspond to an existing db

Fixes

  • None

Full Changelog: v0.1.0...v0.2.0

v0.1.0—First release

Choose a tag to compare

@ebrocas ebrocas released this 08 Dec 16:37