Skip to content

Commit 99c317d

Browse files
committed
changes for next 2.10.0
1 parent 64f1f2e commit 99c317d

File tree

10 files changed

+75
-54
lines changed

10 files changed

+75
-54
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Interactive Data Editor
22
### <i>A Software to interactively edit data in a graphical manner.</i>
33

4-
[![Version](https://img.shields.io/badge/Version-2.9.3-brightgreen.svg)]()
4+
[![Version](https://img.shields.io/badge/Version-2.10.0-brightgreen.svg)]()
55
[![MIT License](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://github.com/Koushikphy/Interactive_Data_Editor/blob/master/LICENSE)
66
[![interactive-data-editor](https://snapcraft.io/interactive-data-editor/badge.svg)](https://snapcraft.io/interactive-data-editor)
77
[![interactive-data-editor](https://snapcraft.io/interactive-data-editor/trending.svg?name=0)](https://snapcraft.io/interactive-data-editor)
@@ -42,5 +42,5 @@ Copyright © July 2020, Koushik Naskar. All rights reserved.
4242
Licensed under the MIT License.
4343

4444

45-
## Citaion
45+
## Citation
4646
If this software was helpful in your work, please cite this project as https://doi.org/10.5281/zenodo.3947507.

RELEASE.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v2.10.0
2+
1. *Auto Smoother* : Automatically smooth data by choosing a desired smoothing scale.
3+
2. Bug Fixes
4+
5+
6+
17
## v2.9.3
28
1. 3D plot viewer now supports different color for different traces.
39
2. Performance improvement for 3D plot viewer
@@ -37,7 +43,7 @@
3743
3. Plot setting window
3844
4. Plot list utility
3945
5. Mouse Scroll support for slider and column selector
40-
6. Coulumn selector from 3D Viewer window
46+
6. Column selector from 3D Viewer window
4147
7. Improved performance
4248
8. Minor bug fixes
4349
9. Improved 3D plotter
@@ -134,5 +140,5 @@ Several UI changes and a new layout with a lot of new & useful features.
134140
1. Now this software will notify you if there's a new version available.
135141

136142
#### Fixed:
137-
1. Now only horaizontal selection is allowed in swapper, also box zoom can be used.
143+
1. Now only horizontal selection is allowed in swapper, also box zoom can be used.
138144
2. Some points were not draggable.

docs/images/autosmooth.mp4

359 KB
Binary file not shown.

docs/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top shadow-sm rounded">
4141
<div class="container w-100 navbar_container">
42-
<diav class="navbar-brand w-100">
42+
<div class="navbar-brand w-100">
4343
<img src="images/charts.png" alt="..." height="36">
4444
<a href="#home" class="brand_name">Interactive Data Editor</a>
4545
<button style="float:right;" class="navbar-toggler" type="button" data-bs-toggle="collapse"
@@ -150,19 +150,19 @@ <h2>Interactive Data Editor</h2>
150150
<div class='logo wow fadeInLeft'>
151151
<img src="https://img.icons8.com/ios-filled/50/000000/windows-10.png" />
152152
<div>
153-
<a href="https://github.com/Koushikphy/Interactive_Data_Editor/releases/download/v2.9.3/Interactive.Data.Editor.Setup.2.9.3.exe"
153+
<a href="https://github.com/Koushikphy/Interactive_Data_Editor/releases/download/v2.10.0/Interactive.Data.Editor.Setup.2.10.0.exe"
154154
class="dlink">exe</a>
155-
<a href="https://github.com/Koushikphy/Interactive_Data_Editor/releases/download/v2.9.3/Interactive.Data.Editor.2.9.3.msi"
155+
<a href="https://github.com/Koushikphy/Interactive_Data_Editor/releases/download/v2.10.0/Interactive.Data.Editor.2.10.0.msi"
156156
class="dlink">msi</a>
157157
</div>
158158
</div>
159159

160160
<div class='logo wow fadeInRight'>
161161
<img src="https://img.icons8.com/ios-filled/50/000000/linux.png" />
162162
<div>
163-
<a href="https://github.com/Koushikphy/Interactive_Data_Editor/releases/download/v2.9.3/Interactive.Data.Editor-2.9.3.AppImage"
163+
<a href="https://github.com/Koushikphy/Interactive_Data_Editor/releases/download/v2.10.0/Interactive.Data.Editor-2.10.0.AppImage"
164164
class="dlink">Appimage</a>
165-
<a href="https://github.com/Koushikphy/Interactive_Data_Editor/releases/download/v2.9.3/interactive-data-editor_2.9.3_amd64.deb"
165+
<a href="https://github.com/Koushikphy/Interactive_Data_Editor/releases/download/v2.10.0/interactive-data-editor_2.10.0_amd64.deb"
166166
class="dlink">deb</a>
167167
</div>
168168
</div>
@@ -211,7 +211,7 @@ <h2>Interactive Data Editor</h2>
211211

212212
<footer id="footer">
213213
<div class="container" style="text-align: center;">
214-
Copyright &copy; October,2021 Koushik Naskar
214+
Copyright &copy; January,2022 Koushik Naskar
215215
</div>
216216

217217
</footer>

docs/tut.html

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104

105105
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top shadow-sm rounded">
106106
<div class="container w-100 navbar_container">
107-
<diav class="navbar-brand w-100">
107+
<div class="navbar-brand w-100">
108108
<img src="images/charts.png" alt="..." height="36">
109109
<a href="index.html#home" class="brand_name">Interactive Data Editor</a>
110110
<button style="float:right;" class="navbar-toggler" type="button" data-bs-toggle="collapse"
@@ -140,7 +140,9 @@
140140
<ul>
141141
<li><a href="#drag">Drag with mouse or keyboard</a> </li>
142142
<li><a href="#smooth-out">Smooth out data</a> </li>
143+
<li><a href="#auto-smoothing">Auto smoothing</a> </li>
143144
<li><a href="#smoothing-multiple">Smooth multiple data</a> </li>
145+
144146
</ul>
145147
</li>
146148
<li><a href="#interpolate-data">Interpolate data</a></li>
@@ -166,7 +168,7 @@ <h2 id="load-file">Load File</h2>
166168
<p>
167169
Directly load data from text file from <samp>File &gt; Open File</samp> or by pressing <kbd>Ctrl+O</kbd>.
168170
Now, chose appropriate columns for axes from the colum selector to plot the data. For 3D data select the
169-
required <var>X/Y</var> value from the provied slider or scrolling inside the plot and the plot will done
171+
required <var>X/Y</var> value from the provided slider or scrolling inside the plot and the plot will done
170172
for other two axes. If you want to add multiple data set from other files, you can load them through
171173
<samp>File &gt; Add File</samp>. You can use the recent files menu to quickly load any of the last recent 10 files.
172174
</p>
@@ -192,14 +194,14 @@ <h2 id="3d-viewer">3D Viewer</h2>
192194
<div class="tut">
193195
<h2 id="edit-data">Edit data</h2>
194196
<p>
195-
This software features different data editing options, available to use thourgh keyboard shortcuts
197+
This software features different data editing options, available to use through keyboard shortcuts
196198
and also through the right click context menu when some points are selected.
197199
</p>
198200

199201
<h3 id="drag">Move with mouse or keyboard</h3>
200202
<p>
201-
Move any selected data points just dragging it with mouse. By defualt data points is movable only in vertical
202-
direction (i.e. y-axis). Check the <samp>Edit &gt; Points movable horaizontally</samp> to move them in x-axis too.
203+
Move any selected data points just dragging it with mouse. By default data points is movable only in vertical
204+
direction (i.e. y-axis). Check the <samp>Edit &gt; Points movable horizontally</samp> to move them in x-axis too.
203205
To drag multiple data points simultaneously select few data points and drag any of them.
204206
Also keyboard navigation keys can also be used to move selected data points.
205207
</p>
@@ -223,10 +225,23 @@ <h3 id="smooth-out">Smooth out data</h3>
223225
</div>
224226

225227

228+
<div class="tut">
229+
<h3 id="auto-smoothing">Auto smoothing</h3>
230+
<p>
231+
In addition to, manual selection to smooth the data, one can use the Auto Smoother feature of the software
232+
to smooth out the complete data altogether. Open <samp>Edit > Auto Smoother</samp> and choose a desired smoothing scale
233+
to get a smoothing approximation to the original data. Click <samp>Apply</samp> to save the data.
234+
</p>
235+
<video class="lazy" width="100%" height="500" controls="controls">
236+
<source data-src="images/autosmooth.mp4" type="video/mp4">
237+
</video>
238+
</div>
239+
240+
226241
<div class="tut">
227242
<h3 id="smoothing-multiple">Smoothing multiple datasets simultaneously</h3>
228243
<p>
229-
Data from multiple files or different colums from a same file can be opened for editing, though at
244+
Data from multiple files or different column from a same file can be opened for editing, though at
230245
any moment a single dataset can be edited. Editing between differnet data set can be toggled through
231246
the <samp>Plot Dashboard</samp> or by pressing <kbd>Ctrl+TAB</kbd>.
232247
</p>
@@ -236,6 +251,7 @@ <h3 id="smoothing-multiple">Smoothing multiple datasets simultaneously</h3>
236251
</div>
237252

238253

254+
239255
<div class="tut">
240256
<h2 id="interpolate-data">Interpolate data</h2>
241257
<p>
@@ -269,7 +285,7 @@ <h2 id="extend-data">Extend Data</h2>
269285
<div class="tut">
270286
<h2 id="data-fitting">Data fitting</h2>
271287
<p>
272-
(Only) 2D data set can be fitted thorugh the following two types of fitting.
288+
(Only) 2D data set can be fitted through the following two types of fitting.
273289
</p>
274290
<h3 id="rg-fitting">Polynomial regressing fitting</h3>
275291
<p>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "interactive-data-editor",
3-
"version": "2.9.3",
3+
"version": "2.10.0",
44
"main": "index.js",
55
"description": "A Software to interactively edit data in a graphical manner.",
66
"homepage": "https://github.com/Koushikphy/Interactive-Data-Editor",
77
"author": "Koushik Naskar <koushik.naskar9@gmail.com>",
8-
"copyright": "Copyright © February,2021 Koushik Naskar",
8+
"copyright": "Copyright © January,2022 Koushik Naskar",
99
"license": "MIT",
1010
"scripts": {
1111
"postinstall": "electron-builder install-app-deps",

src/html/about.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,18 @@
5252
<div style="font-size: large;font-style: italic;margin-top: 3px; font-weight:500">
5353
A Software to interactively edit data in a graphical manner
5454
</div>
55-
<div id='versionname' style="font-size: large;margin-top: 7px">Version 2.9.3 </div>
55+
<div id='versionname' style="font-size: large;margin-top: 7px">Version 2.10.0 </div>
5656
<div style="font-size: larger;margin-top: 5px;font-style: italic;margin-bottom: 9px; font-weight:600">
5757
Developed by Koushik Naskar
5858
</div>
5959
<div style="font-size: larger;margin-top: 50px;font-style: italic;margin-bottom: 9px;font-weight:530">
60-
Copyright &copy; February,2021 Koushik Naskar
60+
Copyright &copy; January,2022 Koushik Naskar
6161
</div>
6262

6363
<a title="Open website" href="javascript:void(0)" onclick="shell.openExternal('https://koushikphy.github.io/Interactive_Data_Editor/');"><img src="../../figs/internet.png" width="30" height="30"></a>
6464
<a title="Follow me Facebook" href="javascript:void(0)" onclick="shell.openExternal('https://www.facebook.com/koushik.naskar3');"><img src="../../figs/facebook.png" width="30" height="30"></a>
6565
<a title="Follow me on Github" href="javascript:void(0)" onclick="shell.openExternal('https://github.com/Koushikphy');"><img src="../../figs/github.png" width="30" height="30"></a>
66-
<a title="Reach me on Gamil" href="javascript:void(0)" onclick="shell.openExternal('https://mail.google.com/mail/?view=cm&fs=1&to=koushik.naskar9@gamil.com&su=[Interactive Data Editor]');"><img src="../../figs/gmail.png" width="30" height="30"></a>
66+
<a title="Reach me on Gmail" href="javascript:void(0)" onclick="shell.openExternal('https://mail.google.com/mail/?view=cm&fs=1&to=koushik.naskar9@gamil.com&su=[Interactive Data Editor]');"><img src="../../figs/gmail.png" width="30" height="30"></a>
6767

6868

6969
<div style="font-size: larger;font-weight:bold;margin-top: 3.8pc;margin-bottom: 5px">Powered By:</div>

0 commit comments

Comments
 (0)