From 292dae9e6467249484855930291d252b4e93d762 Mon Sep 17 00:00:00 2001 From: HugoFara Date: Mon, 12 Jul 2021 19:49:28 +0200 Subject: [PATCH] Bumpversion betrayed me once again. --- CHANGELOG.md | 7 +++---- setup.cfg | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65a7bf2..ff132db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.4-alpha] - 2021-07-12 ### Added - - It is now possible and advised to import class and functions using quick paths, for instance ``from leggedsnake import Walker`` in stead of ``from leggedsnake.walker import Walker``. + - It is now possible and advised to import class and functions using quick paths, for instance ``from leggedsnake import Walker`` instead of ``from leggedsnake.walker import Walker``. - You do no longer have to manually import [pylinkage](https://hugofara.github.io/pylinkage/), we silently import the useful stuff for you. - We now use [bump2version](https://pypi.org/project/bump2version/) for version maintenance. - This is fixed by the ``road_y`` parameter in ``World`` let you define a custom height for the base ground. @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ``docs/examples/strider.py`` has been updated to the latest version of leggedsnake 0.1.4. ### Fixed - - The full swarm reprensentation in polar graph has been repaired in ``docs/examples/strider.py``. + - The full swarm representation in polar graph has been repaired in ``docs/examples/strider.py``. - During a dynamic simulation, linkages with long legs could appear through the road. - The documentation was not properly rendered because Napoleon (NumPy coding style) was not integrated. @@ -93,8 +93,7 @@ This package was lacking real documentation, it is fixed in this version. - ``leggedsnake/utility.py`` not having zipfile or xml modules error encapsulation. ### Fixed - - ``setup.cfg`` was not PyPi compatible. - Removed mail (use GitHub!), we now explicitly say that ``README.md`` is markdown (PyPi is conservative) + - ``setup.cfg`` was not PyPi compatible. Removed mail (use GitHub!), we now explicitly say that ``README.md`` is markdown (PyPi is conservative) ## [0.0.1-alpha] - 2021-06-22 Basic version, supporting Genetic Algorithm optimization, but with various problems. diff --git a/setup.cfg b/setup.cfg index 70cfced..887966b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ tag = False [metadata] name = leggedsnake -version = 0.1.3 +version = 0.1.4 author = Hugo Farajallah description = Simulate and optimize planar leg mechanisms using PSO and GA license = MIT License