Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: BioCroField
Version: 0.3.0-1
Version: 0.4.0
Title: Tools for BioCro Field Data
Description: A collection of tools for processing field data related to BioCro
crop growth simulations.
Expand Down
12 changes: 6 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ major.minor.patch structure of semantic versioning. When applicable, entries
should include direct links to the relevant pull requests.

Then, when a new release is made, "# Unreleased" should be replaced by a heading
with the new version number, such as "# CHANGES IN BioCroField VERSION 2.0.0."
with the new version number, such as "# BioCroField version 2.0.0."
This section will combine all of the release notes from all of the pull requests
merged in since the previous release.

Subsequent commits will then include a new "Unreleased" section in preparation
for the next release.
-->

# UNRELEASED
# BioCroField version 0.4.0

- It is now possible to specify extra columns to be returned in the output from
`biomass_table`.
Expand All @@ -25,7 +25,7 @@ for the next release.
- Values of partitioned leaf mass can be set to `NA` when creating a
`harvest_point`, which is treated as if the leaf mass had not been provided.

# BioCroField VERSION 0.3.0
# BioCroField version 0.3.0

- LMA is now included in the output from `biomass_table`.
- New crop-specific guides to harvesting and weighing are now available, along
Expand All @@ -35,7 +35,7 @@ for the next release.
- A new vignette has been added (`images_from_the_field`) that illustrates
parts of the harvesting and weighing process using pictures from the field.

# BioCroField VERSION 0.2.0
# BioCroField version 0.2.0

- Two new methods for estimating LAI were added to `process`:
`LAI_from_planting_density` and `LAI_from_measured_population`. The original
Expand All @@ -54,7 +54,7 @@ for the next release.
- https://github.com/biocro/BioCroField/pull/4
- https://github.com/biocro/BioCroField/pull/5

# BioCroField VERSION 0.1.1
# BioCroField version 0.1.1

- A bug related to partial name matching for partitioning components was
detected and fixed. In short, if a value of `leaf` mass was not supplied but
Expand All @@ -66,7 +66,7 @@ for the next release.
- PRs related to creating this version:
- https://github.com/biocro/BioCroField/pull/2

# BioCroField VERSION 0.1.0
# BioCroField version 0.1.0

- This is the first version of BioCroField. At this point, the package is in a
state of rapid development, and not all changes will be described here.
Expand Down