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.1.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.1-cp314-cp314t-win_amd64.whl (6.6 MB view details)

Uploaded CPython 3.14tWindows x86-64

wisdem-4.2.1-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.1-cp314-cp314t-musllinux_1_2_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

wisdem-4.2.1-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.1-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.1-cp314-cp314t-macosx_15_0_arm64.whl (5.5 MB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

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

Uploaded CPython 3.14tmacOS 14.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

wisdem-4.2.1-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.1-cp314-cp314-musllinux_1_2_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

wisdem-4.2.1-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.1-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.1-cp314-cp314-macosx_15_0_arm64.whl (5.4 MB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded CPython 3.14macOS 14.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

wisdem-4.2.1-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.1-cp313-cp313-musllinux_1_2_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

wisdem-4.2.1-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.1-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.1-cp313-cp313-macosx_15_0_arm64.whl (5.4 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

wisdem-4.2.1-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.1-cp312-cp312-musllinux_1_2_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

wisdem-4.2.1-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.1-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.1-cp312-cp312-macosx_15_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

wisdem-4.2.1-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.1-cp311-cp311-musllinux_1_2_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

wisdem-4.2.1-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.1-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.1-cp311-cp311-macosx_15_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

wisdem-4.2.1-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.1.tar.gz.

File metadata

  • Download URL: wisdem-4.2.1.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.1.tar.gz
Algorithm Hash digest
SHA256 301f4740262542c38af31b3c30d834aa6c4c4efce1837b86dc5ac32b092f983a
MD5 16b4e69917021b5c169e199c3d689a91
BLAKE2b-256 f1f15ae87bd8cf85856b884e3098dc25dbe40fd3fb981357e4c95d4f6d2f30bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1.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.1-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: wisdem-4.2.1-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.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 43c10c7df714f47f0a50df80d2b9e8833d5f4ce74f1708306d73f09af3e3a35e
MD5 48818ba793ad1a1e4c91193aeffea61b
BLAKE2b-256 c324fbe1fe5ac504c0f2dbd769e12786959de84f26549c9f126e7c5b2337ba99

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 abf77087141816a97cb159120146b4a43e146e8e2c37de09bf792a3e980df46f
MD5 d7d39c0f0282862eba60250477377561
BLAKE2b-256 5b19b503b6bf801342e2bf264ce3bcdb9b07d0116c05b650580c76f04d48ab3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5ab6c8239c5cbd1ce33dfdcb516c1a46391c573f2162f551358c2e460e256ed4
MD5 55f7470ae734886e67fcae6d9e40c193
BLAKE2b-256 a50419d49c8fc231228df1d5a603c542be6eb2a2fb36b8bba7e93fa7054ed1e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-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.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0383246bc6b402d1c3b2f90f657966da0108b9eaf5e31968d02e2848d7d3b56b
MD5 c4cd6108db428dfaa31456efefbf00d1
BLAKE2b-256 34909e383ab8ff050c6e8dad9d28645e31ce9cbb7761e9f51a4c4212c56e20f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a3b119bfedf88f97964ce30ef3db18d62c534491872976628c3d7588b0188063
MD5 976b3f05a2c05ff36700edd5e43fc98d
BLAKE2b-256 17e84b68d0ba0870480b62995da3c857c2230686e5f753800bacc18585eb0bb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp314-cp314t-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.1-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 dda54272538c39f3855f9d48c7aeb229e37b49083f48c044039e28c9d9a6f706
MD5 19f479865f1e1cbee5c9f6c8cfdd0e9e
BLAKE2b-256 257ff0b03e54905710b840552b8e9c8420a5c2f09549da8e07c59626f095105a

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp314-cp314t-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.1-cp314-cp314t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8a854c437894f9e1fbc9a142b58b91dc8a09f58d49aaaf4aa7a8ad031bde6ad1
MD5 cf33defab0e6a1999a169fc57225cedc
BLAKE2b-256 405c245437abf5da6183d390330d86e34f6ce1e9498a5a49f3eb679c399716e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: wisdem-4.2.1-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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 65d9c63be70d01583c309d3bfa87c3954e4656f92bdd71d9b3866e286fd4e059
MD5 ee22d3b48a588fd48677ddc67b66772d
BLAKE2b-256 f4173fb992dd4d3783e35afb9015acad013d11d34e90f020a31cbffc664fd92b

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dae156e803454e997b0a8d458e90ed154f06be851cbc833d6b4144f6927698dc
MD5 45b08419b1cf2e1d228cc89af347fcfc
BLAKE2b-256 616079e4b2178fe944826b5684d49cd9d1c0dd00d70c33b4543bc445508dbd8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5b5c1e43f639ae84ee6a93abd2ef6dfbfa546195faf5207bad3e612b1fcd28b5
MD5 15cb63dd1f52eba37d05b68d04d5f696
BLAKE2b-256 718e21800ecb838215a091797d511f67ec7a83f26e69e9b96a3df90e3746adcc

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-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.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 578c8a19d97f080e7c194461cfab945bf7f395785156994492c6e2604186c56a
MD5 4f51c2593657aa99bca0061b17005411
BLAKE2b-256 6a59982c2202322b693a31e85a6a838358da79c816e3f971fc386c943d9d8c1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 44a15a854c5a4ae1a61681740dfc605ac02514d47a767fc0629d46029027c7a4
MD5 46b4508238a0541a693bdd022794c295
BLAKE2b-256 9d3173fa2e0cf999f478cd854915a3b4c647aaf7d0f8df7c15c48e1fd2b58391

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.1-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 70246e88e9aa28a2e9e7457ac3a1ba2ed1f9097b58b678bc0611d0392d8405c7
MD5 020f54cd45b615111b1e6da75a630ce4
BLAKE2b-256 0e909daf629a3d5298ce66118d872438b95de63f7c4aca6391a80a50d239dc46

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.1-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 01d83feb2ac3601cb3a89814084a5e0e87edd585d6bc679bd0a070d2452771e3
MD5 69e871be6004beb7cdc1becb457c14ac
BLAKE2b-256 08afa072bf3343953212068bd1b783e582a3c8073f8d784edb30ad9ecfc650c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: wisdem-4.2.1-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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9f71f57de2a88bbad263f177f3981465a8a9c9cb1b34175c16f00b44135aae22
MD5 5447007521f64d984479ed90c883a957
BLAKE2b-256 43877997d4e8222a09021ef7804f7cca68e0d297198b70b9c17675d84e2f98ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 da6d96821ef0495959a879b0032f99291c35b9079c36b125567ec44af3f01d99
MD5 9663c3132afb6bbe7e74c37dc25b9a70
BLAKE2b-256 6ee6249c310c6ffcb0a18890267a5aa413a384d8afccd6488bbaac95c923506e

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 915c4e372d6ab4c089dee66e2b434a2ae6a4b006912a8a47813a0bae379a50c9
MD5 3d8e100c807953d4e332f63a50f8645a
BLAKE2b-256 6afa7a69ac84d599cacd25f15a4cef7ec40aa12c3b35c726f7a997192bc3f61a

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-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.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 da155c14aff0d25c91759bb4564cb785f65c06fda5a4debbddae3454ac218bf7
MD5 6afbb4e7e255b07c37b46dbb01e51147
BLAKE2b-256 08254d5b5efbd6d9bf27eaa56571b0c44e2882ffa5e1911c578acb2ebdadc611

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ab395415ad171aa95f3e00b6c6c485f5556d088fe9efeffce68a24e0a14eacdd
MD5 9a87535089fe665077de711bfa54fea7
BLAKE2b-256 7617c8aa0cae6c6d6912ecd11a97a6e8319d32e062a4c4c1f8f39c8e771affb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.1-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 25d37f8b16666492d79004e84d6ffd6a1c1a6f5bf48e4f1b4c166b636a32d7ef
MD5 876cb6777b0f51b22484edd6ca12e7c4
BLAKE2b-256 f9473d98ca1fbb7a7bca39bcf7e68bab5eb61f9d7d2124017048a42faaa4a9e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.1-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 44a55df0744257ae3e3e31573be730abdab6d76689ca8db8e1f8dafcf17095bb
MD5 f03afbdddc090210bf301e25b880564f
BLAKE2b-256 beb0a6a800c6308faebcf90d78b116a42068e87062321f7637f112ed58f0ae05

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: wisdem-4.2.1-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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a85a373eea93b1777667bbdaa78d225bd589e40f40202f16fd9aadd94b1a3755
MD5 5f7b287745afc44c31e5449bd33a677a
BLAKE2b-256 a0fef571fc72bd1ec39cb4da440702263133c603cae4bafc9d1f92b4bec2e9e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b2872c4358527b0b75761ba16cfcbd3eeb21237e17e3270b8b4d9efddba7c943
MD5 a73e732ed66513d836928d1a5d67af9e
BLAKE2b-256 3d9aeecb19dea86e3bcd138ec2f35174fb17520717d50117f2dd1803903eb9e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a4f85f7eb6bcb62ba130154e01fe63ed16c8c6f91c99b5c79a1afb5e07815554
MD5 0e42dda23f909f9ce2865fe5db7517e2
BLAKE2b-256 4f9836ea9bd29f02a5d19d18ce33efe365a9f2d380a7a9b1d82c71587b337e26

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-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.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4d586f069bf9e294d14ef16009eb34d41a8cbeec29bdd431bca6066aa240b264
MD5 ef38f2160fc4d7ee5063ec222e7c185e
BLAKE2b-256 ebb7027310592229a8aa43cdf9a95c163a5102a1c2f21c605f0a02425df41853

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b9e14770e49a6d2e2fef5a528bc06709845564a721979d9910f3be1ec3491cb0
MD5 354bb00d7421b0fd5fecf51ac583aaa8
BLAKE2b-256 b8614dcc41fd1b9ade11fdc0523c55137e54cbbf2ec4073a270a8f8a1be82e73

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.1-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 15ec08e68f3fa48b257602848b9e6d3bb57d66f8d6f01e5417f24ddbc2ce4405
MD5 a24f91182f769fdefbdef7cd20b7c67e
BLAKE2b-256 770a10b453dcf499b1013f357ccc1d0319ffe3c1c64bab0b92ad81224fc7b167

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.1-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 fe186ed1c880229c910007d8e15710c355fdd5c5995fb154e1bd27526eac9242
MD5 85f838ea0c401e00726f35bdd70e3bc1
BLAKE2b-256 4796654e680e860e29c78892c21c25c5d82562809e404e28ecf811fe6010f154

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: wisdem-4.2.1-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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 43112ce01253bd3763a74c17ea8246467d11bc1a8aacc55596b5c6ca5c951f54
MD5 19e9961ef82ba9f8f8dfb39fa486c588
BLAKE2b-256 a1ec4eef33a949767bbb97d0b7e9769a06ccaee5a0ac6956beda35d93492ea89

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ef798d25ef62f902743363588152e9f0f0332e118d6bbc06fd6dd9c2509e0a73
MD5 ef4233749552a7a323c4eec8a640ed15
BLAKE2b-256 5349446b01f7f945de2c2b014feb2dce78e13695cac4875a949b5a7a7a46aded

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9022be17e67c7bbf489a0bcbc05a6ffcb95b49084dde1676cc79beba169b3b09
MD5 76ae5fb7c1c56ec32c980c1003d25a8e
BLAKE2b-256 f97b9a9cd726ff78b829d928378ec71139de7f44eec254c9ad589510865f3c72

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-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.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ea9a0c5f0bc4a78b047afaf60e56617c6bb3c37c5a39fb56690f6bec47b73035
MD5 e587d9b70d7515ebc5a42d2af1936ae7
BLAKE2b-256 64aba76eb8fb0878a9a49baed9ea41917de3ef8d8d0abefce67b45310792e8de

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c59da1d2c8cdfeafefbee0964eadeb7f7b808439140733e3e6e60ef0f347e4da
MD5 b66283115fa6a10f928dee14eda005fe
BLAKE2b-256 3a54e6db96a27beb7a2af717e76290fc8bbc929d3b0e2c2dacb648cbe8003e80

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.1-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 467b80f61e0b9d87df63c0169b9ca2cbc85cc91e5a8cd1e5f296d81b20f81127
MD5 078735a65ed40bf41a0164afb53982ab
BLAKE2b-256 5c860af7197ccab025895bc06621776ff74c91de57bc88c24c8a808ad7e86351

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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.1-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.2.1-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a51d9c726bf015b2d2907c225431216056f7c79511ffaa702b5426aa0aac5298
MD5 a7bdfe44ff0300be7af984f33b62f48b
BLAKE2b-256 2dc22fd2bcf1e66d4e1e64e9d8660b3dcdd3a8b6d6294b7a4b295cd8b0edcdd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.2.1-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