Skip to content

Commit

Permalink
Merge b35e414 into 996ed29
Browse files Browse the repository at this point in the history
  • Loading branch information
bwinkel committed Apr 17, 2019
2 parents 996ed29 + b35e414 commit 9f3d417
Show file tree
Hide file tree
Showing 16 changed files with 3,761 additions and 1,547 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ MANIFEST
docs/api
docs/generated
docs/_build
docs/docs/_build

# Eclipse editor project files
.project
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ env:
# so Cython is required for testing. If your package does not include
# Cython code, you can set CONDA_DEPENDENCIES=''
# - CONDA_DEPENDENCIES='pip wheel numpy scipy pytest astropy cython h5py matplotlib pyproj sgp4 sphinx-astropy'
- CONDA_DEPENDENCIES='pip wheel scipy pytest cython h5py matplotlib pyproj sgp4 sphinx-astropy'
- CONDA_DEPENDENCIES='pip wheel scipy pytest cython h5py matplotlib pyproj<2 sgp4 sphinx-astropy'

# List other runtime dependencies for the package that are available as
# pip packages here.
Expand Down
9 changes: 8 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
0.25.9 (unreleased)
1.0.0 (unreleased)
=======================

Bugfixes
--------
- `pycraf.geospatial` produced an error with newer version of `pyproj`.
Basically, the "+init=" part of the projection definition is now
deprecated. We removed this from the `pycraf.geospatial` module, but
as a consequence, `pyproj>=2.0` is now required. [#10]

0.25.8 (2019-02-23)
=======================

Expand Down
Loading

0 comments on commit 9f3d417

Please sign in to comment.