Giter Site home page Giter Site logo

numba.github.com's People

Contributors

esc avatar gmarkall avatar jayvius avatar markflorisson avatar seibert avatar sklam avatar teoliphant avatar vidhanio avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

numba.github.com's Issues

@njit is used, but not imported

numba.github.com/index.html

Lines 109 to 121 in 7effadd

<pre><code class="language-python">from numba import jit
import random
@njit
def monte_carlo_pi(nsamples):
acc = 0
for i in range(nsamples):
x = random.random()
y = random.random()
if (x ** 2 + y ** 2) < 1.0:
acc += 1
return 4.0 * acc / nsamples</code></pre>
</div>

SSL Certificate appears be to misconfigured

This message appears when one attempts to access https://numba.pydata.org/. Since the site is deployed to GitHub pages, I'm not sure what's happening or whether you can do anything about it.

Screen Shot 2022-08-05 at 6 01 18 PM

I'm using Brave as my primary browser. However, I can confirm that Safari and Firefox loads the site without the message/warning.

Also, I ran into this issue while trying to load intersphinx inventory in a sphinx docs build

loading intersphinx inventory from https://rasterio.readthedocs.io/en/latest/objects.inv...
loading intersphinx inventory from https://sparse.pydata.org/en/latest/objects.inv...
WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory 'https://numba.pydata.org/numba-doc/latest/objects.inv' not fetchable due to <class 'requests.exceptions.SSLError'>: HTTPSConnectionPool(host='numba.pydata.org', port=443): Max retries exceeded with url: /numba-doc/latest/objects.inv (Caused by SSLError(CertificateError("hostname 'numba.pydata.org' doesn't match either of '*.github.com', 'www.github.com', 'github.io', 'github.com', '*.github.io', 'githubusercontent.com', '*.githubusercontent.com'")))

Supported Python versions out-of-date on website

Near the bottom of the home page ("Portable Compilation" section), one can read:

Numba supports [...] Python 2.7 and 3.4-3.7

But looking at the changelog, I see "Support for Python 3.9" as an item. So clearly the website would need to be updated there โ€” and to remove Python 2.7 as a supported version, too.

Ideally, there would be some some tweak in the release process to make sure the website stays up-to-date with regards to supported versions, but at least updating it with today's supported versions would be a good start.

(Otherwise, thanks for Numba!)

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.