Menu

#599 create a string version of 'unique()'

v1.1.x
closed
None
v1.1.3
New Functionality
2021-07-16
2021-06-30
Erik Hänel
No

Create a string version of the matop function unique().

Analysis:

We will create a function with similar interface as locate() called strunique({STR},n) with the modes n = 0 (return unique strings in list) and n = 1 (return unique chars per string in list as new strings).

Implementation:

  • Implementation: New functionality was implemented as proposed by the analysis.
  • Revision: [r916]
  • Implementation test: Functionality was added to the automatic SW tests.

Documentation:

  • [x] ChangesLog updated
  • [x] Code changes commented
  • Documentation articles:
    • [x] corresponding documentation articles updated
    • [ ] new documentation articles created
    • [ ] not needed
  • Language files:
    • [x] corresponding language files updated
    • [ ] not needed

Tests:

Automatic SW tests were reviewed and re-run without any deviation.

Related

Commit: [r916]

Discussion

  • Erik Hänel

    Erik Hänel - 2021-07-06
    • status: open --> accepted
    • Version: Planned --> v1.1.3
     
  • Erik Hänel

    Erik Hänel - 2021-07-06
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,23 @@
     Create a string version of the `matop` function `unique()`. 
    +
    +###Analysis:
    +(*Describe, what's the issue and which changes have to be made*)
    +
    +###Implementation:
    +* Implementation: (*Describe, what you've changed*) 
    +* Revision: [rXXX]
    +* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +
    +###Documentation:
    +* [ ] ChangesLog updated
    +* [ ] Code changes commented
    +* **Documentation articles:**
    
    +    * [ ] corresponding documentation articles updated
    +    * [ ] new documentation articles created
    +    * [ ] not needed
    +* **Language files:**
    +    * [ ] corresponding language files updated
    +    * [ ] not needed
    +
    +###Tests:
    +(*Describe, which tests you performed and their outcome*)
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2021-07-08
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,7 +1,7 @@
     Create a string version of the `matop` function `unique()`. 
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +We will create a function with similar interface as `locate()` called `strunique({STR},n)`  with the modes `n = 0`  (return unique strings in list) and `n = 1` (return unique chars per string in list as new strings).
    
     ###Implementation:
    
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2021-07-09
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,19 +4,19 @@
     We will create a function with similar interface as `locate()` called `strunique({STR},n)`  with the modes `n = 0`  (return unique strings in list) and `n = 1` (return unique chars per string in list as new strings).
    
     ###Implementation:
    -* Implementation: (*Describe, what you've changed*) 
    -* Revision: [rXXX]
    -* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +* Implementation: New functionality was implemented as proposed by the analysis.
    +* Revision: [r916]
    +* Implementation test: Functionality was added to the automatic SW tests.
    
     ###Documentation:
    -* [ ] ChangesLog updated
    -* [ ] Code changes commented
    +* [x] ChangesLog updated
    +* [x] Code changes commented
    
     * **Documentation articles:**
    -    * [ ] corresponding documentation articles updated
    +    * [x] corresponding documentation articles updated
         * [ ] new documentation articles created
         * [ ] not needed
     * **Language files:**
    -    * [ ] corresponding language files updated
    +    * [x] corresponding language files updated
         * [ ] not needed
    
     ###Tests:
    
    • status: implementing --> testing
     

    Related

    Commit: [r916]

  • Erik Hänel

    Erik Hänel - 2021-07-16
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -20,4 +20,4 @@
    
         * [ ] not needed
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +Automatic SW tests were reviewed and re-run without any deviation.
    
    • status: testing --> closed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB