phonetic-languages-rhythmicity 0.11.0.0 → 0.11.0.1
raw patch · 3 files changed
+27/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−0
- README.md +19/−2
- phonetic-languages-rhythmicity.cabal +2/−2
CHANGELOG.md view
@@ -113,3 +113,9 @@ ## 0.11.0.0 -- 2023-03-13 * Eleventh version. Moved the shared by different implementations functionality to a new package. Some documentation changes.++## 0.11.0.1 -- 2023-03-15++* Eleventh version revised A. Improved the metadata and documentation so that the +changes in the previous version are clear.+
README.md view
@@ -1,4 +1,10 @@- Polyrhythm as a Multi-Ordered Sequence Pattern+Since the version 0.11.0.0 the modules Phladiprelio.Rhythmicity.Simple+and Phladiprelio.Rhythmicity.Factor moved to the other package +[phladiprelio-ukrainian-shared](https://hackage.haskell.org/package/phladiprelio-ukrainian-shared)+so that it can be shared between different implementations of +PhLADiPreLiO.++Polyrhythm as a Multi-Ordered Sequence Pattern ============================================== Let us have some sequence organized in the following way.@@ -9,7 +15,7 @@ into a sequence of subsequences with the same number of elements in each. Consider the internal ordering of each subsequence from the perspective of the placement of the-values of its elements and repeatability of the some+values of its elements and repeatability of the some patterns of the placement of the elements. We assume that the elements can be compared in relation of order, that is, they are the elements of the data type@@ -110,3 +116,14 @@ Since the 0.8.0.0 version added the weighted functions that try to increase the importance of the line ending and to decrease the importance of the beginnings.++ Devotion+ ========++The author would like to devote this project to support the [Foundation+GASTROSTARS](https://gastrostars.nl).+If you would like to share some financial support, please, contact the foundation+using the URL:++https://gastrostars.nl/hou-mij-op-de-hoogte+
phonetic-languages-rhythmicity.cabal view
@@ -2,9 +2,9 @@ -- For further documentation, see http://haskell.org/cabal/users-guide/ name: phonetic-languages-rhythmicity-version: 0.11.0.0+version: 0.11.0.1 synopsis: Allows to estimate the rhythmicity properties for the text-description: Allows to estimate (somewhat to say, evaluate) the rhythmicity properties for the text. Inspired by the ancient Greek and Latin poetry. Since the 0.11.0.0 version part of the functionality moved to the other package to reduce code duplication.+description: Allows to estimate (somewhat to say, evaluate) the rhythmicity properties for the text. Inspired by the ancient Greek and Latin poetry. Since the 0.11.0.0 version part of the functionality moved to the other package [phladiprelio-ukrainian-shared](https://hackage.haskell.org/package/phladiprelio-ukrainian-shared) to reduce code duplication . homepage: https://hackage.haskell.org/package/phonetic-languages-rhythmicity license: MIT