Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.1.16 #624

Merged
merged 170 commits into from
Jan 12, 2020
Merged

Release v0.1.16 #624

merged 170 commits into from
Jan 12, 2020

Conversation

DavidMinarsch
Copy link
Contributor

Release summary

Version number: 0.1.16

Release details

This release:

  • Completes tac skills implementation
  • Adds default ledger field to agent config
  • Converts ledger apis to dictionary fields in agent config
  • Introduces public ids to CLI and deprecate usage of package names only
  • Adds local push and public commands to CLI
  • Introduces ledger api abstract class
  • Unifies import paths for static and dynamic imports
  • Disambiguates import paths by introducing pattern of packages.author.package_type_pluralized.package_name
  • Adds agent directory to packages with some samples
  • Adds protocol generator and exposes on CLI
  • Removes unused config fields
  • Updates docs to align with recent changes
  • Adds additional tests on CLI
  • Multiple additional minor fixes and changes

Checklist

Put an x in the boxes that apply.

  • I have read the CONTRIBUTING doc
  • I am making a pull request against the master branch (left side), from develop
  • Lint and unit tests pass locally
  • I built the documentation and updated it with the latest changes
  • I've added an item in HISTORY.rst for this release
  • I bumped the version number in the aea/__version__.py file.
  • I bumped the version number in the docs/version.md file
  • I bumped the version number in every Docker image of the repo and published it. Also, I built and published them with tag latest
    (check the READMEs of aea-develop
    and aea-deploy)
  • I have checked that the documentation about the aea cli tool works

Further comments

Totoual and others added 30 commits December 19, 2019 16:43
AEA-220 Doc Demos update to use aea config set/get.
marcofavorito and others added 25 commits January 10, 2020 16:46
Local push and publish commands re-implemented to use context generat…
This will avoid clashes between packages with the same name and type
but from different author.

E.g. to import a module of a package of the agent, in agent context:

```
import packages.author_name.package_type_plural.package_name
```
For instance:
```
import packages.fetchai.protocols.fipa.serialization
```
Local fetch with dependencies implemented, tests updated.
add docs updates, merge weather skills, fix issues detected
Adding protocol generator to the CLI tool
Copy link
Contributor

@marcofavorito marcofavorito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@DavidMinarsch DavidMinarsch merged commit 29af4fd into master Jan 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants