Releases: sustentarea/logoclim
Releases · sustentarea/logoclim
v2.1.0
- Added a
#headless?parameter to thesetupprocedure for improved headless execution. - Removed the
#tickand#waitparameters from thegoprocedure; it now has no parameters, simplifying execution. - Updated the
go-backprocedure to reset ticks and clear all plots. - Converted
NaNvalues produced by the GIS extension (used to represent missing data) intofalse, following Seth Tisue's suggestion. This fixes problems with primitives such asexport-worldandimport-world(see GIS Known Issues). - Converted string parameters and interface text to title case.
- Improved the
show-valueprocedure to provide better contrast for patch labels. - Added a 12-month moving average for patches. Patches now have two additional attributes:
value-12(last 12 months of values) andvalue-12ma(12-month moving average). - Updated plot behaviors: added a 12-month moving average pen, added indicators for the start of each 12-month cycle, and y-axis now dynamically adjusts based on the minimum, maximum, and interquartile range of the 12-month data window.
- Removed the
haltprocedure; error messages now provide more descriptive text. - Added the
Logôniamodel as a reference forLogoClimintegration. - Updated Quarto notebooks.
- Updated documentation to reflect all changes.
v2.0.0
-
Breaking change: Updated the model for compatibility with NetLogo 7.0.0.
-
Resized interface widgets to match the new NetLogo standard dimensions.
-
Changed the
LogoClimlicense from MIT to GPLv3. -
Removed the
transition-secondsslider, as it is no longer necessary. -
Removed the
adjust-world-size?slider; world size adjustment is now always enabled by default. -
Introduced the global variable
plot-max-y-rangeto optimize computations. -
Revised documentation to reflect updates.
v1.0.0
First stable release. 🎉
v0.0.0.9015
- Added variations (e.g., ACCESS-ESM1-5) and additional (e.g., CanESM5) Global Climate Models (GCMs) as selectable options in
global-climate-model. WorldClim provides a dedicated webpage for this data, available here. - Fixed an issue with year intervals when using the Future climate data series.
v0.0.0.9013
- Improved the documentation.
- Removed all dependencies on the
Rprogramming language and its packages. - Improved
setup-worldto address bleeding issues. - Persistent world bleeding is now converted to
NaNvalues. - Enhanced Quarto notebooks to fix dateline issues.
- Automated the generation of README and LICENSE files in the
Quarto notebooks. - Removed
patch-px-sizeslider and addedadjust-world-size?slider for
automatic world size adjustment. - Removed automatic adjustment of
start-year. An error is now raised if
start-yearis not set to a valid value. - Removed unnecessary dependencies and refactored code structure for improved
maintainability.
v0.0.0.9009
- Enhanced Quarto notebooks for improved readability and clarity.
- Refactored codebase to increase modularity and maintainability.
- Resolved world bleeding issues at higher resolutions.
- Updated charts to display whole numbers.
- Expanded documentation.
v0.0.0.9006
- Improved internal mechanisms for better performance and reliability.
v0.0.0.9004
First pre-release. 🎉