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

SignalEntry with csv file + refactorings #7

Merged
merged 59 commits into from
Oct 13, 2023
Merged

Commits on Aug 31, 2023

  1. reformat file (IDE)

    Saskia Kohn committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    5fb04e3 View commit details
    Browse the repository at this point in the history
  2. move _set_channels to shared parent class

    Saskia Kohn committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    14e7acb View commit details
    Browse the repository at this point in the history
  3. minor refactoring

    Saskia Kohn committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    25342c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. future typing

    Saskia Kohn committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    84e157e View commit details
    Browse the repository at this point in the history
  2. add csv case + simplify dtype inference

    Saskia Kohn committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    c607f3e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Create testing.yml

    Saskia-K authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    05ef02d View commit details
    Browse the repository at this point in the history
  2. add pytest

    Saskia-K authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    e2415f3 View commit details
    Browse the repository at this point in the history
  3. Update testing.yml

    Saskia-K authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    00fc0b3 View commit details
    Browse the repository at this point in the history
  4. Update Tests.yml

    Saskia-K authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    6ca9e29 View commit details
    Browse the repository at this point in the history
  5. Update Tests.yml

    Saskia-K authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    403dfbf View commit details
    Browse the repository at this point in the history
  6. Update Tests.yml

    Saskia-K authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    ac54e21 View commit details
    Browse the repository at this point in the history
  7. Update Tests.yml

    Saskia-K authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    40ac1bb View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' of github.com:Saskia-K/pyunisens

    Saskia Kohn committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    cf48e86 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' into develop

    Saskia Kohn committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    a96b016 View commit details
    Browse the repository at this point in the history
  10. module for testing with unittest

    Saskia Kohn committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    3dce389 View commit details
    Browse the repository at this point in the history
  11. update actions

    Saskia Kohn committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    dbc074c View commit details
    Browse the repository at this point in the history
  12. Merge branch 'develop' into feature/csv_signal_entry

    Saskia Kohn committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    0574222 View commit details
    Browse the repository at this point in the history
  13. adapt binary case

    Saskia Kohn committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    b1758dc View commit details
    Browse the repository at this point in the history
  14. fix dtype inference

    Saskia Kohn committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    8e7dfa1 View commit details
    Browse the repository at this point in the history
  15. FileEntry paths in init

    Saskia Kohn committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    d3f0b0b View commit details
    Browse the repository at this point in the history
  16. local testing in static directory

    Saskia Kohn committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    54b81f8 View commit details
    Browse the repository at this point in the history
  17. reformat file

    Saskia Kohn committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    6d5454f View commit details
    Browse the repository at this point in the history
  18. localize testing pt.2/2

    Saskia Kohn committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    025aec0 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

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

Commits on Sep 6, 2023

  1. remove_entry

    Saskia Kohn committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    2182286 View commit details
    Browse the repository at this point in the history
  2. minor refactorings

    Saskia Kohn committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a1b2d94 View commit details
    Browse the repository at this point in the history
  3. _get_index

    Saskia Kohn committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    1bbba7d View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. add_entry + comments

    Saskia Kohn committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    cf38d4e View commit details
    Browse the repository at this point in the history
  2. minor

    Saskia Kohn committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    d195987 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    20b7fa5 View commit details
    Browse the repository at this point in the history
  2. WIP: SignalEntry read + write + test

    Saskia Kohn committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    f036e2f View commit details
    Browse the repository at this point in the history
  3. avoid direct reference to attrib argument object, bc get's extended w…

    …ith id etc. internally and should not be mutable externally
    Saskia Kohn committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    e4ae435 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29b62b8 View commit details
    Browse the repository at this point in the history
  5. casting data to specific type for binary

    Saskia Kohn committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    cbfdd86 View commit details
    Browse the repository at this point in the history
  6. improved testing

    Saskia Kohn committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    c6ab570 View commit details
    Browse the repository at this point in the history
  7. read_unisens as internal instance method

    Saskia Kohn committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    0bb160a View commit details
    Browse the repository at this point in the history
  8. robust paths

    Saskia Kohn committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    299774a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    62d7c65 View commit details
    Browse the repository at this point in the history
  10. update gitignore with test path

    Saskia Kohn committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    51b7787 View commit details
    Browse the repository at this point in the history
  11. comments and minor changes

    Saskia Kohn committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    dea440a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. remove 'profile'

    Saskia Kohn committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    f69cc2e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Saskia-K/feature/csv_signal_entry

    Feature/csv signal entry
    Saskia-K authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    d34937d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from Saskia-K/feature/refactoring

    Feature/refactoring
    Saskia-K authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    6e9c1ef View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/refactoring'

    Saskia Kohn committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    20d3860 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. added DeprecationWarnings on changing features

    Saskia Kohn committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    3208c0e View commit details
    Browse the repository at this point in the history
  2. use new scaled option with set_data

    Saskia Kohn committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    c6fba62 View commit details
    Browse the repository at this point in the history
  3. following external DeprecationWarnings

    Saskia Kohn committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    5e5d869 View commit details
    Browse the repository at this point in the history
  4. minor comments and refactoring

    Saskia Kohn committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    11902f4 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' into feature/deprecation

    Saskia Kohn committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    84e7a81 View commit details
    Browse the repository at this point in the history
  6. prepare removing unused CA class with deprecation

    Saskia Kohn committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    53d5da9 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

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

Commits on Oct 4, 2023

  1. remove scaling in set_data

    Saskia Kohn committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    fbd0f4f View commit details
    Browse the repository at this point in the history
  2. testing deprecations

    Saskia Kohn committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    dd3e1ac View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. improved deprecation on CustomAttribute

    Saskia Kohn committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    7b8009d View commit details
    Browse the repository at this point in the history
  2. deprecate read_unisens with test

    (cherry picked and adapted from commit 7df3805)
    Saskia Kohn committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    76bf821 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. remove scaling deprecation

    Saskia Kohn committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    c6b6b5d View commit details
    Browse the repository at this point in the history
  2. deprecate automatic channel naming

    Saskia Kohn committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    6ff2c5b View commit details
    Browse the repository at this point in the history
  3. new version

    Saskia Kohn committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    9995d85 View commit details
    Browse the repository at this point in the history
  4. testing: remove created files

    Saskia Kohn committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    62ce756 View commit details
    Browse the repository at this point in the history