Skip to content

Releases: root-11/maslite

Maintenance Release

12 Feb 16:29
Compare
Choose a tag to compare

Minor changes to AgentMessage parameters

Direct Messaging and Shortcut Distribution

12 Feb 14:52
657fcda
Compare
Choose a tag to compare
  1. "direct" argument added to AgentMessage to prevent subscription checks being carried out when the message is being distributed
  2. Shortcut message.receiver in get_mail_recipients by no longer having Agents subscribe to themselves

Both changes were made in order to improve performance.

New API: Extended Subscription Options

14 Sep 11:19
f93588f
Compare
Choose a tag to compare

This release features an extension of the subscription options for the MailingList. Users are now able to subscribe to Sender, Receiver (formerly known as target) and Topic (as before). They are also able to subscribe to combinations of these options. For more details see test_message_and_broadcast_subscriptions

Maintenance release

10 Aug 11:57
Compare
Choose a tag to compare

Minor updates. No API changes.

Maintenance release

09 Aug 15:10
Compare
Choose a tag to compare

This release changes update sets with dicts, to assure strict adherence to order of insertion which in turn leads deterministic order of execution of agent.update().

Otherwise no changes.

Credits:
Ross Blandford, Max Yu & Zhefan Xu.

Maintenance release.

22 Jun 11:16
a750bd3
Compare
Choose a tag to compare

Minor update to scheduler where run(until=X) didn't stop at X if there wasn't an alarm set.

See new test for details.

Credits: Ross Blandford

Minor bugfix release

25 Nov 15:17
83e82fe
Compare
Choose a tag to compare

No API changes. Just a bugfix.

Patch to logging

25 Nov 15:11
6a58f11
Compare
Choose a tag to compare

Minor patch to logging. See diff for details. No API changes.

Official maintenance release with for Python 3.11

22 Nov 20:24
Compare
Choose a tag to compare

No changes.
The test matrix was update to accommodate python 3.11

Maintenance release adding support for 3.11

22 Nov 19:58
a51dac2
Compare
Choose a tag to compare

Nothing has changed in the battle proven edition of maslite, but from now on build --wheel is to be used instead of that old tarball.