v0.55.8

Try our Chrome extension

Chrome store icon Chrome Webstore

Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!

Changedetection.io needs your support!

You can help us by supporting changedetection.io on these platforms;

The more popular changedetection.io is, the more time we can dedicate to adding amazing features!

Many thanks :)

changedetection.io team

Noch nicht vor Sekunden.
            False
        
Noch nicht vor Sekunden
Aktueller Screenshot des Fehlers aus der letzten Anfrage
    Skip to content

      Navigation Menu

            Sign in Appearance settings
                * Platform
                        + AI CODE CREATION
                            o GitHub Copilot Write better code with AI
                            o GitHub Copilot app Direct agents from issue to merge
                            o MCP Registry Integrate external tools
                        + DEVELOPER WORKFLOWS
                            o Actions Automate any workflow
                            o Codespaces Instant dev environments
                            o Issues Plan and track work
                            o Code Review Manage code changes
                            o Code Quality Enforce quality at merge
                        + APPLICATION SECURITY
                            o GitHub Advanced Security Find and fix vulnerabilities
                            o Code security Secure your code as you build
                            o Secret protection Stop leaks before they start
                        + EXPLORE
                            o Why GitHub
                            o Documentation
                            o Blog
                            o Changelog
                            o Marketplace
                      View all features
                * Solutions
                        + BY COMPANY SIZE
                            o Enterprises
                            o Small and medium teams
                            o Startups
                            o Nonprofits
                        + BY USE CASE
                            o App Modernization
                            o DevSecOps
                            o DevOps
                            o CI/CD
                            o View all use cases
                        + BY INDUSTRY
                            o Healthcare
                            o Financial services
                            o Manufacturing
                            o Government
                            o View all industries
                      View all solutions
                * Resources
                        + EXPLORE BY TOPIC
                            o AI
                            o Software Development
                            o DevOps
                            o Security
                            o View all topics
                        + EXPLORE BY TYPE
                            o Customer stories
                            o Events & webinars
                            o Ebooks & reports
                            o Business insights
                            o GitHub Skills
                        + SUPPORT & SERVICES
                            o Documentation
                            o Customer support
                            o Community forum
                            o Trust center
                            o Partners
                      View all resources
                * Open Source
                        + COMMUNITY
                            o GitHub Sponsors Fund open source developers
                        + PROGRAMS
                            o Security Lab
                            o Maintainer Community
                            o Accelerator
                            o GitHub Stars
                            o Archive Program
                        + REPOSITORIES
                            o Topics
                            o Trending
                            o Collections
                * Enterprise
                        + ENTERPRISE SOLUTIONS
                            o Enterprise platform AI-powered developer platform
                        + AVAILABLE ADD-ONS
                            o GitHub Advanced Security Enterprise-grade security features
                            o Copilot for Business Enterprise-grade AI features
                            o Premium Support Enterprise-grade 24/7 support
              * Pricing
                Type / to search
                Sign in
              Sign up Appearance settings
      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              Uh oh!

              There was an error while loading. Please reload this page.

              numpy / numpy Public

                      * Uh oh!

                        There was an error while loading. Please reload this page.

              * Notifications You must be signed in to change notification settings
              * Fork 12.6k
                * Star 32.5k
          * Code
          * Issues 2k
          * Pull requests 282
          * Pull requests 284
          * Actions
          * Projects
          * Wiki
          * Security and quality 0
          * Insights
          Additional navigation options
                  * Code
                  * Issues
                  * Pull requests
                  * Actions
                  * Projects
                  * Wiki
                  * Security and quality
                  * Insights
                                              main
                                          Branches Tags
                                            Go to file
                                        Code
                                          Open more actions menu

                                        Folders and files

                                          Name                            Name                              Last commit message    Last commit date
                                            Latest commit

                                                History

                                                41,709 Commits
                                                  41,709 Commits
                                                41,711 Commits
                                                  41,711 Commits
                                                  .circleci                       .circleci
                                                  .devcontainer                   .devcontainer
                                                  .github                         .github
                                                  .spin                           .spin
                                                  benchmarks                      benchmarks
                                                  branding/ logo                  branding/ logo
                                                  doc                             doc
                                                  meson_cpu                       meson_cpu
                                                  numpy                           numpy
                                                  pixi-packages                   pixi-packages
                                                  requirements                    requirements
                                                  tools                           tools
                                                  vendored-meson                  vendored-meson
                                                  .clang-format                   .clang-format
                                                  .codecov.yml                    .codecov.yml
                                                  .coveragerc                     .coveragerc
                                                  .ctags.d                        .ctags.d
                                                  .editorconfig                   .editorconfig
                                                  .gitattributes                  .gitattributes
                                                  .gitignore                      .gitignore
                                                  .gitmodules                     .gitmodules
                                                  .mailmap                        .mailmap
                                                  CITATION.bib                    CITATION.bib
                                                  CONTRIBUTING.rst                CONTRIBUTING.rst
                                                  INSTALL.rst                     INSTALL.rst
                                                  LICENSE.txt                     LICENSE.txt
                                                  README.md                       README.md
                                                  THANKS.txt                      THANKS.txt
                                                  building_with_meson.md          building_with_meson.md
                                                  environment.yml                 environment.yml
                                                  meson.build                     meson.build
                                                  meson.options                   meson.options
                                                  pyproject.toml                  pyproject.toml
                                                  pytest.ini                      pytest.ini
                                                  ruff.toml                       ruff.toml
                                            View all files


                                              Repository files navigation

                                                *
                                                * README
                                                * Code of conduct
                                                * Contributing
                                                * License
                                                * Security
                                                More items


                                              NumPy is the fundamental package for scientific computing with Python.

                                                * Website: https://numpy.org
                                                * Documentation: https://numpy.org/doc
                                                * Mailing list: https://mail.python.org/mailman/listinfo/numpy-discussion
                                                * Source code: https://github.com/numpy/numpy
                                                * Contributing: https://numpy.org/devdocs/dev/index.html
                                                * Bug reports: https://github.com/numpy/numpy/issues
                                                * Report a security vulnerability: https://github.com/numpy/numpy/security/policy (via Tidelift)

                                              It provides:

                                                * a powerful N-dimensional array object
                                                * sophisticated (broadcasting) functions
                                                * tools for integrating C/C++ and Fortran code
                                                * useful linear algebra, Fourier transform, and random number capabilities

                                              Testing:

                                              NumPy requires pytest. In addition, there are a number of optional test dependencies, like Meson for testing the NumPy C API, Cython for testing the NumPy Cython API, and Hypothesis for additional property-based tests.

                                              Tests can then be run after installation with:

                                                python -c "import numpy, sys; sys.exit(numpy.test() is False)"

                                                Code of Conduct

                                              NumPy is a community-driven open source project developed by a diverse group of contributors. The NumPy leadership has made a strong commitment to creating an open, inclusive, and positive community. Please read the NumPy Code of Conduct for guidance on how to interact with others in a way that makes our community thrive.

                                                Call for Contributions

                                              The NumPy project welcomes your expertise and enthusiasm!

                                              Small improvements or fixes are always appreciated. If you are considering larger contributions to the source code, please contact us through the mailing list first.

                                              Writing code isn’t the only way to contribute to NumPy. You can also:

                                                * review pull requests
                                                * help us stay on top of new and old issues
                                                * develop tutorials, presentations, and other educational materials
                                                * maintain and improve our website
                                                * develop graphic design for our brand assets and promotional materials
                                                * translate website content
                                                * help with outreach and onboard new contributors
                                                * write grant proposals and help with other fundraising efforts

                                              For more information about the ways you can contribute to NumPy, visit our website. If you’re unsure where to start or how your skills fit in, reach out! You can ask on the mailing list or here, on GitHub, by opening a new issue or leaving a comment on a relevant issue that is already open.

                                              Our preferred channels of communication are all public, but if you’d like to speak to us in private first, contact our community coordinators at numpy-team@googlegroups.com or on Slack (write numpy-team@googlegroups.com for an invitation).

                                              We also have a biweekly community call, details of which are announced on the mailing list. You are very welcome to join.

                                              If you are new to contributing to open source, this guide helps explain why, what, and how to successfully get involved.

                                        About

                                        The fundamental package for scientific computing with Python.

                                          numpy.org

                                        Topics

                                          numpypython

                                        Resources

                                          Readme
                                          License

                                        Code of conduct

                                          Code of conduct

                                        Contributing

                                          Contributing

                                        Security policy

                                          Security policy
                                          Cite this repository
                                          Activity
                                          Custom properties

                                        Stars

                                          32.5k stars

                                        Watchers

                                          601 watching

                                        Forks

                                          12.6k forks
                                          Report repository

                                        Releases

                                        Sponsor this project

                                        Used by

                                        Contributors

                                        Languages

    Footer

        © 2026 GitHub, Inc.

      Footer navigation

        * Terms
        * Privacy
        * Security
        * Status
        * Community
        * Docs
        * Contact
        * Manage cookies
        * Do not share my personal information
      You can’t perform that action at this time.
Tipp: Markieren Sie Text zum Teilen oder zum Hinzufügen zu Ignorierlisten.  — Download difference patch
Derzeit werden Unterschiede nur textuell und nicht grafisch dargestellt, es ist nur der letzte Screenshot verfügbar.
Für den Screenshot ist die Aktivierung von Playwright/WebDriver erforderlich