Skip to content

v0.7.1.1: Merge pull request #1399 from PrincetonUniversity/devel

Compare
Choose a tag to compare
@dillontsmith dillontsmith released this 18 Nov 22:33
· 4389 commits to master since this release
83772c8
  • Function
    • Fixed a bug that caused all copies of a function with a random state to produce the same random sequence on execution.
  • Tests
    • Rewrote several tests to use Composition instead of System/Process.
    • Deleted tests made redundant by deprecation of System/Process (because equivalent tests using Composition already exist).
  • Docs
    • Switched to a new theme for docs
  • Mechanism
    • ProcessingMechanism
      • MAX_VAL and MAX_ABS_VAL output ports now return scalars rather than OneHot values
      • MAX_ONE_HOT and MAX_ABS_ONE_HOT added to standard output ports
    • TransferMechanism
      • Added COMBINE to standard output ports
    • DDM
      • Removed DDM_OUTPUT; replaced with DDM.standard_output_ports, i.e. instead of instantiating pnl.DDM_OUTPUT.<OUTPUT_PORT_NAME>, you can now use pnl.<OUTPUT_PORT_NAME>
    • ContrastiveHebbianMechanism
      • Fixed bug in which target_size=0 caused crash