8000 Merge pull request #1091 from stonebig/master · Sadies480/winpython@490a9a7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 490a9a7

Browse files
authored
Merge pull request winpython#1091 from stonebig/master
package names
2 parents 0b03c26 + 48fc551 commit 490a9a7

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

winpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

31-
__version__ = '4.7.20220709'
31+
__version__ = '4.7.20220730'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3334,3 +3334,18 @@ description = Blazingly fast DataFrame library
33343334
[xyzservices]
33353335
description = Source of XYZ tiles providers
33363336

3337+
[filterpy]
3338+
description = Kalman filtering and optimal estimation library
3339+
3340+
[zstd]
3341+
description = ZSTD Bindings for Python
3342+
3343+
< 6039 span class="pl-en">[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

Comments
 (0)
0