Skip to content

Commit

Permalink
Readme and setup v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
daquinterop committed Sep 28, 2024
1 parent b9656bb commit a8106b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pip install DSSATTools
```
## v2.1 Updates
For the latest version the next changes were implemented:
- Everything is based in the fact that each simulation includes only one treatment. That involves a single option for cultivars, irrigation, fertilizer, field, etc.
- The library simultes only one treatment. Therefore, only one option for cultivars, irrigation, fertilizer, field, etc. can be defined.
- Every set of defined crop or management parameters is a section. Each section is an attribute of the `Crop` or `Management` class. Sections won't be created by the user. The user can only modify the value of the parameters of the section, they can't create or add new parameters.
- The weather is now managed by a single `Weather` class.
- A `__repr__` method was implemented for the four basic classes (`Crop`, `Management`, `Weather` and `SoilProfile`), and the `Section` class.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setuptools.setup(
name="DSSATTools",
version="2.1.3",
version="2.1.4",
author="Diego Quintero",
author_email="daquinterop@gmail.com",
description="A DSSAT's Python implementation",
Expand Down

0 comments on commit a8106b1

Please sign in to comment.