dsipts 1.1.18__py3-none-any.whl → 1.1.20__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of dsipts might be problematic. Click here for more details.

dsipts/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "1.1.18"
1
+ __version__ = "1.1.20"
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dsipts
3
- Version: 1.1.18
3
+ Version: 1.1.20
4
4
  Summary: Unified library for timeseries modelling
5
5
  Author-email: Andrea Gobbi <agobbi@fbk.eu>
6
6
  Project-URL: Homepage, https://github.com/DSIP-FBK/DSIPTS
7
7
  Project-URL: Docs, https://dsip-fbk.github.io/DSIPTS/
8
- Requires-Python: ==3.11.13
8
+ Requires-Python: >=3.12
9
9
  Description-Content-Type: text/markdown
10
- Requires-Dist: aim==3.20.1
10
+ Requires-Dist: aim
11
11
  Requires-Dist: beautifulsoup4==4.12.0
12
12
  Requires-Dist: bumpver>=2025.1131
13
13
  Requires-Dist: einops>=0.8.1
@@ -431,6 +431,9 @@ and then open the url (http://127.0.0.1:43800)[http://127.0.0.1:43800]. It will
431
431
 
432
432
 
433
433
 
434
+ ## 1.1.20 (2026-02-01)
435
+ - automation of tags, version etc using only the makefile
436
+ - update newer version of python
434
437
  ## 1.1.14 (2025-12-02)
435
438
  - Add CHANGELOG to the pip page
436
439
  - Bug fixing for non autoregressive models
@@ -1,5 +1,5 @@
1
1
  dsipts/__init__.py,sha256=2KK6XbUewsjmQQ6-zNMKIcFP01jtcXskcwr3qZwQToE,1822
2
- dsipts/version.py,sha256=kbM6kF6tWX6LuTwtd9tYLVDzERxJ8vm1BCy04fqPM8g,22
2
+ dsipts/version.py,sha256=356mX5gt6SA0pAUpV03syJebLSqgcNO5cBqfmKn-49E,22
3
3
  dsipts/data_management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  dsipts/data_management/monash.py,sha256=aZxq9FbIH6IsU8Lwou1hAokXjgOAK-wdl2VAeFg2k4M,13075
5
5
  dsipts/data_management/public_datasets.py,sha256=yXFzOZZ-X0ZG1DoqVU-zFmEGVMc2033YDQhRgYxY8ws,6793
@@ -83,7 +83,7 @@ dsipts/models/vva/minigpt.py,sha256=bg0JddqSD322uxSGexen3nPXL_hGTsk3vNLR62d7-w8,
83
83
  dsipts/models/vva/vqvae.py,sha256=RzCQ_M9xBprp7_x20dSV3EQqlO0FjPUGWV-qdyKrQsM,19680
84
84
  dsipts/models/xlstm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
85
85
  dsipts/models/xlstm/xLSTM.py,sha256=ZKZZmffmIq1Vb71CR4GSyM8viqVx-u0FChxhcNgHub8,10081
86
- dsipts-1.1.18.dist-info/METADATA,sha256=C3TX8GbnWuae1-LMCMbN_qEPkiddRjVxw4vxaJ44jdw,27511
87
- dsipts-1.1.18.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
88
- dsipts-1.1.18.dist-info/top_level.txt,sha256=i6o0rf5ScFwZK21E89dSKjVNjUBkrEQpn0-Vij43748,7
89
- dsipts-1.1.18.dist-info/RECORD,,
86
+ dsipts-1.1.20.dist-info/METADATA,sha256=q4EZto89qbSuK1A0SyrIXLAssEIZCKhvq7qaqPGcupY,27614
87
+ dsipts-1.1.20.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
88
+ dsipts-1.1.20.dist-info/top_level.txt,sha256=i6o0rf5ScFwZK21E89dSKjVNjUBkrEQpn0-Vij43748,7
89
+ dsipts-1.1.20.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5