2021-06-01 17:02:15 +01:00
|
|
|
# Changelog
|
2021-05-17 20:09:24 +01:00
|
|
|
|
2021-06-26 14:38:05 +01:00
|
|
|
## bliss 0.3.2
|
|
|
|
* Fixed a rare ffmpeg multithreading bug.
|
|
|
|
|
2021-06-19 13:35:51 +01:00
|
|
|
## bliss 0.3.1
|
|
|
|
* Show error message when song storage fails in the Library trait.
|
|
|
|
* Added a `distance` module containing euclidean and cosine distance.
|
|
|
|
* Added various custom_distance functions to avoid being limited to the
|
|
|
|
euclidean distance only.
|
|
|
|
|
2021-06-13 13:07:17 +01:00
|
|
|
## bliss 0.3.0
|
|
|
|
* Changed `Song.path` from `String` to `PathBuf`.
|
|
|
|
* Made `Song` metadata (artist, album, etc) `Option`s.
|
|
|
|
* Added a `BlissResult` error type.
|
|
|
|
|
2021-06-14 22:11:21 +01:00
|
|
|
## bliss 0.2.6
|
|
|
|
* Fixed an allocation bug in Song::decode that potentially caused segfaults.
|
|
|
|
|
2021-06-08 20:59:32 +01:00
|
|
|
## bliss 0.2.5
|
|
|
|
* Updates to docs
|
|
|
|
|
2021-06-06 15:47:01 +01:00
|
|
|
## bliss 0.2.4
|
|
|
|
* Make `Analysis::to_vec()` public.
|
|
|
|
|
2021-06-06 14:07:56 +01:00
|
|
|
## bliss 0.2.3
|
2021-06-06 12:51:08 +01:00
|
|
|
|
|
|
|
* Made `NUMBER_FEATURES` public.
|
|
|
|
|
2021-06-01 17:02:15 +01:00
|
|
|
## bliss 0.2.1
|
|
|
|
|
2021-06-05 22:56:01 +01:00
|
|
|
* Made `Analysis::new` public.
|
|
|
|
* Made `Analysis` serializable.
|
|
|
|
|
|
|
|
## bliss 0.2.0
|
|
|
|
|
2021-06-01 17:02:15 +01:00
|
|
|
* Added an `Analysis` struct to `Song`, as well as an `AnalysisIndex` to
|
|
|
|
index it easily.
|
|
|
|
* Changed some logging parameters for the Library trait.
|