|
| 1 | +# maldipickr 1.0.0 |
| 2 | + |
| 3 | +## Changed |
| 4 | + |
| 5 | +* (**BREAKING**) `read_biotyper_report()` first column is now `name` instead of `spot`, meaning `read_many_biotyper_reports()` renames all the `name` columns to `original_name`. This was to `pick_spectra()` easily usable with taxonomy identification reports (`38a614173fd21315a40e0823600a2082fa0935bb`) |
| 6 | +* (**BREAKING**) All functions now follow the `verb_concept` nomenclature, meaning clustering functions are now renamed accordingly (#24): |
| 7 | + - Change `similarity_to_clusters()` to `delineate_with_similarity()` |
| 8 | + - Change `identification_to_clusters()` to `delineate_with_identification()` |
| 9 | +* Refactor the `delineate_with_similarity()` clustering function (formerly: `similarity_to_clusters()`) without using the `{igraph}` nor `{tidygraph}` R packages, for fewer dependencies and simpler codebase (#18) |
| 10 | +* Update the `DESCRIPTION` to include the Strejcek reference (#22) and better highlight the package added-value |
| 11 | +* Refactor the `pkgdown` website with a more accessible font and color schema inline with the logo color palette |
| 12 | +* Change the vignettes titles and outline to better structure the documents |
| 13 | +* Refactor cosine similarity computation example by highlighting the dedicated `coop::tcosine()` instead of the `t() %>% coop::cosine()` |
| 14 | + |
| 15 | +## Added |
| 16 | + |
| 17 | +* Add long or wide output format for `read_biotyper_report()` (#12) |
| 18 | +* Document how to quickstart with the `{maldipickr}` package for those in a hurry (#15) |
| 19 | +* Document more precisely how to install tagged release of `{maldipickr}` package |
| 20 | +* Add better tests for `merge_processed_spectra()` (`b39c1313fd38239b4b1821a243c9debf467fd092`) |
| 21 | +* Document authors list according to CRAN policy |
| 22 | +* Add CRAN comments file to track submission notes |
| 23 | + |
| 24 | +## Removed |
| 25 | + |
| 26 | +* Deprecate the `CHANGELOG.md` in favor of the R specific `NEWS.md` (#20) |
| 27 | +* Remove redundant check after symbolic links creation (#19) |
| 28 | + |
| 29 | +## Fixed |
| 30 | + |
| 31 | +* Fix `summarise()` usage in `pick_spectra()`, with code simplification (#11) |
| 32 | +* Remove symbolic links created for importing acqu spectra files (#21) |
| 33 | +* Fix CRAN warnings regarding `qpdf` (`3b19dd36a6ec0f5dc277418c98977c526981b6e3`) |
| 34 | +* Fix masked relevant `to_pick` column in the vignette (#17) |
| 35 | + |
| 36 | +# maldipickr 0.1.1 |
| 37 | + |
| 38 | +## Added |
| 39 | + |
| 40 | +* Add citation file for R ([`CITATION`](inst/CITATION)) and for GitHub ([`CITATION.cff`](CITATION.cff)) |
| 41 | +* Add a [`CHANGELOG.md`](CHANGELOG.md) ([Common Changelog](https://common-changelog.org)) |
| 42 | + |
| 43 | +## Changed |
| 44 | + |
| 45 | +* Improve the package description according to CRAN recommendations |
| 46 | + |
1 | 47 | # maldipickr 0.1.0
|
2 | 48 |
|
3 | 49 | * First stable version
|
|
0 commit comments