-
Notifications
You must be signed in to change notification settings - Fork 63
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.2.3 #947
Release v0.2.3 #947
Conversation
…l content to specify whether a content is set or not); fixed a bug with expected number of contents being wrong with optional contents
…or test purposes; added ct type testing; squashed a bug for unions containing tuples; squashed bug about ct types in serialisation.py; cleaned up the code
Generator's 'optional' content bug fixes
The OEF connection teardown had problems in the following cases: - the OEF is down, we try to connect, and then we stop - the OEF was up, we were connected, the OEF goes down and then we stop to solve that, the `Multiplexer.disconnect` now calls the `Connection.disconnect` of all the connection that are "connected" or "connecting".
Make configuration files include a field named 'aea_version'. It has the following format: - either a string that matches the semver format: https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string - or a string that matches the version specifier (PEP 440): https://www.python.org/dev/peps/pep-0440/#version-scheme The former is for backward compatibility. The latter let the user to specify version ranges. It is an optional field (mostly for backward-compatibility), but it is recommended to add it by default, maybe in later changes, in the form "aea_version: >=[current-aea-version]"
Fix OEF Connection teardown
… dictionary complain;
… dictionary complain;
Refine fingerprint and AEA version support
Small update in the thermometer demo.
AEA-428 Generator bug fixes
Fixing skill-guide
prepare develop for v0.2.3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Due to #877, we moved 'aea launch' to use the 'subprocess' module instead of 'multiprocessing'.
AEA-342 attempt to add routing to filter
Codecov Report
@@ Coverage Diff @@
## master #947 +/- ##
==========================================
+ Coverage 91.41% 96.15% +4.73%
==========================================
Files 120 120
Lines 8938 8938
==========================================
+ Hits 8171 8594 +423
+ Misses 767 344 -423
Continue to review full report at Codecov.
|
Make 'aea launch' to use subprocess instead of multiprocessing.
minor doc update re uri based envelope routing
Release summary
Version number: v0.2.3
Release details
This release:
Checklist
Put an
x
in the boxes that apply.master
branch (left side), fromdevelop
HISTORY.md
for this releaseaea/__version__.py
file.docs/version.md
filelatest
(check the READMEs of
aea-develop
and
aea-deploy
)aea cli
tool worksFurther comments