Skip to content
Snippets Groups Projects

Time axis everywhere, with NaT

Merged Martin Lange requested to merge not-a-time into main

Consistently have a time axis on the data, always. Use pd.NaT to encode unknown/missing time.

Definitely like this more than !164 (closed).

Edited by Martin Lange

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Martin Lange marked this merge request as draft

    marked this merge request as draft

  • added data label

  • Martin Lange requested review from @muellese

    requested review from @muellese

  • Martin Lange mentioned in merge request !164 (closed)

    mentioned in merge request !164 (closed)

  • Martin Lange changed the description

    changed the description

  • Martin Lange added 1 commit

    added 1 commit

    • e4ceec63 - rename has_time, add implementation to check if there is really a known time

    Compare with previous version

  • Martin Lange resolved all threads

    resolved all threads

  • Martin Lange added 1 commit

    added 1 commit

    • dd3e3a65 - rename has_time, add implementation to check if there is really a known time

    Compare with previous version

  • Martin Lange changed the description

    changed the description

  • Martin Lange added 2 commits

    added 2 commits

    • 7348169a - allow to create arrays with multiple time entries in to_xarray
    • 192a99d8 - add a StackTime adapter that uses the new to_xarray functionality

    Compare with previous version

  • Martin Lange mentioned in merge request !166 (merged)

    mentioned in merge request !166 (merged)

  • Martin Lange added 1 commit

    added 1 commit

    • 3e9ea4c7 - add a StackTime adapter that uses the new to_xarray functionality

    Compare with previous version

  • Martin Lange added 1 commit

    added 1 commit

    • 61461043 - add a StackTime adapter that uses the new to_xarray functionality

    Compare with previous version

  • Martin Lange added 1 commit

    added 1 commit

    • 6dbad5c2 - fix for pylint complains (too many branches)

    Compare with previous version

  • Martin Lange added 15 commits

    added 15 commits

    • 5a093837 - fix code example in docstring for class Composition
    • 7e4acc27 - add a static flag for SDK Output class
    • 881999bf - add a static noise generator as a test component
    • 238ad10c - make is_static an interface property, do not consider as dependency in scheduler
    • 50005d41 - make static chains work with the static noise example
    • 2c7a2cc6 - try to implement static update
    • 8bf8f3ff - fix tests for static update
    • d8b69d96 - allow time None in push/pull chain except in outputs
    • 76737964 - add a test for no time dimension in static coupling
    • c87a7bc4 - update changelog
    • d6aaae66 - use pd.NaT to encode unknown time
    • 15201704 - rename has_time, add implementation to check if there is really a known time
    • 6451d7c5 - allow to create arrays with multiple time entries in to_xarray
    • e1037730 - add a StackTime adapter that uses the new to_xarray functionality
    • 5ad51bad - fix for pylint complains (too many branches)

    Compare with previous version

  • Martin Lange added 1 commit

    added 1 commit

    • 3dae12ba - fix returned stack in StackTime adapter

    Compare with previous version

  • Martin Lange added 16 commits

    added 16 commits

    • ffded6e5 - implement `in` operator for IOList
    • a60b8d61 - add a static flag for SDK Output class
    • a43938c2 - add a static noise generator as a test component
    • 877d5acb - make is_static an interface property, do not consider as dependency in scheduler
    • 6a86b95e - make static chains work with the static noise example
    • d10f60db - try to implement static update
    • 52e9ce86 - fix tests for static update
    • 62036adc - allow time None in push/pull chain except in outputs
    • 97a7e227 - add a test for no time dimension in static coupling
    • feff1b75 - update changelog
    • f9930a2a - use pd.NaT to encode unknown time
    • 91937507 - rename has_time, add implementation to check if there is really a known time
    • cb0d4104 - allow to create arrays with multiple time entries in to_xarray
    • 39966f05 - add a StackTime adapter that uses the new to_xarray functionality
    • b6a820f5 - fix for pylint complains (too many branches)
    • 5e87d11d - fix returned stack in StackTime adapter

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading