Skip to content

Commit

Permalink
Alpha version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoFara committed Jun 26, 2021
1 parent 105980f commit 2c489f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1-alpha] - 2021-06-26
### Added
- The example file ``examples/strider.py`` is now shipped with the Python package.
- ``leggedsnake/geneticoptimizer.py`` can now automatically switch to the built-in GA algorithm if PyGAD is not installed.

### Changed
- ``setup.cfg`` metadata

## [0.1.0-alpha] - 2021-06-23
## [0.1.0-alpha] - 2021-06-25
### Added
- Code vulnerabilities automatic checks
- Example videos in ``examples/images/``
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = leggedsnake
version = 0.1.0
version = 0.1.1
author = Hugo Farajallah
description = Simulate and optimize planar leg mechanisms using PSO and GA
license = MIT License
Expand Down

0 comments on commit 2c489f3

Please sign in to comment.