diff --git a/appveyor.yml b/appveyor.yml index 06c61b4..89a6a6b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,3 +1,6 @@ +image: + - Visual Studio 2019 + environment: matrix: @@ -7,16 +10,8 @@ environment: # The list here is complete (excluding Python 2.6, which # isn't covered by this document) at the time of writing. - - PYTHON_VERSION: "3.7" - #- PYTHON: C:\Python37-x64 - #- PYTHON: C:\Python37 - #- PYTHON: C:\Python38-x64 - #- PYTHON: C:\Python38 - #- PYTHON: C:\Python36-x64 - #- PYTHON: C:\Python36 - #- PYTHON: C:\Python35-x64 - #- PYTHON: C:\Python35 - #- PYTHON: C:\Python27-x64 + - PYTHON: C:\Python38 + - PYTHON_VERSION: "3.8" platform: - x64 @@ -27,7 +22,7 @@ install: #- "%PYTHON%\\python.exe -m pip install wheel" - cmd: echo "Using cmd" - - set CONDAPATH=C:\Miniconda37 + - set CONDAPATH=C:\Miniconda38 - if "%PLATFORM%" == "x64" set CONDAPATH=%CONDAPATH%-x64 - call %CONDAPATH%\Scripts\activate # prepare environment with conda @@ -40,7 +35,9 @@ install: - python --version - python -c "import struct; print(struct.calcsize('P') * 8)" # install necessary packages - - conda install -q setuptools pip libpython cython wheel + #- conda install -q setuptools pip libpython cython wheel + - pip install cython + - conda install -c conda-forge libpython # mingw64 toolchain to compile python extensions - conda install -q -c msys2 m2w64-toolchain diff --git a/change_log.md b/change_log.md index 3e65828..cf7e62f 100644 --- a/change_log.md +++ b/change_log.md @@ -1,3 +1,7 @@ +# 0.4.5 (github, pypi and conda: 2022.06.2X) +* fixed numpy.float deprecation +* fixed truncation of files when writing on windows + # 0.4.4 (github, pypi and conda: 2021.12.02) * Introducing new pandas data types Float64Dtype and Float32Dtype when writing. This requires pandas > 1.2.0. Python 3.6 taken out of wheels as there diff --git a/docs/_build/doctrees/environment.pickle b/docs/_build/doctrees/environment.pickle index aff2031..0593f35 100644 Binary files a/docs/_build/doctrees/environment.pickle and b/docs/_build/doctrees/environment.pickle differ diff --git a/docs/_build/html/.buildinfo b/docs/_build/html/.buildinfo index 42fe5cc..c68ac56 100644 --- a/docs/_build/html/.buildinfo +++ b/docs/_build/html/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: ee2514f71394247031b13cf188824279 +config: a853ad206b276686e0112a5c0a7bdcc1 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/_build/html/_static/documentation_options.js b/docs/_build/html/_static/documentation_options.js index 315e067..ae5a787 100644 --- a/docs/_build/html/_static/documentation_options.js +++ b/docs/_build/html/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '0.4.4', + VERSION: '0.4.5', LANGUAGE: 'None', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/_build/html/genindex.html b/docs/_build/html/genindex.html index 6903451..89eddf4 100644 --- a/docs/_build/html/genindex.html +++ b/docs/_build/html/genindex.html @@ -3,7 +3,7 @@ - Index — pyreadr 0.4.4 documentation + Index — pyreadr 0.4.5 documentation