Allow climpred version to be printed
See original GitHub issueWe need to make it easy for users to access the version of climpred
(which will be relevant following v1 release). This is so we can have them add the version to issue threads. We can follow the library requests
for instance to do this.
https://github.com/kennethreitz/requests/blob/master/requests/__version__.py
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
climpred
You can also install the bleeding edge (pre-release versions) by cloning this repository and running pip install.
Read more >climpred - Read the Docs
You can also install the bleeding edge (pre-release versions) by cloning this repository and running pip install.
Read more >climpred
You can also install the bleeding edge (pre-release versions) by cloning this ... print(hindcast) ... This allows things to run more easily.
Read more >What's New — climpred documentation
HindcastEnsemble.verify () allows all dimensions from initialized ensemble as dim . This allows e.g. spatial dimensions to be used for pattern correlation. Make ......
Read more >What's New — climpred documentation - Read the Docs
This version introduces a lot of breaking changes. We are trying to overhaul climpred to have an intuitive API that also forces users...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
As example, this is the current version of
esmlab
installed from master branchFrom this I can deduce that the latest release is
v2019.4.27
andpost21
part tells me that there have been 21 commits into master branch since this latest releaseI also see this versioneer a lot. https://github.com/warner/python-versioneer