You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v<0.2.0> <06/10/2023> -- Upgraded some libraries like numpy,pandas and small refactorings.
3
3
v<0.3.0>, <05/23/2025> -- Updated dependencies to latest versions, improved documentation, added quick start example in README. Added Inqmad model. Special thanks to @TechyNilesh @Joaggi @onixlas.
4
-
v<0.3.1>, <06/04/2025> -- Enhanced README with comprehensive community engagement section, educational content, third-party integrations, and developer community highlights. Fixed sublist formatting in reStructuredText. Improved error handling for Inqmad model imports.
4
+
v<0.3.1>, <06/04/2025> -- Enhanced README with comprehensive community engagement section, educational content, third-party integrations, and developer community highlights. Fixed sublist formatting in reStructuredText. Improved error handling for Inqmad model imports.
5
+
v<0.3.2>, <06/14/2025> -- Updated PyOD version and added Python 3.13 support. Fixed Flaticon link in documentation. Enhanced error handling for optional JAX dependencies. Updated rrcf version to 0.4.4 and improved quantization in RelativeEntropy model. Improved test coverage and configuration. Added deprecation warning tests and enhanced model methods array handling. Special thanks to @onixlas for multiple contributions.
Copy file name to clipboardExpand all lines: README.rst
+14-60Lines changed: 14 additions & 60 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,65 +95,6 @@ Free and Open Source Software (FOSS)
95
95
96
96
`PySAD` is distributed under `BSD License 2.0 <https://github.com/selimfirat/pysad/blob/master/LICENSE>`_ and favors FOSS principles.
97
97
98
-
Community Engagement
99
-
=====================
100
-
101
-
PySAD has built a strong and active community with significant adoption across academia and industry:
102
-
103
-
Academic Recognition
104
-
^^^^^^^^^^^^^^^^^^^^
105
-
106
-
* **Cited in academic literature** with growing adoption in streaming data research with more than 50 citations to the arXiv version (excluding GitHub link-only citations). See `Google Scholar <https://scholar.google.com/citations?view_op=view_citation&hl=tr&user=R6Hwp20AAAAJ&citation_for_view=R6Hwp20AAAAJ:2osOgNQ5qMEC>`_ for detailed citation metrics.
107
-
108
-
GitHub Community
109
-
^^^^^^^^^^^^^^^^^
110
-
111
-
* **260+ GitHub Stars** demonstrating widespread community interest and adoption among developers and researchers in the machine learning community.
112
-
113
-
Active Usage
114
-
^^^^^^^^^^^^
115
-
116
-
* **Strong PyPI download statistics** according to `pypistats.org <https://pypistats.org/packages/pysad>`_ with 2K+ downloads in the May 2025 and consistent weekly usage.
117
-
118
-
Educational Content
119
-
^^^^^^^^^^^^^^^^^^^
120
-
121
-
Featured in educational content across multiple platforms:
122
-
123
-
* **Medium Articles:**
124
-
125
-
* `Real-time Anomaly Detection with Python <https://medium.com/data-science/real-time-anomaly-detection-with-python-36e3455e84e2>`_
126
-
* `Real-time Anomaly Detection for Quality Control <https://medium.com/data-science/real-time-anomaly-detection-for-quality-control-e6af28a3350d>`_
127
-
* `The Challenges of AI in an Industrial Environment <https://medium.com/@anthonycvn/the-challenges-of-ai-in-an-industrial-environment-6e118a8daa67>`_
* `Anomaly Detection Resources by Yue Zhao <https://github.com/yzhao062/anomaly-detection-resources>`_ curated collection of papers, algorithms, and datasets
133
-
134
-
Third-party Integrations
135
-
^^^^^^^^^^^^^^^^^^^^^^^^^
136
-
137
-
PySAD has been adopted and integrated into major machine learning frameworks:
138
-
139
-
* **TurboML Integration:** `PySAD example documentation <https://docs.turboml.com/wyo_models/pysad_example/>`_ showing adoption in machine learning workflow platforms.
140
-
141
-
* **Apache Beam Integration:** PySAD modules adapted into Apache Beam's ML package with `zscore <https://beam.apache.org/releases/pydoc/2.64.0/apache_beam.ml.anomaly.detectors.zscore.html>`_ and `robust_zscore <https://beam.apache.org/releases/pydoc/2.64.0/apache_beam.ml.anomaly.detectors.robust_zscore.html>`_ anomaly detectors.
142
-
143
-
* **River ML Integration:** The prominent online machine learning library has adapted PySAD algorithms, including the `StandardAbsoluteDeviation detector <https://riverml.xyz/0.20.0/api/anomaly/StandardAbsoluteDeviation/?query=pysad>`_ with explicit PySAD references.
144
-
145
-
Developer Community
146
-
^^^^^^^^^^^^^^^^^^^
147
-
148
-
* **Widespread GitHub usage** with 50+ files using ``import pysad`` and 200+ files using ``from pysad`` across various repositories: `import usage <https://github.com/search?q=%22import+pysad%22&type=code>`_, `from usage <https://github.com/search?q=%22from+pysad%22&type=code>`_.
149
-
150
-
* **External projects** demonstrating practical applications across diverse domains:
0 commit comments