Sat, 02 May 2020 19:08:10 +0300
Added tag 0.5.1 for changeset fe02da740b88
i@118 | 1 | Changelog |
i@118 | 2 | ========= |
i@118 | 3 | |
i@118 | 4 | Unreleased |
i@118 | 5 | ---------- |
ioannis@196 | 6 | Fixed |
ioannis@196 | 7 | ~~~~~ |
ioannis@197 | 8 | - Bug in range correcting signal when using pre-trigger region. |
ioannis@170 | 9 | |
ioannis@194 | 10 | 0.5.0 - 2020‑03‑25 |
ioannis@194 | 11 | ------------------ |
ioannis@194 | 12 | Added |
ioannis@194 | 13 | ~~~~~ |
ioannis@194 | 14 | - Save as csv method on LicelFiles |
ioannis@194 | 15 | |
ioannis@194 | 16 | Changed |
ioannis@194 | 17 | ~~~~~~~ |
ioannis@194 | 18 | - Changes channel dictionaries to OrderedDict |
ioannis@194 | 19 | |
ioannis@194 | 20 | |
ioannis@194 | 21 | 0.4.4 - 2020‑03‑15 |
ioannis@192 | 22 | ------------------ |
ioannis@192 | 23 | Fixed |
ioannis@192 | 24 | ~~~~~ |
ioannis@192 | 25 | - Activated netcdf4 compression for `Raw_Lidar_Data` and `Background_Profile` variables. |
ioannis@192 | 26 | |
ioannis@192 | 27 | 0.4.3 - 2020‑02‑14 |
ioannis@192 | 28 | ------------------ |
ioannis@192 | 29 | Fixed |
ioannis@192 | 30 | ~~~~~ |
ioannis@192 | 31 | - Pcolormesh added as default plotting method |
ioannis@192 | 32 | - Bug in using LicelLidarMeasurement fixed. |
ioannis@192 | 33 | |
ioannis@192 | 34 | 0.4.2 - 2020‑02‑14 |
ioannis@192 | 35 | ------------------ |
ioannis@192 | 36 | Added |
ioannis@192 | 37 | ~~~~~ |
ioannis@192 | 38 | - Option to name licel channel by order in file. |
ioannis@192 | 39 | |
ioannis@192 | 40 | |
ioannis@192 | 41 | 0.4.1 - 2019-11-29 |
ioannis@170 | 42 | ------------------ |
ioannis@170 | 43 | Added |
ioannis@170 | 44 | ~~~~~ |
ioannis@170 | 45 | - Support for Python 3 |
ioannis@170 | 46 | |
i@164 | 47 | Fixed |
i@164 | 48 | ~~~~~ |
i@164 | 49 | - Bug in Licel2depol script, wrong handling of dark measurements. |
ioannis@170 | 50 | - Wrong number of timescales in depolarization calibration netcdf files. |
i@164 | 51 | |
i@161 | 52 | 0.3.5 - 2018-10-10 |
i@161 | 53 | ------------------ |
i@161 | 54 | Fixed |
i@161 | 55 | ~~~~~ |
i@161 | 56 | - Bug in Licel2depol script. |
i@161 | 57 | |
i@161 | 58 | Removed |
i@161 | 59 | ~~~~~~~ |
i@161 | 60 | - Experimental cloud mask script. It will be soon released in the SCC interface. |
i@161 | 61 | |
i@161 | 62 | |
ioannis@142 | 63 | 0.3.4 - 2018-03-22 |
ioannis@142 | 64 | ------------------ |
ioannis@142 | 65 | Fixed |
ioannis@142 | 66 | ~~~~~ |
ioannis@142 | 67 | - Added First_Signal_Rangebin in supported channel variables. |
ioannis@142 | 68 | |
ioannis@142 | 69 | Added |
ioannis@142 | 70 | ~~~~~ |
ioannis@142 | 71 | - Plotting of cloud-mask |
ioannis@142 | 72 | |
ioannis@140 | 73 | 0.3.3 - 2018-03-18 |
ioannis@140 | 74 | ------------------ |
ioannis@140 | 75 | Fixed |
ioannis@140 | 76 | ~~~~~ |
ioannis@140 | 77 | - Fixed bug when saving SCC NetCDF file. |
ioannis@140 | 78 | - Fixed confusing error message when saving SCC NetCDF and Laser_Shots are read from Licel file. |
i@118 | 79 | |
i@135 | 80 | 0.3.2 - 2018-02-28 |
i@135 | 81 | ------------------ |
i@135 | 82 | Fixed |
i@135 | 83 | ~~~~~ |
i@135 | 84 | - Fixed installation of non-wheel package |
i@135 | 85 | |
i@132 | 86 | 0.3.0 - 2018-02-28 |
i@132 | 87 | ------------------ |
i@132 | 88 | Fixed |
i@132 | 89 | ~~~~~ |
i@132 | 90 | - Bug when calculating physical units for Licel analog signals |
i@132 | 91 | |
i@132 | 92 | Added |
i@132 | 93 | ~~~~~ |
i@132 | 94 | - Initial support of Raymetrics scanning files. |
i@132 | 95 | - Initial experimental support of cloud masking when converting licel to SCC format. |
i@132 | 96 | - Added support for overlap and lidar ratio file names in SCC format. |
i@132 | 97 | |
i@132 | 98 | |
i@132 | 99 | Changed |
i@132 | 100 | ~~~~~~~ |
i@132 | 101 | - Improvements on DIVA format. |
i@132 | 102 | |
i@118 | 103 | 0.2.14 - 2018-01-10 |
i@118 | 104 | ------------------- |
i@118 | 105 | Fixed |
i@118 | 106 | ~~~~~ |
i@118 | 107 | - Correct reading of measurement parameters from Licel files. |
i@118 | 108 | - Fixed possible problems with class-level parameters in Licel measurement class. |
i@118 | 109 | |
i@118 | 110 | Added |
i@118 | 111 | ~~~~~ |
i@118 | 112 | - First ideas for a DIVA netCDF format. |