Skip to content

Commit a8106b1

Browse files
committed
Readme and setup v2.1.4
1 parent b9656bb commit a8106b1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pip install DSSATTools
66
```
77
## v2.1 Updates
88
For the latest version the next changes were implemented:
9-
- Everything is based in the fact that each simulation includes only one treatment. That involves a single option for cultivars, irrigation, fertilizer, field, etc.
9+
- The library simultes only one treatment. Therefore, only one option for cultivars, irrigation, fertilizer, field, etc. can be defined.
1010
- 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.
1111
- The weather is now managed by a single `Weather` class.
1212
- A `__repr__` method was implemented for the four basic classes (`Crop`, `Management`, `Weather` and `SoilProfile`), and the `Section` class.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setuptools.setup(
1515
name="DSSATTools",
16-
version="2.1.3",
16+
version="2.1.4",
1717
author="Diego Quintero",
1818
author_email="daquinterop@gmail.com",
1919
description="A DSSAT's Python implementation",

0 commit comments

Comments
 (0)