Skip to content

Commit

Permalink
Typos and broken URLs. Total number of downloads shown.
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoFara committed Jul 21, 2021
1 parent 80f6ff1 commit ab91cdd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.5.1] - 2021-07-14
### Added
- The trials and errors optimization now have a progress bar (same kind of the
one in particle swarm optimization), using the [tqdm](https://pypi.org/project/tqdm/).
one in particle swarm optimization), using
[tqdm](https://pypi.org/project/tqdm/).

### Changed
- [matplotlib](https://matplotlib.org/) and tqdm are now required.
- [matplotlib](https://matplotlib.org/) and tqdm now required.

## [0.5.0] - 2021-07-12
End alpha development! The package is now robust enough to be used by a mere
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![PyPI version fury.io](https://badge.fury.io/py/pylinkage.svg)](https://pypi.python.org/pypi/pylinkage/)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg )](https://raw.githubusercontent.com/HugoFara/leggedsnake/master/LICENSE.rst)
[![Downloads](https://pepy.tech/badge/pylinkage/week)](https://pepy.tech/project/pylinkage)
[![Downloads](https://static.pepy.tech/personalized-badge/pylinkage?period=total&units=international_system&left_color=grey&right_color=green&left_text=Downloads)](https://pepy.tech/project/pylinkage)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg )](https://raw.githubusercontent.com/HugoFara/pylinkage/master/LICENSE.rst)
# pylinkage

A linkage builder written in Python. This package is made to create planar linkages and optimize them kinematically thanks to [Particle Swarm Optimization](https://en.wikipedia.org/wiki/Particle_swarm_optimization). It is still an early work, so it should receive great changes in the future.
Expand All @@ -17,7 +17,7 @@ We provide an [environment.yml](https://github.com/HugoFara/leggedsnake/blob/mas

## Usage

As of today, the code is segmented in three parts:
As of today, we segment the code in main three parts:
* [linkage.py](https://github.com/HugoFara/pylinkage/blob/master/pylinkage/linkage.py) this module describes joints and linkages
* Due to the geometric approach, joints (instances of ``Joint`` object) are defined without links.
* The ``Linkage`` class that will make your code shorter.
Expand Down

0 comments on commit ab91cdd

Please sign in to comment.