@@ -0,0 +1,108 | |||
|
1 | ## CHANGELOG: | |
|
2 | ||
|
3 | ### 2.3 | |
|
4 | * Added high order function `multiSchain` for multiprocessing scripts. | |
|
5 | * Added two new Processing Units `PublishData` and `ReceiverData` for receiving and sending dataOut through multiple ways (tcp, ipc, inproc). | |
|
6 | * Added a new graphics Processing Unit `PlotterReceiver`. It is decoupled from normal processing sequence with support for data generated by multiprocessing scripts. | |
|
7 | * Added support for sending realtime graphic to web server. | |
|
8 | * XML command `schain` is now `schain --xml`. | |
|
9 | * Added a CLI tool named `schain`. | |
|
10 | * Scripts templates can be now generated with `schain generate`. | |
|
11 | * Now it is possible to search Processing Units and Operations with `schain search [module]` to get the right name and its allowed parameters. | |
|
12 | * Added suggestions when parameters are poorly written. | |
|
13 | * `Controller.start()` now runs in a different process than the process calling it. | |
|
14 | * Added `schainpy.utils.log` for log standarization. | |
|
15 | * Running script on online mode no longer ignores date and hour. Issue #1109. | |
|
16 | * Added support for receving voltage data directly from JARS (tcp, ipc). | |
|
17 | * Updated README for compatibility with MAC OS GUI installation. | |
|
18 | * Setup now installs numpy. | |
|
19 | ||
|
20 | ### 2.2.6 | |
|
21 | * Graphics generated by the GUI are now the same as generated by scripts. Issue #1074. | |
|
22 | * Added support for C extensions. | |
|
23 | * Function `hildebrand_sehkon` optimized with a C wrapper. | |
|
24 | * Numpy version updated. | |
|
25 | * Migration to GIT. | |
|
26 | ||
|
27 | ### 2.2.5: | |
|
28 | * splitProfiles and combineProfiles modules were added to VoltageProc and Signal Chain GUI. | |
|
29 | * nProfiles of USRP data (hdf5) is the number of profiles thera are in one second. | |
|
30 | * jroPlotter works directly with data objects instead of dictionaries | |
|
31 | * script "schain" was added to Signal Chain installer | |
|
32 | ||
|
33 | ### 2.2.4.1: | |
|
34 | * jroIO_usrp.py is update to read Sandra's data | |
|
35 | * decimation in Spectra and RTI plots is always enabled. | |
|
36 | * time* window option added to GUI | |
|
37 | ||
|
38 | ### 2.2.4: | |
|
39 | * jroproc_spectra_lags.py added to schainpy | |
|
40 | * Bug fixed in schainGUI: ProcUnit was created with the same id in some cases. | |
|
41 | * Bug fixed in jroHeaderIO: Header size validation. | |
|
42 | ||
|
43 | ### 2.2.3.1: | |
|
44 | * Filtering block by time has been added. | |
|
45 | * Bug fixed plotting RTI, CoherenceMap and others using xmin and xmax parameters. The first day worked | |
|
46 | properly but the next days did not. | |
|
47 | ||
|
48 | ### 2.2.3: | |
|
49 | * Bug fixed in GUI: Error getting(reading) Code value | |
|
50 | * Bug fixed in GUI: Flip option always needs channelList field | |
|
51 | * Bug fixed in jrodata: when one branch modified a value in "dataOut" (example: dataOut.code) this value | |
|
52 | was modified for every branch (because this was a reference). It was modified in data.copy() | |
|
53 | * Bug fixed in jroproc_voltage.profileSelector(): rangeList replaces to profileRangeList. | |
|
54 | ||
|
55 | ### 2.2.2: | |
|
56 | * VoltageProc: ProfileSelector, Reshape, Decoder with nTxs!=1 and getblock=True was tested | |
|
57 | * Rawdata and testRawdata.py added to Signal Chain project | |
|
58 | ||
|
59 | ### 2.2.1: | |
|
60 | * Bugs fixed in GUI | |
|
61 | * Views were improved in GUI | |
|
62 | * Support to MST* ISR experiments | |
|
63 | * Bug fixed getting noise using hyldebrant. (minimum number of points > 20%) | |
|
64 | * handleError added to jroplotter.py | |
|
65 | ||
|
66 | ### 2.2.0: | |
|
67 | * GUI: use of external plotter | |
|
68 | * Compatible with matplotlib 1.5.0 | |
|
69 | ||
|
70 | ### 2.1.5: | |
|
71 | * serializer module added to Signal Chain | |
|
72 | * jroplotter.py added to Signal Chain | |
|
73 | ||
|
74 | ### 2.1.4.2: | |
|
75 | * A new Plotter Class was added | |
|
76 | * Project.start() does not accept filename as a parameter anymore | |
|
77 | ||
|
78 | ### 2.1.4.1: | |
|
79 | * Send notifications when an error different to ValueError is detected | |
|
80 | ||
|
81 | ### 2.1.4: | |
|
82 | * Sending error notifications to signal chain administrator | |
|
83 | * Login to email server added | |
|
84 | ||
|
85 | ### 2.1.3.3: | |
|
86 | * Colored Button Icons were added to GUI | |
|
87 | ||
|
88 | ### 2.1.3.2: | |
|
89 | * GUI: user interaction enhanced | |
|
90 | * controller_api.py: Safe access to ControllerThead | |
|
91 | ||
|
92 | ### 2.1.3.1: | |
|
93 | * GUI: every icon were resized | |
|
94 | * jroproc_voltage.py: Print a message when "Read from code" option is selected and the code is not defined inside data file | |
|
95 | ||
|
96 | ### 2.1.3: | |
|
97 | * jroplot_heispectra.py: SpectraHeisScope was not showing the right channels | |
|
98 | * jroproc_voltage.py: Bug fixed selecting profiles (self.nProfiles took a wrong value), | |
|
99 | Bug fixed selecting heights by block (selecting profiles instead heights) | |
|
100 | * jroproc_voltage.py: New feature added: decoding data by block using FFT. | |
|
101 | * jroIO_heispectra.py: Bug fixed in FitsReader. Using local Fits instance instead schainpy.mode.data.jrodata.Fits. | |
|
102 | * jroIO_heispectra.py: Channel index list does not exist. | |
|
103 | ||
|
104 | ### 2.1.2: | |
|
105 | * jroutils_ftp.py: Bug fixed, Any error sending file stopped the Server Thread | |
|
106 | Server thread opens and closes remote server each time file list is sent | |
|
107 | * jroplot_spectra.py: Noise path was not being created when noise data is saved. | |
|
108 | * jroIO_base.py: startTime can be greater than endTime. Example: SpreadF [18:00 * 07:00] No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now