Skip to content

Releases: sustentarea/logoclim

v2.1.0

16 Sep 03:59
909e1e0

Choose a tag to compare

  • Added a #headless? parameter to the setup procedure for improved headless execution.
  • Removed the #tick and #wait parameters from the go procedure; it now has no parameters, simplifying execution.
  • Updated the go-back procedure to reset ticks and clear all plots.
  • Converted NaN values produced by the GIS extension (used to represent missing data) into false, following Seth Tisue's suggestion. This fixes problems with primitives such as export-world and import-world (see GIS Known Issues).
  • Converted string parameters and interface text to title case.
  • Improved the show-value procedure 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) and value-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 halt procedure; error messages now provide more descriptive text.
  • Added the Logônia model as a reference for LogoClim integration.
  • Updated Quarto notebooks.
  • Updated documentation to reflect all changes.

v2.0.0

30 Jul 02:45
7b4f6d9

Choose a tag to compare

  • Breaking change: Updated the model for compatibility with NetLogo 7.0.0.

  • Resized interface widgets to match the new NetLogo standard dimensions.

  • Changed the LogoClim license from MIT to GPLv3.

  • Removed the transition-seconds slider, 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-range to optimize computations.

  • Revised documentation to reflect updates.

v1.0.0

03 Jul 09:18
3ead0dd

Choose a tag to compare

First stable release. 🎉

v0.0.0.9015

03 Jul 01:34
adb1cc6

Choose a tag to compare

v0.0.0.9015 Pre-release
Pre-release
  • 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

24 Jun 08:28
162dc02

Choose a tag to compare

v0.0.0.9013 Pre-release
Pre-release
  • Improved the documentation.
  • Removed all dependencies on the R programming language and its packages.
  • Improved setup-world to address bleeding issues.
  • Persistent world bleeding is now converted to NaN values.
  • Enhanced Quarto notebooks to fix dateline issues.
  • Automated the generation of README and LICENSE files in the
    Quarto notebooks.
  • Removed patch-px-size slider and added adjust-world-size? slider for
    automatic world size adjustment.
  • Removed automatic adjustment of start-year. An error is now raised if
    start-year is not set to a valid value.
  • Removed unnecessary dependencies and refactored code structure for improved
    maintainability.

v0.0.0.9009

09 Jun 12:44
dbed7a7

Choose a tag to compare

v0.0.0.9009 Pre-release
Pre-release
  • 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

15 Apr 20:45
825131c

Choose a tag to compare

v0.0.0.9006 Pre-release
Pre-release
  • Improved internal mechanisms for better performance and reliability.

v0.0.0.9004

14 Sep 08:11
432aca3

Choose a tag to compare

v0.0.0.9004 Pre-release
Pre-release

First pre-release. 🎉