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

Adding type hints #116 #128

Merged
merged 62 commits into from
Dec 29, 2023
Merged

Commits on Oct 5, 2021

  1. Merge pull request #15 from lvgig/develop

    Develop into master (0.2.15)
    richardangell authored Oct 5, 2021
    Configuration menu
    Copy the full SHA
    54b4be7 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Merge pull request #23 from lvgig/develop

    Version 0.3.0
    richardangell authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    878fa0d View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Merge pull request #29 from lvgig/develop

    Bring v0.3.1 changes into main
    richardangell authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    facd429 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

  1. Merge pull request #36 from lvgig/develop

    Bring DSF notebook into main
    richardangell authored Nov 13, 2021
    Configuration menu
    Copy the full SHA
    20994ad View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Merge pull request #39 from lvgig/develop

    Interaction transformer (#38)
    richardangell authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    f544249 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    423b14c View commit details
    Browse the repository at this point in the history
  2. Revert "Update quick-start.rst"

    This reverts commit 423b14c.
    davidhopkinson26 committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    d122842 View commit details
    Browse the repository at this point in the history
  3. v0.3.3 changes into main (#64)

    -added support for prior mean encoding (regularised encodings)
    -added support for weights to mean, median and mode imputers
    -added classname() method to BaseTransformer and prefixed all errors with classname call for easier debugging
    -added DatetimeInfoExtractor transformer
    -added DatetimeSinusoidCalculator
    -added TwoColumnOperatorTransformer
    -added StringConcatenator
    -added SetColumnDtype
    -added waring to MappingTransformer for unexpected changes in dtype
    -added new module tubular/comparison.py containing EqualityChecker
    -added PCATransformer
    -updated black version to 22.3.0 and flake8 version to 5.0.4 to fix compatibility issues
    -removed kwargs argument from BaseTransfomer
    -updated version to 0.3.3
    -updated changelog and docs
    
    Co-authored-by: Claire_Fromholz <[email protected]>
    Co-authored-by: Fromholz <[email protected]>
    3 people authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    0098637 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Revert "v0.3.3 changes into main (#64)"

    This reverts commit 0098637.
    davidhopkinson26 authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    cf158de View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Merge pull request #79 from lvgig/revert-64-develop

    Revert "v0.3.3 changes into main"
    davidhopkinson26 authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    fee9828 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #78 from lvgig/develop

    0.3.4 changes into main (also merges changes for 0.3.3 after reversion)
    davidhopkinson26 authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    a547304 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Merge pull request #82 from lvgig/develop

    merge changes for 0.3.5
    davidhopkinson26 authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    242a8fe View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Merge pull request #88 from lvgig/develop

    Merge changes for 0.3.6
    davidhopkinson26 authored May 24, 2023
    Configuration menu
    Copy the full SHA
    7da13ce View commit details
    Browse the repository at this point in the history
  2. Merge pull request #89 from lvgig/develop

    Update _version.py to 0.3.6
    davidhopkinson26 authored May 24, 2023
    Configuration menu
    Copy the full SHA
    77681f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Merge pull request #91 from lvgig/develop

    0.3.7 changes into main
    Sarah-TaylorKnight authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    16682bc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #95 from lvgig/develop

    Version update into main
    davidhopkinson26 authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    cfd1dd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Merge pull request #97 from lvgig/develop

    0.3.8 changes into main
    davidhopkinson26 authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    700f384 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #100 from lvgig/develop

    #99 into main
    davidhopkinson26 authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    a393710 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    7655bc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c759b3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4785e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. ANN auto fix

    Sarah-TaylorKnight committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    3a3486c View commit details
    Browse the repository at this point in the history
  2. Remove Number type

    Sarah-TaylorKnight committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    f806c34 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Merge pull request #126 from lvgig/develop

    V1.0.0 changes into main
    davidhopkinson26 authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    7e541bc View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. capping.py passing ANN201

    now passing all ANN bar 101 and 003
    Sarah-TaylorKnight committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    119e58a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98f414e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e1dfa5 View commit details
    Browse the repository at this point in the history
  4. dates.py passing ANN202

    now passing all bar ANN101 and 003
    Sarah-TaylorKnight committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    a99be85 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    150e91d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d27141 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85c6e3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12cd3fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d90589 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d61d0f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cdc71a2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cea9079 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fcf2248 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    9f671f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4950399 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70d573b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce6917e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bca1eea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b20aa9 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Merge pull request #154 from lvgig/develop

    V 1.1.0 changes into main
    davidhopkinson26 authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    d709704 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    8fb3c5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2af343 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70c8e3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31707bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e00ac7d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b4d149 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' into feature/116-ann-flake8-annotations

    # Conflicts:
    #	tubular/base.py
    #	tubular/nominal.py
    adamsardar committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    55e5a6d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a8b6b4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d623a3b View commit details
    Browse the repository at this point in the history
  10. 🎨 black consistency

    adamsardar committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    3a9ff8e View commit details
    Browse the repository at this point in the history
  11. 👽 Failing tests as the result of stipulation on an array in pd.cut. B…

    …rittle test that inspects 'implementation not behaviour' adapted (reference to #155)
    adamsardar committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    a87d70a View commit details
    Browse the repository at this point in the history
  12. 🎨 Appease black

    adamsardar committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    9d20ed9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    354d1cd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fab2640 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. 🏷️ Erroneous inclusion of None in typehint - parent class constructor…

    … does not advertise that type
    adamsardar committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    1f12d44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b3f757 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e875124 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    102b5ea View commit details
    Browse the repository at this point in the history