Skip to content

Commit

Permalink
Travis: only 64bit py35-py37; ref update
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Mar 22, 2020
1 parent d3a2c7f commit d135ff8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ env:
# Note: TWINE_PASSWORD is set in Travis settings
- TWINE_USERNAME=geostatframework
# skip py27 (EOL)
- CIBW_SKIP="cp27-*"
- CIBW_BUILD="cp35-* cp36-* cp37-*"
- CIBW_SKIP="*-win32 *-manylinux_i686"
# update setuptools to latest version
- CIBW_BEFORE_BUILD="pip install -U setuptools"
# testing with cibuildwheel
Expand All @@ -32,7 +33,7 @@ before_install:
fi
install:
- python3 -m pip install cibuildwheel==1.1.0
- python3 -m pip install cibuildwheel==1.3.0

script:
- python3 -m cibuildwheel --output-dir tmp_dist
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to **ogs5py** will be documented in this file.


## [1.1.0] - 2020-03-22

### Bugfixes
* meshio 4 was not compatible
* fixed integer type in exporting meshes with element/material IDs

### Changes
* drop of py2.7 support


## [1.0.5] - 2019-11-18

### Bugfixes
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ model.run_model(ogs_exe="path/to/ogs")

- [NumPy >= 1.13.0](https://www.numpy.org)
- [Pandas >= 0.23.0](https://pandas.pydata.org/)
- [meshio](https://github.com/nschloe/meshio)
- [meshio >= 4.0; <5.0](https://github.com/nschloe/meshio)
- [lxml](https://github.com/lxml/lxml)
- [vtk](https://vtk.org/)
- [pexpect](https://github.com/pexpect/pexpect)
Expand All @@ -168,5 +168,5 @@ This project is based on [OGSPY][ogspy_link].
[ogspy_link]: https://github.com/fhesze/OGSPY
[gpl_link]: https://github.com/GeoStat-Framework/ogs5py/blob/master/LICENSE
[ogs5_link]: https://www.opengeosys.org/ogs-5/
[doc_link]: https://geostat-framework.readthedocs.io/projects/ogs5py/en/latest/
[tut1_link]: https://geostat-framework.readthedocs.io/projects/ogs5py/en/latest/tutorial_01_pump.html
[doc_link]: https://ogs5py.readthedocs.io/
[tut1_link]: https://geostat-framework.readthedocs.io/projects/ogs5py/en/stable/tutorial_01_pump.html
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Requirements

- `NumPy >= 1.13.0 <https://www.numpy.org>`_
- `Pandas >= 0.23.0 <https://pandas.pydata.org/>`_
- `meshio <https://github.com/nschloe/meshio>`_
- `meshio >= 4.0; <5.0 <https://github.com/nschloe/meshio>`_
- `lxml <https://github.com/lxml/lxml>`_
- `vtk <https://vtk.org/>`_
- `pexpect <https://github.com/pexpect/pexpect>`_
Expand Down

0 comments on commit d135ff8

Please sign in to comment.