Skip to main content

Wind-Plant Integrated System Design & Engineering Model

Project description

WISDEM®

Actions Status Coverage Status Documentation Status

The Wind-Plant Integrated System Design and Engineering Model (WISDEM®) is a set of models for assessing overall wind plant cost of energy (COE). The models use wind turbine and plant cost and energy production as well as financial models to estimate COE and other wind plant system attributes. WISDEM® is accessed through Python, is built using OpenMDAO, and uses several sub-models that are also implemented within OpenMDAO. These sub-models can be used independently but they are required to use the overall WISDEM® turbine design capability. Please install all of the pre-requisites prior to installing WISDEM® by following the directions below. For additional information about the NWTC effort in systems engineering that supports WISDEM® development, please visit the official NREL systems engineering for wind energy website.

Author: NREL WISDEM Team

Part of the WETO Stack

WISDEM is primarily developed with the support of the U.S. Department of Energy and is part of the WETO Software Stack. For more information and other integrated modeling software, see:

Documentation

See local documentation in the docs-directory or access the online version at https://wisdem.readthedocs.io/en/master/

Packages

WISDEM® is a family of modules. The core modules are:

  • CommonSE includes several libraries shared among modules
  • FloatingSE works with the floating platforms
  • DrivetrainSE sizes the drivetrain and generator systems (formerly DriveSE and GeneratorSE)
  • TowerSE is a tool for tower (and monopile) design
  • RotorSE is a tool for rotor design
  • NREL CSM is the regression-based turbine mass, cost, and performance model
  • ORBIT is the process-based balance of systems cost model for offshore plants
  • LandBOSSE is the process-based balance of systems cost model for land-based plants
  • Plant_FinanceSE runs the financial analysis of a wind plant

The core modules draw upon some utility packages, which are typically compiled code with python wrappers:

  • Airfoil Preppy is a tool to handle airfoil polar data
  • CCBlade is the BEM module of WISDEM
  • pyFrame3DD brings libraries to handle various coordinate transformations
  • MoorPy is a quasi-static mooring line model
  • pyOptSparse provides some additional optimization algorithms to OpenMDAO

Installation

Installation with Anaconda is the recommended approach because of the ability to create self-contained environments suitable for testing and analysis. WISDEM® requires Anaconda 64-bit. However, the conda command has begun to show its age and we now recommend the one-for-one replacement with the Miniforge3 distribution, which is much more lightweight and more easily solves for the WISDEM package dependencies.

Installation as a "library"

  1. Create a conda environment with your preferred name (wisdem-env in the following example) and favorite, approved Python version:

    conda create -n wisdem-env python=3.13 -y
    
  2. Activate the environment:

    conda activate wisdem-env
    
  3. Install WISDEM via a conda or pip. We highly recommend via conda.

    conda install wisdem
    

    or

    pip install wisdem
    

To use WISDEM's modules as a library for incorporation into other scripts or tools, WISDEM is available via conda install wisdem or pip install wisdem, assuming that you have already setup your python environment. Note that on Windows platforms, we suggest using conda exclusively.

Installation for direct use or development

These instructions are for interaction with WISDEM directly, the use of its examples, and the direct inspection of its source code.

The installation instructions below use the environment name, "wisdem-env," but any name is acceptable. Below are a series of considerations:

  • For those working behind company firewalls, you may have to change the conda authentication with conda config --set ssl_verify no.
  • Proxy servers can also be set with conda config --set proxy_servers.http http://id:pw@address:port and conda config --set proxy_servers.https https://id:pw@address:port.
  • To setup an environment based on a different Github branch of WISDEM, simply substitute the branch name for master in the setup line.

Note For Windows users, we recommend installing git and the m2w64 packages in separate environments as some of the libraries appear to conflict such that WISDEM cannot be successfully built from source. The git package is best installed in the base environment.

Direct use

We still highly recommend users use conda install wisdem into an environment, but if there is a reason that is not desired, please use the following instructions.

Setup and activate the Anaconda environment from a prompt (Anaconda3 Power Shell on Windows or Terminal.app on Mac)

