Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 696 Bytes

CHANGELOG.md

File metadata and controls

23 lines (13 loc) · 696 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.0]

Features

  • Updated the test suite with improved functionality (e.g., registration of types, casting of data using templates)

[0.0.0]

Features

  • Initial implementation of genogrove (Interval B+ Tree Library for C++)
    • Supports insertion, search, and overlap queries
    • Supports heterogeneous data types (returns any data as std::any)
    • Native implementation of the Interval B+ Tree data structure (in C++20)