Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.2.0 #10

Closed
wants to merge 98 commits into from
Closed

v0.2.0 #10

wants to merge 98 commits into from

Commits on Sep 27, 2019

  1. Configuration menu
    Copy the full SHA
    1c26910 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Configuration menu
    Copy the full SHA
    c88d5a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. Configuration menu
    Copy the full SHA
    f9e41e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17fb1e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Merge pull request #5 from arundo/exception-on-none-aug-func

    raise error if augmentation function is not defined correctly in an Augmentor object
    roycoding committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    a9f0480 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Type hints (#6)

    * Initial type hinting on a few files
    Added mypy config file
    
    * Added type hints to augmentor.py and updated mypy.ini
    
    augmentor.py still has the below error, which requires a fix:
    
    src/tsaug/augmentor.py:212: error: Unsupported operand types for * ("None" and "int")
    src/tsaug/augmentor.py:212: note: Left operand is of type "Optional[int]"
    
    * Updated augmentor.py with lastest patch and hints
    
    * Type hinted cross_sum.py added black config file
    
    * Added type hints to dimensionalize.py
    
    * Added type hints to jitter.py and resample.oy
    
    * Updated black config file and reran on some files
    
    * Added type hints to reverse.py and sidetrack.py
    
    * Added type hints to the remaining source files
    - Updated type hints in crop.py
    - Fixed a few bugs in zoom.py
    
    * Small cleanup of affine.py type hints
    
    * Updated type hinting to support Python 3.5
    Fixed bug in layer calc. All tests passing for 3.5 and 3.6
    
    * added mypy test into CI/CD
    
    * PR review fixes / cleanups
    
    * Explicitly ignoring some type hint errors (line specific)
    Removed some unused imports
    
    * don't type numpy rand generator
    
    * fixed type hinting errors related to _get_output_dim
    
    * fixed a type hinting error
    
    * fixed a type hinting error
    
    * fixed a wrong type hint
    
    * better code
    
    * added some comment to explain what's going on
    
    Co-authored-by: tailaiw <29800495+tailaiw@users.noreply.github.com>
    roycoding and tailaiw committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    936f207 View commit details
    Browse the repository at this point in the history
  2. Prepare 0.1.1 (#8)

    * added GH action for package uploading
    
    * updated version number
    
    * added release history
    tailaiw committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    30e6a26 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. updated release date

    tailaiw committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    0d90dec View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. added some dev configs

    tailaiw committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    5df613e View commit details
    Browse the repository at this point in the history
  2. isort everything

    tailaiw committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    773de08 View commit details
    Browse the repository at this point in the history
  3. isort

    tailaiw committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    e4f5af5 View commit details
    Browse the repository at this point in the history
  4. added classifier for py38

    tailaiw committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    60dee00 View commit details
    Browse the repository at this point in the history
  5. added classifier for py38

    tailaiw committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    b4af10f View commit details
    Browse the repository at this point in the history
  6. added visualization module

    tailaiw committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    8d436c0 View commit details
    Browse the repository at this point in the history
  7. update notebook

    tailaiw committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    4d04c2c View commit details
    Browse the repository at this point in the history
  8. updated

    tailaiw committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    e130ab9 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. cleaned up

    tailaiw committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    8663924 View commit details
    Browse the repository at this point in the history
  2. halfway

    tailaiw committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    0d04b55 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. halfway

    tailaiw committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    fd3c0b3 View commit details
    Browse the repository at this point in the history
  2. placeholders

    tailaiw committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    feabefb View commit details
    Browse the repository at this point in the history
  3. added per_channel option

    tailaiw committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    562a247 View commit details
    Browse the repository at this point in the history
  4. max_drift as interval

    tailaiw committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    262efda View commit details
    Browse the repository at this point in the history
  5. n_drift_points as a list

    tailaiw committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    69a08a3 View commit details
    Browse the repository at this point in the history
  6. repeat -> repeats

    tailaiw committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    30cb281 View commit details
    Browse the repository at this point in the history
  7. added quantize

    tailaiw committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    4a70a71 View commit details
    Browse the repository at this point in the history
  8. type check

    tailaiw committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    f29bf6c View commit details
    Browse the repository at this point in the history
  9. add noise

    tailaiw committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    b695cf8 View commit details
    Browse the repository at this point in the history
  10. added normalize option

    tailaiw committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    f523706 View commit details
    Browse the repository at this point in the history
  11. fixed typo

    tailaiw committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    0e4ea62 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. format

    tailaiw committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    3a97802 View commit details
    Browse the repository at this point in the history
  2. added convolve

    tailaiw committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    d5a2c34 View commit details
    Browse the repository at this point in the history
  3. added link to scipy doc

    tailaiw committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    06b840b View commit details
    Browse the repository at this point in the history
  4. placeholder

    tailaiw committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    e6a5364 View commit details
    Browse the repository at this point in the history
  5. added resize

    tailaiw committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    da98e61 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9901fd1 View commit details
    Browse the repository at this point in the history
  7. some more work

    tailaiw committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    4b7ae74 View commit details
    Browse the repository at this point in the history
  8. Fixed a bug

    tailaiw committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    a509253 View commit details
    Browse the repository at this point in the history
  9. Fixed a bug

    tailaiw committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    8b76dd5 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. Configuration menu
    Copy the full SHA
    c9f4fff View commit details
    Browse the repository at this point in the history
  2. added dropout

    tailaiw committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    cf84468 View commit details
    Browse the repository at this point in the history
  3. optimized code

    tailaiw committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    74c998b View commit details
    Browse the repository at this point in the history
  4. added pool

    tailaiw committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    7aaa77f View commit details
    Browse the repository at this point in the history
  5. augmented series length

    tailaiw committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    948c148 View commit details
    Browse the repository at this point in the history
  6. clean up

    tailaiw committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    e418e63 View commit details
    Browse the repository at this point in the history
  7. variable size and resize

    tailaiw committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    7f8a97d View commit details
    Browse the repository at this point in the history
  8. augmentor -> augmenter

    tailaiw committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    bac8a97 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. fixed a bug

    tailaiw committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    4827550 View commit details
    Browse the repository at this point in the history
  2. pipe

    tailaiw committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    26d1738 View commit details
    Browse the repository at this point in the history
  3. reshape

    tailaiw committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    c21b209 View commit details
    Browse the repository at this point in the history
  4. some utils of pipe

    tailaiw committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    516e12f View commit details
    Browse the repository at this point in the history
  5. update desc

    tailaiw committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    62cadec View commit details
    Browse the repository at this point in the history
  6. better time warping method

    tailaiw committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    05cd0aa View commit details
    Browse the repository at this point in the history
  7. fixed a bug

    tailaiw committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    9815a19 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. added docstrings

    tailaiw committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    bbb99a3 View commit details
    Browse the repository at this point in the history
  2. some doc work

    tailaiw committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    7b71ccc View commit details
    Browse the repository at this point in the history
  3. a few dependency issues

    tailaiw committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    942b61f View commit details
    Browse the repository at this point in the history
  4. more docstring

    tailaiw committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    af7670d View commit details
    Browse the repository at this point in the history
  5. time to say goodbye

    tailaiw committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    17783a1 View commit details
    Browse the repository at this point in the history
  6. remove unused import

    tailaiw committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    b1414ed View commit details
    Browse the repository at this point in the history
  7. fixed a bug

    tailaiw committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    98da0b8 View commit details
    Browse the repository at this point in the history
  8. variable default_seed

    tailaiw committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    b4040e2 View commit details
    Browse the repository at this point in the history
  9. better warping control

    tailaiw committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    4cfef6f View commit details
    Browse the repository at this point in the history
  10. a lot work for docs

    tailaiw committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    04ebd13 View commit details
    Browse the repository at this point in the history
  11. updated

    tailaiw committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    85360a4 View commit details
    Browse the repository at this point in the history
  12. updated

    tailaiw committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    e99b265 View commit details
    Browse the repository at this point in the history
  13. some minor change

    tailaiw committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    7531564 View commit details
    Browse the repository at this point in the history
  14. fixed

    tailaiw committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    093f0bd View commit details
    Browse the repository at this point in the history
  15. some more work

    tailaiw committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    267d16c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. fixed a bug

    tailaiw committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    5229e9a View commit details
    Browse the repository at this point in the history
  2. fixed a bug

    tailaiw committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    ba2c17f View commit details
    Browse the repository at this point in the history
  3. some more test

    tailaiw committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    2f2bd2f View commit details
    Browse the repository at this point in the history
  4. isort

    tailaiw committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    9350e34 View commit details
    Browse the repository at this point in the history
  5. updated plot

    tailaiw committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    437aba9 View commit details
    Browse the repository at this point in the history
  6. clean up

    tailaiw committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    65a7ab6 View commit details
    Browse the repository at this point in the history
  7. some more docs

    tailaiw committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    3a8b859 View commit details
    Browse the repository at this point in the history
  8. updated

    tailaiw committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    f05469e View commit details
    Browse the repository at this point in the history
  9. fixed a bug

    tailaiw committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    a4806e1 View commit details
    Browse the repository at this point in the history
  10. test

    tailaiw committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    5657763 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. fixed a bug

    tailaiw committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    07ba3d7 View commit details
    Browse the repository at this point in the history
  2. fixed a bug

    tailaiw committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    8d4d997 View commit details
    Browse the repository at this point in the history
  3. removed median

    tailaiw committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    0ff0e8c View commit details
    Browse the repository at this point in the history
  4. typo

    tailaiw committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    46d926c View commit details
    Browse the repository at this point in the history
  5. better coverage

    tailaiw committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    f3d728e View commit details
    Browse the repository at this point in the history
  6. added len

    tailaiw committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    2c23b36 View commit details
    Browse the repository at this point in the history
  7. unsupport get slice of pipe

    tailaiw committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    a180cf4 View commit details
    Browse the repository at this point in the history
  8. added more test

    tailaiw committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    3b6968b View commit details
    Browse the repository at this point in the history
  9. update

    tailaiw committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    1f79f27 View commit details
    Browse the repository at this point in the history
  10. added type hints

    tailaiw committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    17e0fa3 View commit details
    Browse the repository at this point in the history
  11. type hint

    tailaiw committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    3717de8 View commit details
    Browse the repository at this point in the history
  12. fix type hint

    tailaiw committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    f403108 View commit details
    Browse the repository at this point in the history
  13. quantile to percentile

    tailaiw committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    374fffc View commit details
    Browse the repository at this point in the history
  14. updated docs

    tailaiw committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    7dd714d View commit details
    Browse the repository at this point in the history
  15. required scipy>=1.1

    tailaiw committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    b1d0a55 View commit details
    Browse the repository at this point in the history
  16. update changelog

    tailaiw committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    0a479d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. update

    tailaiw committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    e6a7b4f View commit details
    Browse the repository at this point in the history
  2. update

    tailaiw committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    f97fe41 View commit details
    Browse the repository at this point in the history
  3. updated

    tailaiw committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    d45e7c5 View commit details
    Browse the repository at this point in the history
  4. update

    tailaiw committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    eab19e4 View commit details
    Browse the repository at this point in the history