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

RLS v1.2.0rc0 #111

Merged
merged 25 commits into from
Dec 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
862121b
troubleshoot failures with master
simonjayhawkins Nov 23, 2020
d391879
Merge remote-tracking branch 'upstream/master' into troubleshoot-master
simonjayhawkins Nov 23, 2020
a24c00a
temporary remove 3.6 here (can't be removed till after 1.1.5 release)
simonjayhawkins Nov 23, 2020
3d2e30a
temporary skip of test_float_precision_options (will need green for w…
simonjayhawkins Nov 23, 2020
ec34776
change NP_BUILD_DEP
simonjayhawkins Nov 24, 2020
42e9fa4
Revert "temporary skip of test_float_precision_options (will need gre…
simonjayhawkins Nov 24, 2020
ee9f3e5
temporary skip of test_float_precision_options (will need green for w…
simonjayhawkins Nov 23, 2020
56dcd1c
enable tests for py37
simonjayhawkins Nov 26, 2020
467737d
change to skipped tests
simonjayhawkins Nov 27, 2020
98d9b83
remove 3.7 comment
simonjayhawkins Nov 27, 2020
a2abac4
placeholder comment for skipped tests
simonjayhawkins Nov 27, 2020
3568d59
unpin pytest
simonjayhawkins Nov 27, 2020
02d7c45
Merge remote-tracking branch 'upstream/master' into troubleshoot-master
simonjayhawkins Nov 27, 2020
cef9f4e
add issue numbers for skipped tests
simonjayhawkins Nov 27, 2020
e9a011a
change NP_BUILD_DEP for aarch (on travis)
simonjayhawkins Nov 27, 2020
90ddb14
is test_maybe_promote_int_with_int still failing?
simonjayhawkins Nov 27, 2020
c803aa2
Revert "change NP_BUILD_DEP for aarch (on travis)"
simonjayhawkins Nov 27, 2020
75e2898
Merge remote-tracking branch 'upstream/master' into troubleshoot-master
simonjayhawkins Nov 27, 2020
8fa3556
Merge remote-tracking branch 'upstream/master' into troubleshoot-master
simonjayhawkins Nov 28, 2020
0e365f1
tidy
simonjayhawkins Nov 28, 2020
f9b5792
Merge remote-tracking branch 'upstream/master' into troubleshoot-master
simonjayhawkins Nov 28, 2020
d014100
disable 3.6 builds
simonjayhawkins Nov 28, 2020
a00936e
Merge remote-tracking branch 'upstream/master' into troubleshoot-master
simonjayhawkins Dec 7, 2020
159f3ce
remove 3.6 and update NP_BUILD_DEP (inc Travis)
simonjayhawkins Dec 7, 2020
3191bf2
set BUILD_COMMIT to v1.2.0rc0
simonjayhawkins Dec 8, 2020
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
17 changes: 6 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ env:
global:
- REPO_DIR=pandas
# on release change this to a version
- BUILD_COMMIT="v1.1.5"
- BUILD_COMMIT="v1.2.0rc0"
- UNICODE_WIDTH=32
- PLAT=aarch64
- NP_BUILD_DEP="numpy==1.13.3"
- NP_TEST_DEP="numpy==1.13.3"
- CYTHON_BUILD_DEP="cython==0.29.16"
- NP_BUILD_DEP="numpy==1.16.5"
- NP_TEST_DEP="numpy==1.16.5"
- CYTHON_BUILD_DEP="cython==0.29.21"
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
- TEST_DEPENDS="pytest pytest-xdist hypothesis"
- TEST_DIR="tmp_for_test"
Expand All @@ -22,16 +22,11 @@ env:

jobs:
include:
- os: linux
env:
- MB_PYTHON_VERSION=3.6
- NP_BUILD_DEP="numpy==1.13.3"
- NP_TEST_DEP="numpy==1.13.3"
- os: linux
env:
- MB_PYTHON_VERSION=3.7
- NP_BUILD_DEP="numpy==1.14.5"
- NP_TEST_DEP="numpy==1.14.5"
- NP_BUILD_DEP="numpy==1.16.5"
- NP_TEST_DEP="numpy==1.16.5"
- os: linux
env:
- MB_PYTHON_VERSION=3.8
Expand Down
26 changes: 5 additions & 21 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,15 @@ jobs:
name: windows
vmImage: vs2017-win2016
matrix:
py_3.6_32:
PYTHON_VERSION: "3.6"
PYTHON_ARCH: "x86"
NP_BUILD_DEP: "1.15.4"
py_3.6_64:
PYTHON_VERSION: "3.6"
PYTHON_ARCH: "x64"
NP_BUILD_DEP: "1.15.4"
py_3.7_32:
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "x86"
NP_BUILD_DEP: "1.15.4"
NP_BUILD_DEP: "1.16.5"
NIGHTLY_BUILD: "true"
py_3.7_64:
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "x64"
NP_BUILD_DEP: "1.15.4"
NP_BUILD_DEP: "1.16.5"
NIGHTLY_BUILD: "true"
py_3.8_32:
PYTHON_VERSION: "3.8"
Expand Down Expand Up @@ -63,19 +55,14 @@ jobs:
name: linux
vmImage: ubuntu-16.04
matrix:
py_3.6_32:
MB_PYTHON_VERSION: "3.6"
PLAT: "i686"
py_3.6_64:
MB_PYTHON_VERSION: "3.6"
py_3.7_32:
MB_PYTHON_VERSION: "3.7"
PLAT: "i686"
NP_BUILD_DEP: "numpy==1.15.4"
NP_BUILD_DEP: "numpy==1.16.5"
NIGHTLY_BUILD: "true"
py_3.7_64:
MB_PYTHON_VERSION: "3.7"
NP_BUILD_DEP: "numpy==1.15.4"
NP_BUILD_DEP: "numpy==1.16.5"
NIGHTLY_BUILD: "true"
py_3.8_32:
MB_PYTHON_VERSION: "3.8"
Expand All @@ -102,12 +89,9 @@ jobs:
name: macOS
vmImage: macOS-10.14
matrix:
py_3.6_64:
MB_PYTHON_VERSION: "3.6"
NP_BUILD_DEP: "numpy==1.15.4"
py_3.7_64:
MB_PYTHON_VERSION: "3.7"
NP_BUILD_DEP: "numpy==1.15.4"
NP_BUILD_DEP: "numpy==1.16.5"
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.5"
BUILD_COMMIT: "v1.2.0rc0"
PLAT: "x86_64"
NP_BUILD_DEP: "numpy==1.15.4"
NP_BUILD_DEP: "numpy==1.16.5"
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.5"
NP_BUILD_DEP: "1.15.4"
BUILD_COMMIT: "v1.2.0rc0"
NP_BUILD_DEP: "1.16.5"
CYTHON_BUILD_DEP: "0.29.21"
NIGHTLY_BUILD_COMMIT: "master"
NIGHTLY_BUILD: "false"
Expand Down