|
| 1 | +## Release History |
| 2 | + |
| 3 | +For later release, see https://github.com/MannLabs/alphatims/releases |
| 4 | + |
| 5 | +## 1.0.0 |
| 6 | + |
| 7 | + * FEAT: tempmmap for large arrays by default. |
| 8 | + |
| 9 | +## 0.3.2 |
| 10 | + |
| 11 | + * FEAT: cli/gui allow bruker data as argument. |
| 12 | + * FEAT/FIX: Polarity included in frame table. |
| 13 | + * FIX: utils cleanup. |
| 14 | + * FIX: utils issues. |
| 15 | + * FEAT: by default use -1 threads in utils. |
| 16 | + * FIX: disable cla check. |
| 17 | + |
| 18 | +## 0.3.1 |
| 19 | + |
| 20 | + * FIX/FEAT: Intensity correction when ICC is used. Note that this is only for exported data, not for visualized data. |
| 21 | + * FEAT: By default, hdf files are now mmapped, making them much faster to initially load and use virtual memory in favor of residual memory. |
| 22 | + |
| 23 | +## 0.3.0 |
| 24 | + |
| 25 | + * FEAT: Introduction of global mz calibration. |
| 26 | + * FEAT: Introduction of dia_cycle for diaPASEF. |
| 27 | + * CHORE: Verified Python 3.9 compatibility. |
| 28 | + * FEAT: Included option to open Bruker raw data when starting the GUI. |
| 29 | + * FEAT: Provided hash for TimsTOF objects. |
| 30 | + * FEAT: Filter push indices. |
| 31 | + * CHORE: included stable and loose versions for all dependancies |
| 32 | + |
| 33 | +## 0.2.8 |
| 34 | + |
| 35 | + * FIX: Ensure stable version for one click GUI. |
| 36 | + * FIX: Do not require plotting dependancies for CLI export csv selection. |
| 37 | + * FIX: Import of very old diaPASEF samples where the analysis.tdf file still looks like ddaPASEF. |
| 38 | + * FIX: frame pointers of fragment_frame table. |
| 39 | + * FEAT: Include visual report in performance notebook. |
| 40 | + * FEAT: Include DIA 120 sample in performance tests. |
| 41 | + * FEAT: Show performance in README. |
| 42 | + * FIX: Move python-lzf dependancy (to decompress older Bruker files) to legacy requirements, as pip install on Windows requires visual c++ otherwise. |
| 43 | + * DOCS: BioRxiv paper link. |
| 44 | + * FEAT/FIX: RT in min column. |
| 45 | + * FEAT: CLI manual. |
| 46 | + * FEAT: Inclusion of more coordinates in CLI. |
| 47 | + |
| 48 | +## 0.2.7 |
| 49 | + |
| 50 | + * CHORE: Introduction of changelog. |
| 51 | + * CHORE: Automated publish_and_release action to parse version numbers. |
| 52 | + * FEAT/FIX: Include average precursor mz in MGF titles and set unknown precursor charges to 0. |
| 53 | + * FIX: Properly resolve set_global argument of `alphatims.utils.set_threads`. |
| 54 | + * FIX: Set nogil option for `alphatims.bruker.indptr_lookup`. |
| 55 | + * DOCS: GUI Manual typos. |
| 56 | + * FEAT: Include buttons to download test data and citation in GUI. |
| 57 | + * FEAT: Include option for progress_callback in alphatims.utils.pjit. |
| 58 | + * FIX/FEAT: Older samples with TimsCompressionType 1 can now also be read. This is at limited performance. |
| 59 | + * FEAT: By default use loose versioning for the base dependancies. Stable dependancy versions can be enforced with `pip install "alphatims[stable]"`. NOTE: This option is not guaranteed to be maintained. Future AlphaTims versions might opt for an intermediate solution with semi-strict dependancy versioning. |
0 commit comments