Skip to content

Release v4.1.0

Release v4.1.0 #112

Triggered via pull request August 19, 2024 18:50
Status Success
Total duration 59s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/preprocessors/timeseries.ts#L53
'ArrayVector' is deprecated. use a simple Array<T>
build: src/preprocessors/timeseries.ts#L57
'ArrayVector' is deprecated. use a simple Array<T>
build: src/preprocessors/timeseries.ts#L66
'set' is deprecated. Use [idx]. This only exists to help migrate Vector to Array