Skip to content

Commit 707d86d

Browse files
authored
Release 0.7.4 (#807)
1 parent 7c51051 commit 707d86d

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Upload Python Packages
33
on:
44
push:
55
tags: ['v*']
6+
branches: ['main'] # tag must be reachable from main branch
67

78
jobs:
89
deploy:

nixtla/nixtla_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def validate_extra_params(value: Optional[Dict[str, Any]]) -> Optional[Dict[str,
125125
Optional[Dict[str, Any]], AfterValidator(validate_extra_params)
126126
]
127127
extra_param_checker = TypeAdapter(_ExtraParamDataType)
128-
_Loss = Literal["default", "mae", "mse", "rmse", "mape", "smape"]
128+
_Loss = Literal["default", "mae", "mse", "rmse", "mape", "smape", "poisson"]
129129
_Model = str
130130
_FinetuneDepth = Literal[1, 2, 3, 4, 5]
131131
_Freq = Union[str, int, pd.offsets.BaseOffset]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "nixtla"
7-
version = "0.7.4.dev1"
7+
version = "0.7.4"
88
description = "Python SDK for Nixtla API (TimeGPT)"
99
authors = [
1010
{name = "Nixtla", email = "business@nixtla.io"}

0 commit comments

Comments
 (0)