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

ASyncIO Client #42

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

ASyncIO Client #42

wants to merge 20 commits into from

Commits on Dec 18, 2017

  1. merge master (#9)

    * typo in tz_localize
    
    * tmpo delete query
    
    * reset method
    
    * version bump
    
    * Split `SQL_TMPO_LAST` into `SQL_TMPO_LAST` (which now doesn't include data) and `SQL_TMPO_LAST_DATA` (which does include data).
    
    Sync uses the one without data to determine from where to start.
    
    * pd.tslib.Timestamp will be deprecated, use pd.Timestamp instead
    
    * `ix` is deprecated, changed to `loc`
    
    * upgrade of notebook
    
    * version bump
    
    * also update docstrings for Timestamp depreciation
    JrtPec authored Dec 18, 2017
    Configuration menu
    Copy the full SHA
    e12a32a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. put cert as file in package

    JrtPec committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    c5a26eb View commit details
    Browse the repository at this point in the history
  2. move code out of __init__.py

    JrtPec committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    b885991 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0213bc6 View commit details
    Browse the repository at this point in the history
  4. put cert as file in package

    JrtPec committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    f854517 View commit details
    Browse the repository at this point in the history
  5. move code out of __init__.py

    JrtPec committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    7a030be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    255f686 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    80b719d View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. also import SQLiteSession

    JrtPec committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    62fcee2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    219b78f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d22c05 View commit details
    Browse the repository at this point in the history
  4. include cert in package data

    JrtPec committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    b35bb20 View commit details
    Browse the repository at this point in the history
  5. try other paths

    JrtPec committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    71db2f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d9d9238 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. check for empty block list

    JrtPec committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    fce38d0 View commit details
    Browse the repository at this point in the history
  2. check for empty block list

    JrtPec committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    f74a6f3 View commit details
    Browse the repository at this point in the history
  3. version bump

    JrtPec committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    4d67569 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

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

Commits on Jun 24, 2019

  1. Session Client to use AsyncIO

    JrtPec committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    3c4c79b View commit details
    Browse the repository at this point in the history
  2. update requirements

    JrtPec committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    df5239b View commit details
    Browse the repository at this point in the history