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

Wb data iss1 #16

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

Wb data iss1 #16

wants to merge 25 commits into from

Commits on Oct 18, 2017

  1. Configuration menu
    Copy the full SHA
    1534ad1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    490e8e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7050f16 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

  1. Added parallel HDF5 storing

    wbarfuss committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    04f13e5 View commit details
    Browse the repository at this point in the history
  2. Update README and setup.py

    wbarfuss committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    df734e4 View commit details
    Browse the repository at this point in the history
  3. Update README.rst

    wbarfuss authored Oct 20, 2017
    Configuration menu
    Copy the full SHA
    24e64b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e25f67a View commit details
    Browse the repository at this point in the history
  5. Clean up

    wbarfuss committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    5b0e51d View commit details
    Browse the repository at this point in the history
  6. Update README.rst

    wbarfuss authored Oct 20, 2017
    Configuration menu
    Copy the full SHA
    6a8d3bb View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

  1. Configuration menu
    Copy the full SHA
    4b9cd31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9eb32a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. Configuration menu
    Copy the full SHA
    4fdf16e View commit details
    Browse the repository at this point in the history
  2. Add hdf5 lock clean up func

    wbarfuss committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    ae18ccb View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

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

Commits on Mar 8, 2018

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

Commits on May 7, 2018

  1. minor changes

    jakobkolb committed May 7, 2018
    Configuration menu
    Copy the full SHA
    cf65f18 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. Moved writing of results to data structure from master to slave. This…

    … prevents unpickling errors when too large chunks of data are sent between nodes.
    jakobkolb committed May 9, 2018
    Configuration menu
    Copy the full SHA
    a3f2d47 View commit details
    Browse the repository at this point in the history
  2. Moved writing of results to data structure from master to slave. This…

    … prevents unpickling errors when too large chunks of data are sent between nodes.
    jakobkolb committed May 9, 2018
    Configuration menu
    Copy the full SHA
    75d2632 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. 1) Moved the saving of finished tasks from the getter of the save fun…

    …ction to the save function itself in _get_store_function() to prevent duplicate entries in computed tasks, that would lead to errors in the _get_computed_tasks() routine.
    
    2) Changed the typecasting in the construction of the dataframe of all tasks in the _get_computed_tasks() routine to correct for weird typecasting in pandas' dataframe construction from dict.
    jakobkolb committed May 11, 2018
    Configuration menu
    Copy the full SHA
    8f05e56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18dd767 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2018

  1. Merge branch 'wb_data_iss1' of https://github.com/wbarfuss/pymofa int…

    …o wb_data_iss1
    
    # Conflicts:
    #	pymofa/experiment_handling.py
    jakobkolb committed May 14, 2018
    Configuration menu
    Copy the full SHA
    9c1d822 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

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

Commits on May 30, 2018

  1. catching SIGTERM issued by slrum 30 seconds prior to termination of r…

    …un and supressing furter acess to database to make sure, it is closed, when the cluster finally terminates the run
    jakobkolb committed May 30, 2018
    Configuration menu
    Copy the full SHA
    ab3635f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12bb8a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b957fea View commit details
    Browse the repository at this point in the history