Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1 KB

CHANGELOG.md

File metadata and controls

30 lines (21 loc) · 1 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • A pyproject.toml file.
  • This CHANGELOG.md file.
  • Phenotrack citation in README.md (#44).
  • OpenAlea svg logo for documentation.
  • More test for the test suite.

Changed

  • The documentation configuration file conf.py with OpenAlea Guidelines.
  • Modernized the test suite.
  • Compatibility with numpy 2.0.
  • Updated code to respect guidelines.
  • Formating source files with ruff.

Fixed

  • Updating skan function to more recent versions.
  • Removed warning of test files saved with python 2 by saving them again with python 3.
  • Fixing location of data for notebook examples.