-
Notifications
You must be signed in to change notification settings - Fork 13
hdtv-tool hdtv Discussions
Pinned Discussions
Sort by:
Latest activity
Categories, most helpful, and community links
Categories
Community links
Discussions
-
You must be logged in to vote 💡 Replace
dependency-reductionROOT.TH1histogram wrapper with numpy-backed data structureReduce the dependency of third party software architectureChange of some fundamental logic within hdtv necessary -
You must be logged in to vote 📣 -
You must be logged in to vote 💡 Add type annotations across the codebase
enhancementNew feature or request Code qualityImproves the overall code quality -
You must be logged in to vote 💡 Add Jupyter Notebook Integration
enhancementNew feature or request -
You must be logged in to vote 💡 Decouple Session State from Global
architecture__main__.spectraChange of some fundamental logic within hdtv necessary -
You must be logged in to vote 💡 Add Undo/Redo for Fit Operations
enhancementNew feature or request -
You must be logged in to vote 💡 Add Performance Benchmarking Suite
TestingAdd or adjust the test suite -
You must be logged in to vote 💡 Rework Testing Along a Testing Pyramid
architectureChange of some fundamental logic within hdtv necessary TestingAdd or adjust the test suite -
You must be logged in to vote 💡 Restructure documentation (user docs vs. developer docs, deprecate man pages)
docsImprove documentation -
You must be logged in to vote 💡 Clean up
Code qualitymatInterface.py(12+ FIXME/TODO comments, code duplication)Improves the overall code quality -
You must be logged in to vote 💡 Clean up
Code qualitypeakfinder.py(8 TODO/FIXME comments, dead code)Improves the overall code quality -
You must be logged in to vote 💡 Refactor
Code qualityspecreader.pyerror handling (4 FIXME comments)Improves the overall code quality -
You must be logged in to vote 💡 Add CMake and Ninja as PyPI build dependencies
enhancementNew feature or request buildConcerning the build system -
You must be logged in to vote 💡 Add comprehensive matrix/cut operation test suite
TestingAdd or adjust the test suite -
You must be logged in to vote 💡 Decouple peak fitting engine from ROOT C++ (migrate to scipy.optimize)
enhancementNew feature or request dependency-reductionReduce the dependency of third party software architectureChange of some fundamental logic within hdtv necessary -
You must be logged in to vote 💡 Use the dummy monkey-patch-patern to sub in new GUI
GUIThe graphical user interface has to be touched -
You must be logged in to vote 💡 Replace ROOT background models with scipy/numpy implementations
enhancementNew feature or request dependency-reductionReduce the dependency of third party software -
You must be logged in to vote 💡 Extract
enhancementlibmfileas a standalone C library with Python/ctypes bindingsNew feature or request dependency-reductionReduce the dependency of third party software architectureChange of some fundamental logic within hdtv necessary -
You must be logged in to vote 💡 Replace
enhancementROOT.TColor/ROOT.gROOT.GetColorin color module with pure PythonNew feature or request dependency-reductionReduce the dependency of third party software -
You must be logged in to vote 💡 Replace ROOT
enhancementTF1/TF2/TVirtualFitterin efficiency module with scipy/numpyNew feature or request dependency-reductionReduce the dependency of third party software