v1.3.0 (2026-04-08)
Bug Fixes
-
entry: Correctly initialize ctdam config file (#23, f231186)
-
entry: Fixed file path to via_config.toml (#23, f231186)
-
parser: Correct suffix check to distinguish file type (#23, f231186)
Chores
-
Fix readme specification (#22, 9b91dcb)
-
Ignore untracked git files inside sbs_data (#23, f231186)
-
deps: Added myst-parser and click-extra for markdown readme parsing in docs (#21, 0a6b59d)
Continuous Integration
- Run tests in one thread to avoid weird test artifacts from parallel testing (#23,
f231186)
Documentation
-
Added zenodo DOI badge to README (#20, ebe015e)
-
Correct github link resolving (#21, 0a6b59d)
-
Removed coverage badge which is not working (#20, ebe015e)
-
Replaced readme and index with markdown variant (#21, 0a6b59d)
-
Updated short description text (#20, ebe015e)
Features
-
entry: Added a cli command that displays processing function descriptions (#23, f231186)
-
entry: Added a config file to ctdam, that can save external modules (#23, f231186)
-
entry: New cli command section that interacts with external functions (#23, f231186)
-
proc: Added a method that returns an external functions docstring (#23, f231186)
-
proc: Allow removal of external modules (#23, f231186)
-
proc: Module addition method to add external functions (#23, f231186)
-
proc: Neat output of newly added functions (#23, f231186)
-
proc: Use an external functions description as 'info' attribute (#23, f231186)
Testing
-
conv: Handled syntax different between python 3.14.2 and 3.14.3 (#23, f231186)
-
proc: Test external module removal (#23, f231186)
-
proc: Testing new module addition method (#23, f231186)
Detailed Changes: v1.2.0...v1.3.0