Skip to content

Releases: MetaCell/PsyNeuLinkView

0.0.6

27 Nov 13:58
Compare
Choose a tag to compare

What's Changed

  • Release/0.0.4 by @ddelpiano in #149
  • aligning dev with latest by @ddelpiano in #150
  • Update pre_installation.sh by @ddelpiano in #151
  • Release/0.0.5 fixes by @ddelpiano in #152
  • Build pipeline and some updates by @ddelpiano in #154
  • update develop by @ddelpiano in #159
  • building before packaging by @ddelpiano in #160
  • PSYNEU-135 - Check if Node is present, if not install it by @jrmartin in #157
  • #PSYNEU-137 - Install rosetta as part of pip installation process by @jrmartin in #156
  • #PSYNEU-136 - Conda Installation as part of pip install process by @jrmartin in #155
  • #PSYNEU-134 - Proof of concept creation python package for psyneulinkview by @jrmartin in #153
  • #PSYNEU-140 - Fixing installation process on Mac and Linux, #PSYNEU-138 - Add bash scripts to install and run psyneulinkviewer in mac and linux, updates read me with instructions by @jrmartin in #161
  • PSYNEU-140 - Install MAC symlink on user directory to avoid Permissions Denied errors. Adds Desktop Icon as part of script installation #145 by @jrmartin in #162
  • updating readme with the packaging information by @ddelpiano in #164
  • Feature/installer improvements by @ddelpiano in #165
  • Fix installation packages for mac and linux by @jrmartin in #166
  • Feature/installer improv 2 by @ddelpiano in #169
  • Fixes mac script by @jrmartin in #168
  • edit readme by @ddelpiano in #170

Full Changelog: 0.0.4...0.0.6

Release candidate 1 for 0.0.5

14 Nov 13:59
Compare
Choose a tag to compare
Pre-release
  • Fixed issue with mkdir frozen from graphviz python dependency

Release 0.0.4

05 Oct 11:29
10fdaa9
Compare
Choose a tag to compare
Release 0.0.4 Pre-release
Pre-release
  • Fixed issue with conda environment detection and selection
  • Fixed issue with viewer python dependencies installation
  • Tested and minor changes to run on python 3.11

What's Changed

Full Changelog: 0.0.3...0.0.4

Release 0.0.3

28 Aug 14:58
Compare
Choose a tag to compare
Release 0.0.3 Pre-release
Pre-release
  • Fixed issue with pre_installation script
  • Fixed timing problem in the state machine (missing await) when starting the application

What's Changed

Full Changelog: 0.0.2...0.0.3

Release 0.0.2

26 Aug 02:09
Compare
Choose a tag to compare
Release 0.0.2 Pre-release
Pre-release
  • Fixed some issue in the building and packaging flow
  • Made a pre_installation script to ease the production installation
  • update README with clearer instructions

Full Changelog: 0.0.1...0.0.2

Release 0.0.1

19 Aug 01:52
Compare
Choose a tag to compare
Release 0.0.1 Pre-release
Pre-release

First release for the PsyNeuLink Viewer.

Features implemented:

  • state machine to handle conda environment and psyneulink installation
  • state machine to handle conda environment and viewer dependencies
  • state machine to handle the python server required for the run of the psyneulink models.
  • UI Editor that allow to dynamically drag and drop Mechanisms, Compositions and Projections
  • Mechanisms and Projections subset of properties configurable through the metadata view
  • Composition dialog to explore the content in isolation
  • Hierarchy right sidebar synched with the model created
  • Python code generation from the model created in the UI
  • Define which loggables the user would like to set for the model run
  • Set raw input data for models simulation and explore results
  • Results view UI with draggable results into plot for further analysis
  • and some more...

What's Changed

New Contributors

Full Changelog: https://github.com/MetaCell/PsyNeuLinkView/commits/0.0.1