Skip to content

v0.17.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jun 02:35
60f9add

What's Changed

  • compositions: allow setting feedback specification on a Projection by @kmantel in #3213
  • tests/AutodiffComposition: Explicitly copy tensors to CPU before converting to numpy by @jvesely in #3217
  • ci/ga: Use one line per uploaded artifact file by @jvesely in #3220
  • requirements: update matplotlib requirement from <3.10.1,>=3.7.0 to >=3.7.0,<3.10.2 by @dependabot in #3221
  • requirements: update pytest requirement from <8.3.5 to <8.3.6 by @dependabot in #3223
  • MDF: Mechanism: fix multiple input ports with multiple afferents by @kmantel in #3218
  • deps: Fix issues and enable Numpy 2+ by @jvesely in #3219
  • requirements: update beartype requirement from <0.20.0 to <0.21.0 by @jvesely in #3225
  • docs/composition_randomization by @jdcpni in #3226
  • ci/ga: Restrict fastkde in x86 runs by @jvesely in #3228
  • maint: update setup and build config, and release workflow by @kmantel in #3229
  • requirements: update grpcio requirement from <1.71.0 to <1.72.0 by @jvesely in #3230
  • broken_trans_deps: Restrict numpy to <2 on macos x86_64 by @jvesely in #3232
  • requirements: update numpy requirement from <2.2.4,>=1.21.0 to >=1.21.0,<2.2.5 by @dependabot in #3233
  • Feat/gru by @jdcpni in #3234
  • requirements: update pytest-cov requirement from <6.0.1 to <6.1.1 by @dependabot in #3239
  • Feat/autodiff/copy pytorch param to matrix by @jdcpni in #3240
  • patch/emcomposition/forbid_add_projection by @jdcpni in #3241
  • • autodiffcomposition.py by @jdcpni in #3242
  • Fix/composition/target arg by @jdcpni in #3243
  • patch_autodiff_retain_results by @jdcpni in #3244
  • patch/grucomposition by @jdcpni in #3245
  • patch/grucomposition by @jdcpni in #3247
  • requirements: update pytest-cov requirement from <6.1.1 to <6.1.2 by @dependabot in #3246
  • tests: Drop unused function arguments by @jvesely in #3248
  • refactor/pytorchwrappers/execute_node by @jdcpni in #3249
  • requirements: update optuna requirement from <4.3.0 to <4.4.0 by @dependabot in #3251
  • requirements: update pillow requirement from <11.2.0 to <11.3.0 by @dependabot in #3250
  • requirements: update dill requirement from <0.3.10 to <0.4.1 by @dependabot in #3252
  • patch/transformfunctions/MatrixTransform by @jdcpni in #3253
  • requirements: update packaging requirement from <25.0 to <26.0 by @dependabot in #3254
  • tests: set fixed terminal width for report testing by @kmantel in #3255
  • requirements: update torch requirement from >=1.13.0,<2.7.0 to >=1.13.0,<2.8.0 by @jvesely in #3256
  • requirements: update numpy requirement >=1.21.0,<2.2.5 to >=1.21.0,<2.2.6 by @jvesely in #3257
  • requirements: update psyneulink-sphinx-theme requirement from <1.2.6.0 to <1.2.8.0 by @dependabot in #3258
  • docs: support (only) sphinx>=5 by @kmantel in #3259
  • control: fix nested Composition context bug by @kmantel in #3262
  • Add support for Python 3.13 by @jvesely in #3260
  • LCAMechanism: do not assign default termination_threshold if evals False by @kmantel in #3265
  • Parameter: rework fallback for missing values in a Context by @kmantel in #3263
  • ci/ga: Stop 'msedge' at the end of windows jobs by @jvesely in #3266
  • requirements: update numpy requirement from >=1.21.0,<2.2.6 to >=1.21.0,<2.2.7 by @jvesely in #3267
  • requirements: update matplotlib requirement from >=3.7.0, <3.10.2 to >=3.7.0, <3.10.4 by @jvesely in #3268
  • ci/ga: Install alternative pdf viewer on windows runners by @jvesely in #3270
  • compositions: set default contexts on run, learn, execute by @kmantel in #3269
  • requirements: update beartype requirement from <0.21.0 to <0.22.0 by @jvesely in #3272
  • requirements: update pytest-xdist requirement from <3.7.0,>=3.2.0 to >=3.2.0,<3.8.0 by @dependabot in #3273
  • rpc: Update protobuf python code by @jvesely in #3276
  • requirements: update protobuf requirement from <3.20.4 to <6.31.2 by @dependabot in #3275
  • requirements: update grpcio requirement from <1.72.0 to <1.73.0 by @dependabot in #3277
  • requirements: update pytest requirement from <8.3.6 to <8.4.1 by @dependabot in #3278
  • requirements: update networkx requirement from <3.5 to <3.6 by @jvesely in #3280
  • Devel by @kmantel in #3271

Full Changelog: v0.16.1.0...v0.17.0.0