Recent Releases of wombat
wombat - v0.11.3
What's Changed
- Fix: Polars compatibility with Apple Silicon by @jaredthomas68 in https://github.com/WISDEM/WOMBAT/pull/206
- v0.11.3 Release by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/207
New Contributors
- @jaredthomas68 made their first contribution in https://github.com/WISDEM/WOMBAT/pull/206
Full Changelog: https://github.com/WISDEM/WOMBAT/compare/v0.11.2...v0.11.3
- Python
Published by RHammond2 10 months ago
wombat - v0.11
What's Changed
- Feature: Add a dispatch summary metric and expand component costs by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/185
- adding weto stack blurb to readme by @gbarter in https://github.com/WISDEM/WOMBAT/pull/184
- Enhancement: Initialization error message improvements by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/188
- Enhancement: Universal maintenance starting date by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/189
- Patch: Minor metrics and simulation timing updates by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/190
- Patch: Metrics testing and unit/regression split by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/191
- Feature: Simulation auto cleanup and CSV -> Parquet by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/192
- Patch: Improve event counting by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/194
- Bug: Small fixes and spearate COREWIND failures by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/196
- Feature: Electrolyzer Modeling by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/195
- Feature: Enable DataFrame layout input by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/197
- Electrolyzer example & label fix by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/198
- Feature: Enable shift ignorable tasks by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/199
- Docs: Fix lingering or introduced errors prior to release by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/200
- v0.11 - Electrolyzers, Metrics updates, testing improvements, data updates, bug fixes, and more by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/201
- bump version for v0.11 release by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/202
New Contributors
- @gbarter made their first contribution in https://github.com/WISDEM/WOMBAT/pull/184
Full Changelog: https://github.com/WISDEM/WOMBAT/compare/v0.10.4...v0.11
- Python
Published by RHammond2 11 months ago
wombat - v0.10 Release
What's Changed
- Feature: Add more CI checks & update pre-commit workflows by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/168
- Feature: Single file configuration by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/167
- Fix: Maintenance Frequency Conversion by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/169
- Revert: "Fix: Maintenance Frequency Conversion (#169)" by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/171
- Maintenance: Update Workflows and add PR Template by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/172
- Fix pandas Depreciation warning in plot by @davidosterberg in https://github.com/WISDEM/WOMBAT/pull/173
- Feature: Expand Maintenance Frequency Defintions by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/174
- Enhancment: Use list data for failure classification by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/175
- Fix: Severity encodings by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/176
- Release v0.10 by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/177
- Fix: Bump upload artifact for gh pages by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/178
- Fix: Use correct pages artifact upload version by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/179
- Fix: Update deploy-pages by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/180
New Contributors
- @davidosterberg made their first contribution in https://github.com/WISDEM/WOMBAT/pull/173
Full Changelog: https://github.com/WISDEM/WOMBAT/compare/v0.9.7...v0.10
See the CHANGELOG for a description of new and updated functionality.
- Python
Published by RHammond2 about 1 year ago
wombat - v0.9.7
What's Changed
- PATCH: Fix YAML loading bug causing
ResourceWarningby @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/163 - PATCH: Fix PyPI publishing workflow by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/164
- PATCH: PyPI publishing permissions by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/165
- Release v0.9.7 by @RHammond2 in https://github.com/WISDEM/WOMBAT/pull/166
Full Changelog: https://github.com/WISDEM/WOMBAT/compare/v0.9.6...v0.9.7
- Python
Published by RHammond2 over 1 year ago
wombat - v0.9.3 Minor Fix to Time-Based Availability
- Python
Published by RHammond2 over 2 years ago
wombat - v0.8.0
This release includes a series of bug fixes in the cable, subassembly, repair management, and servicing equipment models that ensure repairs can't happen twice under limited circumstances or that more than one repair can occur simutaneously. New features include an emissions metric and random seeding of simulations, with significant simulation speedups across the board due to using Polars for managing the weather and datetime functionality.
- Python
Published by RHammond2 almost 3 years ago
wombat - v0.5: Tow-to-Port and More Metrics
Tow-to-port simulations have been added for offshore wind farms along with more metrics and better consistency in their outputs. See the Changelog for complete details.
- Python
Published by RHammond2 almost 4 years ago
wombat - Unscheduled Maintenance Strategies
This release adds unscheduled maintenance handling by enabling each servicing equipment to operate on its own strategy for deployment based on either pre-determined annual schedules, wind power plant downtime, or number of service requests the equipment can serve. See the CHANGELOG for more details.
- Python
Published by RHammond2 over 4 years ago
wombat - Create Default Data Access Method
Enables users to consistently be able to access the Dinwoodie, et. al 2015 and IEA Task 26, 2016 validation data libraries.
- Python
Published by RHammond2 almost 5 years ago
wombat - Create the bones
This release is to indicate the project is officially moving out of it's internal repository and into it's public-facing one. For now, it is just the bones of the project that are able to be viewed.
- Python
Published by RHammond2 about 5 years ago