From 41883af21877bdaab4f2358e223b3af57f2c8008 Mon Sep 17 00:00:00 2001 From: Dev Singh Date: Wed, 23 Sep 2020 14:37:51 +0000 Subject: [PATCH] docs: remove version bump, nomaintain add notice that module is not actively maintained, may be removed in future release Signed-off-by: Dev Singh --- analysis-master/tra_analysis/regression.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/analysis-master/tra_analysis/regression.py b/analysis-master/tra_analysis/regression.py index 4c767b59..82e8fbb1 100644 --- a/analysis-master/tra_analysis/regression.py +++ b/analysis-master/tra_analysis/regression.py @@ -1,16 +1,15 @@ # Titan Robotics Team 2022: CUDA-based Regressions Module +# Not actively maintained, may be removed in future release # Written by Arthur Lu & Jacob Levine # Notes: # this module has been automatically inegrated into analysis.py, and should be callable as a class from the package # this module is cuda-optimized (as appropriate) and vectorized (except for one small part) # setup: -__version__ = "0.0.5" +__version__ = "0.0.4" # changelog should be viewed using print(analysis.regression.__changelog__) __changelog__ = """ - 0.0.5: - - add circle fitting with LSC and HyperFit 0.0.4: - bug fixes - fixed changelog @@ -28,7 +27,6 @@ __changelog__ = """ __author__ = ( "Jacob Levine ", "Arthur Lu ", - "Dev Singh " ) __all__ = [