• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pytransitions / transitions / 916

Builds Branch Commit Type Ran Committer Via Coverage
916 master Fallback to __getattribute__ if attribute is not found. If we don't maintain the default behavior it makes it impossible to inherit from any `StateMachine` and extend it. See https://stackoverflow.com/a/31944601/85140 for more information. push 10 Jun 2020 12:05PM UTC aleneum travis-ci pending completion
915 master Use a set instead of a list to mark done states. push 10 Jun 2020 11:53AM UTC aleneum travis-ci pending completion
914 master This fixes #440 Only allow explicit `dest=None` in `Machine.add_transition` (not just falsy) for internal transitions push 10 Jun 2020 11:39AM UTC aleneum travis-ci pending completion
913 patch-3 Merge 1b46cd835 into f7cc995c4 Pull #427 12 Apr 2020 08:53AM UTC web-flow travis-ci pending completion
912 patch-2 Fallback to __getattribute__ if attribute is not found. If we don't maintain the default behavior it makes it impossible to inherit from any `StateMachine` and extend it. See https://stackoverflow.com/a/31944601/85140 for more information. Pull #422 06 Apr 2020 04:20PM UTC web-flow travis-ci pending completion
911 patch-1 Use a set instead of a list to mark done states. Pull #418 05 Apr 2020 10:07AM UTC web-flow travis-ci pending completion
910 patch-1 Use a set instead of a list to mark done states. Since we don't care about duplicates and checking for membership in set is O(1) on average while on a list it should be O(N) I've changed done to be a set instead of a list. Pull #418 05 Apr 2020 05:18AM UTC web-flow travis-ci pending completion
909 master correct paragraph about default initial value (#417) push 04 Apr 2020 10:06PM UTC aleneum travis-ci pending completion
908 master Remove 'add_self' from documentation (#417) - also extend explanation of model parameter in constructor push 04 Apr 2020 09:44PM UTC aleneum travis-ci pending completion
907 cache-state-tree Recursively convert lists to tuples. Pull #416 04 Apr 2020 09:56AM UTC web-flow travis-ci pending completion
905 master Use generator instead of list comprehension. This is a bit more efficient as we don't need to create a list and can return as soon as any `v is None`. push 04 Apr 2020 09:00AM UTC aleneum travis-ci pending completion
904 patch-1 Use generator instead of list comprehension. This is a bit more efficient as we don't need to create a list and can return as soon as any `v is None`. Pull #415 04 Apr 2020 08:37AM UTC web-flow travis-ci pending completion
903 master #414: Improve documentation about the need for NestedState in HierarchicalMachine push 03 Apr 2020 07:35PM UTC aleneum travis-ci pending completion
902 0.8.1 Update Changelog push 02 Apr 2020 09:45PM UTC aleneum travis-ci pending completion
901 master Update Changelog push 02 Apr 2020 09:16PM UTC aleneum travis-ci pending completion
  • ← Previous
  • 1
  • 2
  • …
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • …
  • 35
  • 36
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc