------------------
- Fixing errors found by landscape.io. [AlexV]
- Fixing release commands and adding Code Health badge. [AlexV]
- V0.2.0. [AlexV]
- Adding pyup config to manage dependencies. [AlexV]
- Merge pull request 14 from pyros-dev/nested_implement. [AlexV]
Nested implement
- Fixing tests in CMakeLists. [AlexV]
- Fixing travis links in README. [AlexV]
- Added README comments about CI, tests and PR merges. [AlexV]
- Moving version to base package. cleanup hypothesis data via manifest.
[alexv]
- Somewhat cleaner test run. Now relying on pypi released test depends.
[alexv]
- Not testing latest python3 on ubuntu not supporting it. [alexv]
- Tox indigo test now uses debs for test tools. [alexv]
- Encode/decode already taken care of by genpy not accepting bytes for
str since genpy currently breaks. [alexv]
- Nested implementations now passing tests. [alexv]
- Merge pull request 21 from asmodehn/importer. [AlexV]
Importer
- Restructuring requirements for different tests with different
versions... [alexv]
- Merge pull request 23 from asmodehn/travis_matrix. [AlexV]
Travis matrix
- Attempting to fix link between travis and tox. dropping py3 fix for
genpy dep. [alexv]
- Configuring travis matrix with tox envs. [alexv]
- Activating python3 support. [alexv]
- Restructuring to extract tests, fix package dist, replace ros
submodules with pips. [alexv]
- Attempting to fix setup.py to include .msg. [alexv]
- Removing rosimport submodule since it has been released. [alexv]
- Fixing hypothesis deprecation warnings. [alexv]
- Moving tests out of package to avoid changing python import logic
without the final user knowing. [alexv]
- Tox tests now passing on python 2.7 with dev version of rosimport.
[alexv]
- Moving importer out to rosimport, and fixing tests. [alexv]
- Extracting filefinder to separate pip package. [alexv]
- Some cleanup. [alexv]
- Python2 generated modules import working! [alexv]
- Import with implicit namespace package working on 2.7. [alexv]
- WIP starting to backport for python2.7. [alexv]
- Unified ROSloaders. [AlexV]
- Importing services definitions now works on py3.4. [AlexV]
- Importlib tests passing. [AlexV]
- WIP import test passing, added pytest-boxed. [AlexV]
- WIP import tests starting to pass ! [AlexV]
- WIP python code generation starting to work... [AlexV]
- WIP extracted tests out of package to be able to test importing from
existing python package, without having the python package already
imported. [AlexV]
- WIP improved test structure, now using more basic unittest. [alexv]
- WIP improving ROS import finder for python 3.5. [alexv]
- WIP importer improvements. [AlexV]
- WIP improving ROS import finder for latest python 2.7. [alexv]
- WIP beginning of custom importer implementation. [AlexV]