Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

RLS v1.1.5 #109

Merged
merged 16 commits into from
Dec 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
global:
- REPO_DIR=pandas
# on release change this to a version
- BUILD_COMMIT="v1.1.4"
- BUILD_COMMIT="v1.1.5"
- UNICODE_WIDTH=32
- PLAT=aarch64
- NP_BUILD_DEP="numpy==1.13.3"
Expand Down
18 changes: 9 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trigger:
- master

pr:
- master
- master

jobs:
- template: azure/windows.yml
Expand All @@ -22,20 +22,20 @@ jobs:
py_3.6_32:
PYTHON_VERSION: "3.6"
PYTHON_ARCH: "x86"
NP_BUILD_DEP: "1.13.3"
NP_BUILD_DEP: "1.15.4"
py_3.6_64:
PYTHON_VERSION: "3.6"
PYTHON_ARCH: "x64"
NP_BUILD_DEP: "1.13.3"
NP_BUILD_DEP: "1.15.4"
py_3.7_32:
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "x86"
NP_BUILD_DEP: "1.14.5"
NP_BUILD_DEP: "1.15.4"
NIGHTLY_BUILD: "true"
py_3.7_64:
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "x64"
NP_BUILD_DEP: "1.14.5"
NP_BUILD_DEP: "1.15.4"
NIGHTLY_BUILD: "true"
py_3.8_32:
PYTHON_VERSION: "3.8"
Expand Down Expand Up @@ -71,11 +71,11 @@ jobs:
py_3.7_32:
MB_PYTHON_VERSION: "3.7"
PLAT: "i686"
NP_BUILD_DEP: "numpy==1.14.5"
NP_BUILD_DEP: "numpy==1.15.4"
NIGHTLY_BUILD: "true"
py_3.7_64:
MB_PYTHON_VERSION: "3.7"
NP_BUILD_DEP: "numpy==1.14.5"
NP_BUILD_DEP: "numpy==1.15.4"
NIGHTLY_BUILD: "true"
py_3.8_32:
MB_PYTHON_VERSION: "3.8"
Expand Down Expand Up @@ -104,10 +104,10 @@ jobs:
matrix:
py_3.6_64:
MB_PYTHON_VERSION: "3.6"
NP_BUILD_DEP: "numpy==1.13.3"
NP_BUILD_DEP: "numpy==1.15.4"
py_3.7_64:
MB_PYTHON_VERSION: "3.7"
NP_BUILD_DEP: "numpy==1.14.5"
NP_BUILD_DEP: "numpy==1.15.4"
NIGHTLY_BUILD: "true"
py_3.8_64:
MB_PYTHON_VERSION: "3.8"
Expand Down
4 changes: 2 additions & 2 deletions azure/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
vmImage: ${{ parameters.vmImage }}
variables:
REPO_DIR: "pandas"
BUILD_COMMIT: "v1.1.4"
BUILD_COMMIT: "v1.1.5"
PLAT: "x86_64"
NP_BUILD_DEP: "numpy==1.13.3"
NP_BUILD_DEP: "numpy==1.15.4"
CYTHON_BUILD_DEP: "cython==0.29.21"
NIGHTLY_BUILD_COMMIT: "master"
NIGHTLY_BUILD: "false"
Expand Down
4 changes: 2 additions & 2 deletions azure/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
pool:
vmImage: ${{ parameters.vmImage }}
variables:
BUILD_COMMIT: "v1.1.4"
NP_BUILD_DEP: "1.13.3"
BUILD_COMMIT: "v1.1.5"
NP_BUILD_DEP: "1.15.4"
CYTHON_BUILD_DEP: "0.29.21"
NIGHTLY_BUILD_COMMIT: "master"
NIGHTLY_BUILD: "false"
Expand Down