Skip to content

Commit

Permalink
Merge pull request #11 from oxinabox/ox/features
Browse files Browse the repository at this point in the history
add feature list to readme
  • Loading branch information
oxinabox committed Oct 20, 2020
2 parents c350b9d + 14a7d2c commit 521b82b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@

ProjectManagement.jl is a julia package based around traditional project management.
In particular it focuses on [PERT charts](https://en.wikipedia.org/wiki/Program_evaluation_and_review_technique).


## Features
- PERT Chart drawing
- Critical path identification and cost computation
- Monte Carlo duration sampling (and thus duration plots and statistics)

2 comments on commit 521b82b

@oxinabox
Copy link
Owner Author

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 created: JuliaRegistries/General/23326

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 v1.0.0 -m "<description of version>" 521b82bee57ed01d03ce6c1edc1f1b5b189ebc7c
git push origin v1.0.0

Please sign in to comment.