[!IMPORTANT] In the environment.yaml please uncomment out the OS-dependent dependencies at the top

  1. Install git if you don't already have it:

    conda install git
    
  2. Clone the repository and enter it:

    git clone https://github.com/NLRWindSystems/WISDEM.git
    cd WISDEM
    
  3. Checkout the desired branch, if necessary:

    git checkout <branch>
    
  4. Create and activate your wisdem-env environment, substituting "wisdem-env" with a different desired name.

    conda env create --name wisdem-env -f environment.yml
    conda activate wisdem-env
    
  5. Install WISDEM.

    pip install --no-deps . -v
    

Development

In order to directly use the examples in the repository and peek at the code when necessary, we recommend all users install WISDEM in developer / editable mode using the instructions here. If you really just want to use WISDEM as a library and lean on the documentation, you can always do conda install wisdem and be done. Note the differences between Windows and Mac/Linux build systems.

[!IMPORTANT] In the environment_dev.yaml please uncomment out the OS-dependent dependencies at the top

For Linux, we recommend using the native compilers (for example, gcc and gfortran in the default GNU suite).

Please follow steps 1-3 in the Direct Use section above, replacing steps 4 & 5 with the following to ensure the development dependencies for building, testing, and documentation are also installed:

  1. Create and activate your wisdem-env environment, substituting "wisdem-env" with a different desired name.

    conda env create --name wisdem-env -f environment_dev.yml
    conda activate wisdem-env
    
  2. Install WISDEM. Please note the -e (editable) flag used to ensure your code changes are registered dynamically every time you save modifications.

    pip install --no-deps -e . -v
    

Run Unit Tests

Each package has its own set of unit tests, and the project runs the examples as integration tests. These can be run in batch with the following command:

pytest

Users can add either the --unit or --integration flags if they would like to skip running the examples or just run the examples. Otherwise, all tests will be run.

[!Note] Legacy users can continue to run python test/test_all.py to run the scipts, though it is recommend to adopt the simpler pytest call. In a future version, test_all.py will be removed.

Feedback

For software issues please use https://github.com/NLRWindSystems/WISDEM/issues. For functionality and theory related questions and comments please use the NWTC forum for Systems Engineering Software Questions.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wisdem-4.2.4.tar.gz (5.6 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

wisdem-4.2.4-cp314-cp314t-win_amd64.whl (6.6 MB view details)

Uploaded CPython 3.14tWindows x86-64

wisdem-4.2.4-cp314-cp314t-musllinux_1_2_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

wisdem-4.2.4-cp314-cp314t-musllinux_1_2_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

wisdem-4.2.4-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

wisdem-4.2.4-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

