You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,21 @@
1
-
## chromConverter 0.7.6
2
-
3
-
* Added support for extraction of DAD and auxiliary instrumental data (stored in `.IT` files) from 'Agilent OpenLab' `.dx` files.
4
-
* Fixed misplaced parantheses in `read_agilent_d` causing possible bug.
1
+
## chromConverter 0.8.0
2
+
3
+
* Improved support for 'Agilent Openlab' `.dx` files: extraction of DAD and auxiliary instrumental data (stored in `.IT` files).
4
+
* Refactored `read_shimadzu_qgd` for a 1.4x speedup in the parsing of Shimadzu `.qgd` files, cutting execution time by 30%.
5
+
* Refactored `read_shimadzu_lcd` for a 2.4x speedup in the parsing of Shimadzu `.lcd` files, cutting execution time by 60%.
6
+
* Refactored `write_mzml` for massive speed-up when writing mzML files, especially for large MS data.
7
+
* Fixed 'Shimadzu' metadata time zone offsets.
8
+
* Fixed misplaced parentheses in `read_agilent_d` causing possible bug.
9
+
* Fixed bug in `read_chemstation_uv` causing error for long format data.
5
10
* Added more informative error messages for `read_agilent_d`.
11
+
* Added additional tests for retention times and `data_format` attribute.
12
+
* Added `data_format` and `read_metadata` arguments for `read_chemstation_csv`.
13
+
* Fixed incorrect `data_format` attributes for MS data to reflect that they are always returned in long format.
14
+
* Fixed documentation to accurately reflect the fact that MS data is always returned in long format.
15
+
* Automatically return long format when `data.table` output is selected since data.tables do not have rownames.
16
+
* Fixed error due to fractional timezones in Shimadzu metadata (e.g., India +05:30).
17
+
* Fixed bug in `write_mzml` causing retention time shifts for BPC and TIC.
18
+
* Rewrote `configure_python_environment` function to facilitate configuration of a chromConverter virtual environment or conda environment, though a dedicated environment is no longer required (as of chromConverter v0.7.4).
0 commit comments