Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
VEZY committed Apr 27, 2023
2 parents ff8b01a + d4a3ce4 commit 2f515c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Our contributing guidelines follow the ones proposed by SciML, and are available from here: https://docs.sciml.ai/ColPrac/stable/
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PlantSimEngine"
uuid = "9a576370-710b-4269-adf9-4f603a9c6423"
authors = ["Rémi Vezy <VEZY@users.noreply.github.com> and contributors"]
version = "0.6.1"
version = "0.7.0"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ Take a look at these projects that use PlantSimEngine:

The package is developed so anyone can easily implement plant/crop models, use it freely and as you want thanks to its MIT license.

If you develop such tools and it is not on the list yet, please make a PR or contact me so we can add it! 😃
If you develop such tools and it is not on the list yet, please make a PR or contact me so we can add it! 😃 Make sure to read the community guidelines before in case you're not familiar with such things.


## TO DO

- [ ] Look into locks for parallel computations over "independent" processes that can maybe call a model when both parents are being computed, so both are set to 0 and the model is never called
- [ ] Look into locks for parallel computations over "independent" processes that can maybe call a model when both parents are being computed, so both are set to 0 and the model is never called

2 comments on commit 2f515c1

@VEZY
Copy link
Member Author

@VEZY VEZY commented on 2f515c1 Apr 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/82465

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.0 -m "<description of version>" 2f515c15ef6b3d7cff7afa79d326feb449d0f997
git push origin v0.7.0

Please sign in to comment.