We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 742665c commit 48fc551Copy full SHA for 48fc551
2 files changed
winpython/__init__.py
@@ -28,6 +28,6 @@
28
OTHER DEALINGS IN THE SOFTWARE.
29
"""
30
31
-__version__ = '4.7.20220709'
+__version__ = '4.7.20220730'
32
__license__ = __doc__
33
__project_url__ = 'http://winpython.github.io/'
winpython/data/packages.ini
@@ -3334,3 +3334,18 @@ description = Blazingly fast DataFrame library
3334
[xyzservices]
3335
description = Source of XYZ tiles providers
3336
3337
+[filterpy]
3338
+description = Kalman filtering and optimal estimation library
3339
+
3340
+[zstd]
3341
+description = ZSTD Bindings for Python
3342
3343
+[pmdarima]
3344
+description = Python's forecast::auto.arima equivalent
3345
3346
+[pytoolconfig]
3347
+description = Python tool configuration
3348
3349
+[tbats]
3350
+description = BATS and TBATS for time series forecasting
3351
0 commit comments