Giter Site home page Giter Site logo

Comments (7)

quickbrett avatar quickbrett commented on June 1, 2024 1

@molinav I installes the hotfix branch

pip install git+https://github.com/matplotlib/[email protected]#subdirectory=packages/basemap

Hence I'm using the following package versions (pip list):

  • basemap 1.3.9
  • numpy 1.25.2
  • matplotlib 3.7.3

I tested the new version with a few simple examples and it worked for me.

Thanks!

from basemap.

molinav avatar molinav commented on June 1, 2024

Thanks for pointing the bug! Just out of curiosity, which numpy version are you using?

from basemap.

quickbrett avatar quickbrett commented on June 1, 2024

I'm using the following versions:

  • matplotlib 3.7.3
  • numpy 1.25.2
  • basemap 1.3.8

from basemap.

moritzhuetten avatar moritzhuetten commented on June 1, 2024

@quickbrett thanks for raising this issue and proposing the fix and @molinav thanks for maintaining this still great package. I actually got the same error, I think it is related to the latest numpy versions.

from basemap.

molinav avatar molinav commented on June 1, 2024

It seems that numpy.float was removed with its release 1.24.0 (https://numpy.org/devdocs/release/1.24.0-notes.html). I will replace it with the Python builtin float as suggested in the link.

Hopefully I can get some time soon to start a basic unit test collection, because these issues would be identified immediately with the automatic tests.

from basemap.

molinav avatar molinav commented on June 1, 2024

@quickbrett I just added the patch in a hotfix branch (1.3.9), your small example now works after the correction. I took this moment to correct all the references to numpy.float that I found in the whole library, mostly replaced with numpy.float64.

I am not sure when I will release 1.3.9, maybe I will do a couple of bugfixes more that are still around before tagging.

from basemap.

molinav avatar molinav commented on June 1, 2024

@quickbrett I have just added a couple of unit tests for Basemap.shadedrelief based on your snippet, so I am finally closing this issue. The bugfix will come with basemap 1.3.9 (hopefully soon).

from basemap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.