Nest-desktop

Latest version: v4.0.2

Safety actively analyzes 682441 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

3.1.4

Not secure

3.1.3

Not secure

3.1.2

Not secure

3.1.1

Not secure
NEST Desktop v3.1.1 is the result of 30 commits since the last release of v3.1.0.

It includes 35 files changed, 170 insertions(+), 100 deletions(-).

It is the result of [11 pull requests](https://github.com/nest-desktop/nest-desktop/pulls?q=is%3Apr+is%3Aclosed+milestone%3Av3.1.1).


Merged pulls

Enhancements
301 Do not run job for tags
299 Add job for nestsim/nest-desktop

Fixed bugs
304 Correct rules
297 Fix showing correct activity chart when resizing

Maintenance
307 Remove when always in deploy stages
306 Update badge for docker-hub on README
302 Upgrade node modules
300 Correct docker tag for docs and badge
298 Sort imported functions

Documentation
305 Remove bracket
303 Correct releases

3.1

132 External config e.g. for NEST Simulator
126 Extend model and parameter views
122 Sidebars: Optimize view
112 Simulation Time Resolution Notification
110 About.vue: Optimize mail text with debug information
109 Upload project from GitHub
104 No need to format parameter values to float.

Fixed bugs
293 Show activity of previous networks
288 Fix bug to access insite for analog signals
285 Fix not showing stats for low/no spike activity
283 Remove parseFloat
278 Fix scroll behavior in lab book
276 Correct ref that makes RTD broken
269 Fix deleting projects and models
268 Fix record showing if no V_M
260 Fix bug to import model from github
258 Update .gitlab-ci.yml
257 Update .gitlab-ci.yml
256 Fix format error for CI
247 Use hash for router history
244 Fix initializing activity graph for connection/model changes.
243 Correct port-binding for nest-desktop service
242 Fix broken link in readme
239 Fix double showing of text
227 Update node record.
219 docker-runner for snap
218 Shorten expiration, fix needs for pypi and use snapcraft
217 Correct VERSION
213 Build electron in GitLab CI.
212 Upgrade node modules
201 Fix showing model doc in node menu
195 Only slice projectId if existed.
184 Project from url
183 Fix error message
173 Update network graph when a new project is loaded.
143 ActivityGraphIcon: Fix error when state.project is undefined
141 Fix looking for model defaults
128 Increase width for network controller
127 Fix transform network-graph after sidebar closing/opening
125 Fix code generation for connection specifications.

Maintenance
295 Upgrade node modules
294 Maintain code comments
286 Upgrade node modules
284 Run docker container as non-user
277 Add types/plotly.js-dist-min
274 Use latest Sphinx version and packages
273 Dev and dark mode button
272 Change log scale for histogram
267 Upgrade node modules, change dev stage
266 Update license
265 Sort args and prettier codes
264 Add types for function returns
261 Remove smooth scroll
259 Upgrade node modules
253 Add script for docs
252 Better width of selection in import model dialog
248 Rename var for project
246 Enhance docker
245 Update message for consoleLog
240 Rename image names for logo
238 Upgrade version of NEST UserDoc
236 Upgrade node modules
235 Change button style for deleting node
234 Style panel for node positions
233 Add and update singularity recipes
229 Remove condition to show node record selected for table
228 Upgrade node modules
223 Clean node modules
222 Shorten expire duration for electron artifacts
215 Add `-p never` for electron-builder
212 Upgrade node modules
211 Gitignore: Add package-lock.json
209 Update docker-compose
208 Remove "dev" from version for gitlab-ci
203 Upgrade node modules
202 Remove color from button in dialog
199 Rename ProjectRawData to CodeMirror
193 Remove dat.gui
192 Upgrade node modules; remove console.log in vue.config
189 Remove flat from v-btn
188 Correct url for spikedetectors in insite
174 Restyle card border in controller
172 Node modules
170 Operator to null/undefined
169 Change version to beta
166 Add tag for synapse and show title
159 Big Bang VI: Restructure app components
157 Update node modules
155 Remove activityChartModel.ts
154 Add override to methods
146 Node modules
144 Models
136 Fix styles
135 Node modules
121 Upgrade node modules
115 Rename NEST Simulator
106 Remove temporary navigation
99 Restructure network graph

Documentation
292 Docs reference model about
291 Docs: Add hint how to prevent freezes during compilation
289 Update static for docs
271 Correct intention for node blocks
270 Docs
263 Restyle docs and link to paragraphs
262 Add docs for activity graph
255 Update config for docs
254 Code break in lecturerDocs
251 Add userDoc for NEST models
249 Add guide how to use and deploy Insite
237 Restyle docs
232 Clean docs
225 Structural overview I
221 Doc: Introducing the first coding conventions
205 Docs about CI und deployment of Insite
194 Wrap long text in doc files
190 Update docs in about
187 Merge doc to dev
168 Add doc for insite
167 Change config for docs
140 Rename download/upload to export/import

Closed issues
197 Dark Mode for NEST Desktop
196 Export Panel Settings to JSON
164 Network Graph Nodes Error
162 Network construction of new project
142 Error With ActivityGraphIcon
133 Network graph toolbar options are always reset
131 Default settings values are not changeable.
129 Width of Right Sidebar
123 Font in Sidebars is Too Small
120 Network graph auto centering does not work anymore
94 'Connection Rule' spacing
79 Upgrade vue/eslint-config-typescript
78 Upgrade Plotly
60 Add Panel multiple times
56 Improve colormap/scale options

3.1.0

Not secure
NEST Desktop v3.1.0 is the result of 660 commits since the last patch of v3.0.3.

It includes 373 files changed, 27732 insertions(+), 16475 deletions(-).
(The generative file `yarn.lock` has 7076 insertions(+), 5631 deletions(-))

It is the result of [153 pull requests](https://github.com/nest-desktop/nest-desktop/pulls?q=is%3Apr+is%3Aclosed+milestone%3Av3.1) as well as [15 closed issues](https://github.com/nest-desktop/nest-desktop/issues?q=is%3Aissue+milestone%3Av3.1+is%3Aclosed).


Features

App
- Resize side navigation
- Notification for high performance load
- Colorless panel header
- Import models/projects from Github
- Standalone application with Electron

Model
- Model manager, explorer and editor
- Activity for individual models, e.g. spike response
- Synapse models

Network
- Node slicing
- Connector for network graph to connect nodes
- Drag connection graph

Simulation
- Code for NEST 3.1 or newer
- Hint for PyNEST
- Insite integration

Activity
- Multiple panels for activity graph
- Trace/dot colors for each records.
- Export activity to csv file

Workflow
- Code mirror to Gitlab
- Continuous Integration (CI) on Gitlab
- Unit testing

Merged pulls

Enhancements
287 Add events for plot visiblity
282 Use Plotly directly instead of vue-plotly
281 Add F-I curve for neuron models
280 Enhance activity graph with data for each sender
279 Download events in csv
241 Add axios instances, combineURLS and slash suffix in URL for Insite
231 Big Bang 9: Restructure activity animation graph
220 Add files for e2e test
214 Use electronuserland/builder:wine to build electron
210 Better config for electron-builder
206 Add files for Electron
204 Lazy loading of projects
200 Big Bang 8: Enhance activity graph with node records
191 Big Bang 7: Optimize dark mode
186 Gitlab CI
185 Use shortHash or shortId
181 Dark mode
180 vue.config.js: Try different settings for core count
179 vue.config.js: Optimize compile performance
177 Node Slice to JSON
175 Add slider for time in animation controller
171 Page title
165 Add files for docker image on gitlab-ci
160 Add config file for mirroring repo to gitlab
156 Big Bang V: Insite Integration
153 Add node slicing
151 Activity chart
150 Nav dark tabs
149 Big Bang IV: Synapse model
148 Big Bang III: View components
145 Use `Home` view also for `About`
139 Better resizing when minimum width is set
138 Big Bang II: Network graph

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.