Skip to content
New issue

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

publish v1.1.0 to pypi #403

Closed
alaniwi opened this issue Apr 30, 2018 · 6 comments
Closed

publish v1.1.0 to pypi #403

alaniwi opened this issue Apr 30, 2018 · 6 comments

Comments

@alaniwi
Copy link

alaniwi commented Apr 30, 2018

1.1.0 has been tagged in github but isn't being picked up by default during pip install (latest on pypi seems to be 1.0.7). Unless there is a good reason not to, please can it be published to pypi?

@t-makaro
Copy link

And as a conda package too. Currently, the only conda packages of basemap 1.0.7 are for python 2.7 and Numpy1.10, but I'd like to be able to install on python 3.6

@WeatherGod
Copy link
Member

WeatherGod commented May 23, 2018 via email

@heitorPB
Copy link
Contributor

Could you publish version 1.2.0 on pypi?

@molinav
Copy link
Member

molinav commented Dec 5, 2021

@heitorPB If you are using GNU/Linux, you may find pre-compiled binary wheels in PyPI for the current beta release (1.3.0b1), I just uploaded them yesterday. The stable release 1.3.0 will come with some reorganisation (splitting basemap into basemap, basemap-data and basemap-data-hires). For the moment you could do:

python -m pip install "basemap-data == 1.3.0b1" "basemap == 1.3.0b1"

You only need basemap-data-hires if you need the high-resolution data assets (i.e. those labelled with "h" and "f").

@molinav
Copy link
Member

molinav commented Jan 2, 2022

@heitorPB I just bring you the nice update that we have stable release for basemap version 1.3.0. So now we can just install basemap with pip as we would do with any other package:

python -m pip install basemap

@molinav molinav closed this as completed Jan 2, 2022
@heitorPB
Copy link
Contributor

heitorPB commented Jan 6, 2022

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants