File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.2.0] - 2025-12-30
6+
7+ - Reformated the documentation to follow the HED website styles.
8+ - Corrected the distribution module name to be remodeler (not remodel)
9+
510## [ 0.1.0] - 2025-12-12
611
712### Initial Release
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Tabular file remodeling and reorganizing tools for event files and datasets.
2020## Installation
2121
2222``` bash
23- pip install remodeler
23+ pip install table- remodeler
2424```
2525
2626For development:
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This section contains the complete API reference for Table Remodeler.
1313Package overview
1414----------------
1515
16- The Table Remodeler package is organized into three main modules:
16+ The table-remodeler package is organized into three main modules:
1717
1818* **Core **: Main dispatcher, backup manager, and validator classes
1919* **Operations **: All remodeling and summary operations for tabular data
@@ -22,7 +22,7 @@ The Table Remodeler package is organized into three main modules:
2222Quick start
2323-----------
2424
25- The primary entry point for programmatic use is the :class: `~remodel .dispatcher.Dispatcher ` class:
25+ The primary entry point for programmatic use is the :class: `~remodeler .dispatcher.Dispatcher ` class:
2626
2727.. code-block :: python
2828
Original file line number Diff line number Diff line change 1111author = "HED Standard"
1212
1313# The full version, including alpha/beta/rc tags
14- release = "0.1 .0"
14+ release = "0.2 .0"
1515
1616# -- General configuration ---------------------------------------------------
1717# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " table-remodeler"
7- version = " 0.1 .0"
7+ version = " 0.2 .0"
88description = " Tabular file remodeling and reorganizing tools for event files and datasets."
99readme = " README.md"
1010authors = [
Original file line number Diff line number Diff line change @@ -59,4 +59,4 @@ paths = [
5959formats = [" cobertura" ]
6060paths = [" coverage.xml" ]
6161path_style = " relative"
62- sources = [" remodel " ]
62+ sources = [" remodeler " ]
Original file line number Diff line number Diff line change 11"""Remodeling tools for revising and summarizing tabular files."""
22
3- __version__ = "0.1 .0"
3+ __version__ = "0.2 .0"
44
55from .backup_manager import BackupManager
66from .dispatcher import Dispatcher
You can’t perform that action at this time.
0 commit comments