Skip to content

Commit 58bd4df

Browse files
committed
Update NEWS.md
1 parent a84be35 commit 58bd4df

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

NEWS.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff 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.
510
* 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).
619

720
## chromConverter 0.7.5
821

0 commit comments

Comments
 (0)