Skip to content

Commit

Permalink
Set version to 2.1.0 and point to latest stable documentation again.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoolen committed Jun 24, 2019
1 parent f2f8420 commit 9b0b3cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "RigidBodyDynamics"
uuid = "366cf18f-59d5-5db9-a4de-86a9f6786172"
version = "2.0.0"
version = "2.1.0"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

RigidBodyDynamics.jl is a rigid body dynamics library in pure Julia. It aims to be **user friendly** and [**performant**](https://github.com/JuliaRobotics/RigidBodyDynamics.jl/blob/master/docs/src/benchmarks.md), but also **generic** in the sense that the algorithms can be called with inputs of any (suitable) scalar types. This means that if fast numeric dynamics evaluations are required, a user can supply `Float64` or `Float32` inputs. However, if symbolic quantities are desired for analysis purposes, they can be obtained by calling the algorithms with e.g. [`SymPy.Sym`](https://github.com/JuliaPy/SymPy.jl) inputs. If gradients are required, e.g. the [`ForwardDiff.Dual`](https://github.com/JuliaDiff/ForwardDiff.jl) type, which implements forward-mode [automatic differentiation](https://en.wikipedia.org/wiki/Automatic_differentiation), can be used.

See the [latest documentation](https://JuliaRobotics.github.io/RigidBodyDynamics.jl/dev) for a list of features, installation instructions, and a quick-start guide. Installation should only take a couple of minutes, including installing Julia itself. The documentation includes various usage examples, starting with a [quickstart guide](http://www.juliarobotics.org/RigidBodyDynamics.jl/dev/generated/1.%20Quickstart%20-%20double%20pendulum/1.%20Quickstart%20-%20double%20pendulum/). These examples are also runnable locally as Jupyter notebooks; see [the readme in the examples directory](https://github.com/JuliaRobotics/RigidBodyDynamics.jl/blob/master/examples/README.md) for instructions.
See the [latest stable documentation](https://JuliaRobotics.github.io/RigidBodyDynamics.jl/stable) for a list of features, installation instructions, and a quick-start guide. Installation should only take a couple of minutes, including installing Julia itself. The documentation includes various usage examples, starting with a [quickstart guide](http://www.juliarobotics.org/RigidBodyDynamics.jl/dev/generated/1.%20Quickstart%20-%20double%20pendulum/1.%20Quickstart%20-%20double%20pendulum/). These examples are also runnable locally as Jupyter notebooks; see [the readme in the examples directory](https://github.com/JuliaRobotics/RigidBodyDynamics.jl/blob/master/examples/README.md) for instructions.


## Related packages
Expand Down

0 comments on commit 9b0b3cb

Please sign in to comment.