We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible API changes for 1.1 (ensuring backward compatibility):
pygimli.mplviewer
pygimli.viewer.mpl
pygimli.io.load
pygimli.core.load
pygimli.io.gps
pygimli.utils.gps
pg.createGrid
pg.createMeshND
pg.meshtools
logScale=False
The text was updated successfully, but these errors were encountered:
1.0.6: add: pg.getConfigPath(), add mapTileCache, removed io/ path #124
d3429a8
carsten-forty2
No branches or pull requests
Possible API changes for 1.1 (ensuring backward compatibility):
pygimli.mplviewer
->pygimli.viewer.mpl
(allow more flexibility for other backends without cluttering root)pygimli.io.load
->pygimli.core.load
(pg.load - branch 1.1.)pygimli.io.gps
->pygimli.utils.gps
( branch 1.1.)pg.createGrid
andpg.createMeshND
belong topg.meshtools
)logScale=False
should be the default for general plotting functions, managers can make assumptions.The text was updated successfully, but these errors were encountered: