Open
Conversation
MNT: updated to work with modern matplotlib (no nxutils anymore)
…id using Paul Hobson's method to import the library. Merge branch 'master' of https://github.com/hetland/pygridgen Conflicts: pygridgen/csa.py pygridgen/grid.py
Previously x was comparied to 0.1 twice, and y was only compared to 1.0
Fixed assert statements in _focus classes to look at x and y
Making basemap optional
This includes a travis.yml file, a basic test and a minor change to how the csa module finds its C-library.
(the version original packaged with from octant)
Docs testing orig externals
WIP: Remove svn
This means that if basemap/pyproj are truly optional and don't need to be installed to use pygridgen with already projected data.
This reduces in maintenance burden and removed redudant code
added docstrings for gridgen and focus
Fix 35 travis
…es. Additonal tests are added
…bejtect in Gridgen.from_spec(). simplify focus tests
…idgen object in Gridgen.from_spec()
Add `to|from_spec` methods to Focus and Gridgen classes
convert x, y, beta arrays to lists before serializing
remove pytest-cov from conda install
copy the dist_point_to_segment fxn from mpl v2.2
Fix pyproj imports in CGrid_geo
bump python 3.x builds
attempt 2 at python 3.7 biuld
`empty` comes from numpy
Small tweak
Fix compatibility for numpy 2.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.