wisdem-4.2.4-cp314-cp314t-macosx_15_0_arm64.whl (5.5 MB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

wisdem-4.2.4-cp314-cp314t-macosx_14_0_arm64.whl (5.5 MB view details)

Uploaded CPython 3.14tmacOS 14.0+ ARM64

wisdem-4.2.4-cp314-cp314-win_amd64.whl (6.4 MB view details)

Uploaded CPython 3.14Windows x86-64

wisdem-4.2.4-cp314-cp314-musllinux_1_2_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

wisdem-4.2.4-cp314-cp314-musllinux_1_2_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

wisdem-4.2.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

wisdem-4.2.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

wisdem-4.2.4-cp314-cp314-macosx_15_0_arm64.whl (5.4 MB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

wisdem-4.2.4-cp314-cp314-macosx_14_0_arm64.whl (5.4 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

wisdem-4.2.4-cp313-cp313-win_amd64.whl (6.2 MB view details)

Uploaded CPython 3.13Windows x86-64

wisdem-4.2.4-cp313-cp313-musllinux_1_2_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

wisdem-4.2.4-cp313-cp313-musllinux_1_2_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

wisdem-4.2.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

wisdem-4.2.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

wisdem-4.2.4-cp313-cp313-macosx_15_0_arm64.whl (5.4 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

wisdem-4.2.4-cp313-cp313-macosx_14_0_arm64.whl (5.4 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

wisdem-4.2.4-cp312-cp312-win_amd64.whl (6.0 MB view details)

Uploaded CPython 3.12Windows x86-64

wisdem-4.2.4-cp312-cp312-musllinux_1_2_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

wisdem-4.2.4-cp312-cp312-musllinux_1_2_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

wisdem-4.2.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

wisdem-4.2.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

wisdem-4.2.4-cp312-cp312-macosx_15_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

wisdem-4.2.4-cp312-cp312-macosx_14_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

wisdem-4.2.4-cp311-cp311-win_amd64.whl (5.8 MB view details)

Uploaded CPython 3.11Windows x86-64

wisdem-4.2.4-cp311-cp311-musllinux_1_2_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

wisdem-4.2.4-cp311-cp311-musllinux_1_2_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

wisdem-4.2.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

wisdem-4.2.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

wisdem-4.2.4-cp311-cp311-macosx_15_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

wisdem-4.2.4-cp311-cp311-macosx_14_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

File details

Details for the file wisdem-4.2.4.tar.gz.

File metadata

  • Download URL: wisdem-4.2.4.tar.gz
  • Upload date:
  • Size: 5.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wisdem-4.2.4.tar.gz
Algorithm Hash digest
SHA256 5c974c217d70d9b6d6dbd19033dc8dd06919beac5979c3df95fe984d81106fd8
MD5 8d7e4e8776695d73d984e5e83dc1b6e2
BLAKE2b-256 bdad46ff2c7b71cc134a4071fa93dd3685bcce74d99920a467827b39685d7882

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4.tar.gz:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: wisdem-4.2.4-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wisdem-4.2.4-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 370fbca18300e74466aceb70338acd33112125d7a2d36ca4a62d1ff384c371d5
MD5 5840a2e33e2055adfc6bbfd40540898b
BLAKE2b-256 3e3974681a597f6a15c8404461fd8349e98e2d2dbc983f3b70ca90cd25184bfc

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp314-cp314t-win_amd64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a706e0c9002cda3e7a813a5701157622e8e2dfacc303e413003acb1905d06909
MD5 c7592127e4b9f2b535db3396f47a7fa6
BLAKE2b-256 d996c2ae53ca56588c75ca80d74005f287c1e8be3bca019c6dd5373ebd2153e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 05d7b1a5cf6f99ad02ddf2962b8cfc69b1b696ec63d6001469f703ece0f29231
MD5 f30254ef63d409a6778c9eff806cc535
BLAKE2b-256 6bef0d2847f348643ef2f7f8737a2f52aabc1070f1b8d732e9100d931f566539

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fa97c0f60a2b6682efdaa5c1ea45f20a7e0bdcbba8cd0711c936e4f7eebb369c
MD5 34d546cdd627626c2a0019d8807f5b0e
BLAKE2b-256 563726fcb4e49950b143b684ed1156415f1e330c8f05f8227a94d3bca9dc1cfe

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d45acaf4ec4919b86e6de10e3a868051453ee01ea21337906ea9d0ee2b4396d8
MD5 36a4d63a718b1f65a6fba8fd035584e8
BLAKE2b-256 469349da14ca36491c10b156ac281e2194c11289403901bc7d0ace7d430e1990

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp314-cp314t-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 db395117dda8508c1d964585a3f43c7e43c8c290488ecc41963b109c82711b6c
MD5 7cc65e851f1f13a18fbdd5b0f040cc4d
BLAKE2b-256 ab015b07ecfabf91e9fe93c55850e70285ad481e4cfa6df6da39a329695385fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp314-cp314t-macosx_15_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp314-cp314t-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp314-cp314t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 1eff926a023dcbefe096ce6a9f79bc1c3a816275059b4ed6d6663c406fcf4308
MD5 6e59cd1e2a3fffd34223afa45fb3f426
BLAKE2b-256 fd3739b5566e5721e8af2485ba7103498323d7ab0707afe14949dc7a6d9cf3a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp314-cp314t-macosx_14_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: wisdem-4.2.4-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wisdem-4.2.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4aaf29750234e226bf671c3c761f2f79f0a138df10e9f12d0c635508f0201eba
MD5 dd923f9993168c5a217b460bc1febd72
BLAKE2b-256 a5845670226716552390251daf3fa1db4d5ba163c09a18c113b0c251b53693e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp314-cp314-win_amd64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 74ebec4b6d1e92c3f08ce118014c5e55b02551b9d6abd4c6fece0c29dfb14c16
MD5 520df933cf7d151b60f4ee51b986eb05
BLAKE2b-256 bf319e77bcad30d6f631bf2dccddfe6d941d4483c3e56fc9439246dc03ebab0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 937ef7ae49db4808c864cd0765111ce88a93c7bd7bc14cabe07ccb00dfc22bf0
MD5 4e0ef476454d77a588b8e16bdd28a714
BLAKE2b-256 1baa4799a8e5f9ce67581123bd8b07f60eb6222a211125243000e75ffa374c3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1b8f6f0c4479b9b78d2f7aee5e5b1fd1adac32f6e9578b56ca0dcb8ec6df0728
MD5 5d0c28a6714142aa00e0842a353158c3
BLAKE2b-256 b0adad74dc5578db86694b76d63d2933baf67a21ff83641d9538be4eaea972ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9fd13e46b0be3af5bdeaa61154b616201c795391baf4bf8e4715b0d102866022
MD5 19d1fac953e5130e12967bb8e4c80f5d
BLAKE2b-256 01c41b4065641eea6da8edf7cb0f2335503c05c06e39f1b2117331cd83fc0af2

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 93b5cccae869b0497ab74e12776adf0e26524850b2d41073e6beb37d0f0f48bc
MD5 7a644cae4429be373bc34f0d6bcc0c3d
BLAKE2b-256 d93122af3d96f0989740b1afa77d9828122e2e0d1c894cd17c74d1f53239dfd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp314-cp314-macosx_15_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c5ef75cd5ba17edfcd64f5fc3c7bbb223a007bfca67560373decb5a217d7672f
MD5 d27981b9bd23c7c292cdc9a7ffe68514
BLAKE2b-256 b377bc3aa67718a57decc4fbd83314264036d2f96a3f49f757d8fa00209ae1fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp314-cp314-macosx_14_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: wisdem-4.2.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 6.2 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wisdem-4.2.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 765c07d622dfccb1b36ee4a02f0a873976c8a428902055b15d03fc82fc6b6a2c
MD5 8593c6d5410d4a7eb64b1f8b51e5f7ef
BLAKE2b-256 fa65ff2cf632bacf115bc15caa8745d368e83a0124b92178dbaf39b3b71e23c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp313-cp313-win_amd64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 282d04980b3ffba8dcca164f2f38fabde3fbaee6c3abc4769d385021a6a1c102
MD5 720f431e405af7b85094f25691b0bcc1
BLAKE2b-256 a39a4faf0636323536f7de0d2e6cabbf3956dde67edd3d3b464c695f3cce8004

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e4ca8f909a390c0ad9ac1d70423e28ee3964e0190bdecf5ebbba187f0b77d5a5
MD5 d9af74bd00d404c349b3d18f3bf35beb
BLAKE2b-256 725b6257029c11a70c9e8b2d4f62edb901dfa4aa497284f937374351cbb07f63

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 273dd96eb6536ff1e2325029d34bc777998532d26af335fda7e24ba8504a8ceb
MD5 5adb08e9aa9dc3f48e7797174ffb5e72
BLAKE2b-256 229286bdc179cf1c302d41fa93a5dab1f4a55e2c194263aa29a0fbace5907c9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 51f3faa00e35856c9b870fd221b7af9d05ec8355510702069bb49e6df59dfcec
MD5 bb6559d6b3a46d21c5554f0102181e4c
BLAKE2b-256 b8589c42cd8cd90e6ca7714617d976f385816943fe4c640700cab1abf245d2ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 043f827e03bde4a9535699c762e0019f16fdacc4937c1f29bac5ab143825e14a
MD5 d0dd261c32560bcf8d0e8b127c6dd99b
BLAKE2b-256 f0663553951080e7df27d4b944a7636ab83e75a252a72c24b537816366b6a3a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp313-cp313-macosx_15_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 81406fd955e01d1cc611e6dd5137ce35d571b224b6f6e1d1e497f0ece621f1a9
MD5 bbc22059ca2dd76bdafcd3014f56d28c
BLAKE2b-256 35355b6cfdf205c41a0ba41716f5d2fc61ba6ee782830cbd958cf933592628ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp313-cp313-macosx_14_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: wisdem-4.2.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 6.0 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wisdem-4.2.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1a2a928d3f34522103f3a28c0e79c88bb70c08d19c0654638d69d71fd586bdb7
MD5 d34979ca6f79d737787a34cf06f77ba4
BLAKE2b-256 427e00d83856eabeb64880e05aa77a9c123dccc6b98d9760123f0903ffc73b0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp312-cp312-win_amd64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a0475dc7c8ccb175caabc7bfdd7ef36b9ee7b43e1176947cff4aca0f72c3de25
MD5 84bda2b5589e4224227c940dea2bae55
BLAKE2b-256 d74441dd5ebf5a06b9e2377ce9611a2384bda83b7ea2dd86af6cccf99b3d5578

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 74286abef533fdb550e16ee5d36c90b3f3e21e66073226aacfa5f225047ce704
MD5 032cf7e74bf9e04bc9b4de6cd3844c53
BLAKE2b-256 492dad598f426f39bcb496cc9c06817b77682ad3c66c0fcd89bcdd7d6722b8ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c5b3d6bac0cc21b724fed33a55c34d0b7c0394e68ddaa92a64763e6967e9f908
MD5 7e6d6e937813b73c05c0f683eafe25b8
BLAKE2b-256 818f7ad961733ff04672e9f8bbeb84b8ea5ed39b5b092cb62bd09591ae155100

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 574c6b2940adc72135c585188d9cf1cf90ce5218106bf143df4464ae16fb8e2a
MD5 4e448027d9bf694af8ca16a49aadd81b
BLAKE2b-256 8a4c7b9b8db61872387d4c410dace80f83a9349237550073a393882f484a8d87

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 6e97af298fe6a8ff2c71a28a11f271681098f2f70a6f73d3d349f21d067c5ea5
MD5 fc3ae5f6c112da872ebd846dd90b1077
BLAKE2b-256 02782f5125b0a6ea78f8cea29fb1f10c15f21ec5c9bc14e24e6e78908129139e

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp312-cp312-macosx_15_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 29688751139a65e946d1d8e368a113ef5c54b51c522d5968c76cd921bc60b88c
MD5 e9e2713d047c4ad536427a002b4efbad
BLAKE2b-256 c1edfba81f3e327d9424c8d945aad1bd25a41b51238f1fa80fd07836606bc094

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp312-cp312-macosx_14_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: wisdem-4.2.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 5.8 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wisdem-4.2.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 67830977feaa7ba2eca58cd4a48f4ff44dcf54faedf9f90e3bdd3af89bb4d466
MD5 f31f42161ac2d4c2688cb905ba4722be
BLAKE2b-256 866ee88b96258c3cfb48670cd00af6d7156bf1e3f0d202e76c6617b6e1bfa046

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp311-cp311-win_amd64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 176a0c29ad1e6b959417f87952c1f106c74d914462f3bf73644dc6e9ab4fb512
MD5 41eff38e2b4f66d700248bc2e1dcf564
BLAKE2b-256 5cadd42fbcf22c528546d7334c6582b505e818d7544eb808c27b76dee291ff08

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2ff4d8ec5bac3894df7a4e057108e78bfc407f80ae31ad8afc75a6168b046437
MD5 821889ffd40bed5dc799ef4f9a174a4d
BLAKE2b-256 fb27c12703d85325c8f2dd5130755ea5a1ce643c1efff7bec63d7e7a58952f8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 693d39fecb9d37c4facb2068a18fe4b5a1b1c487c1df5c6ca9501099ed2816a4
MD5 01d20cc0e30c0b77e22588981bdc90c3
BLAKE2b-256 f0879fc2ec18d86210d15712cdf125ed9bbabff0546d72551da015f497f46cba

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0a4cdd89a88cca79b6d528ba281d77884339e2fa9d0b570276b880646a8b01c6
MD5 8803b41b6d82a3243dc911adbabc859f
BLAKE2b-256 965921fe86493ba331e470e50d71b5348ce3cd30fb3deec05892a9854bee3095

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 eb33b1a93a2d5def23c553a39bb5b1585703bfdfa5ad90dbcce45bd43a3121b5
MD5 ed2f20dca8363f8c8c3d1f474367a037
BLAKE2b-256 a96a6e493563a46c1572979a532e71e55c226cc73d18706a2bb7f263e07ca149

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp311-cp311-macosx_15_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.2.4-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.4-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 decc4add404b3fd90d6ea4a8fe686ae00555eef0fd312c260ffa017f991df393
MD5 4ca0b4eb8e9860c9efc4b4906d55da63
BLAKE2b-256 3063474df3eee180e589f4b7bce9fe60090835ead01cfa4bb1f6693759ff9cc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.4-cp311-cp311-macosx_14_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page