Time axis everywhere, with NaT
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
Activity
Filter activity
added coupling label
assigned to @mlange
- Resolved by Martin Lange
added data label
requested review from @muellese
mentioned in merge request !164 (closed)
added 1 commit
- e4ceec63 - rename has_time, add implementation to check if there is really a known time
added 1 commit
- dd3e3a65 - rename has_time, add implementation to check if there is really a known time
mentioned in merge request !166 (merged)
added 1 commit
- 3e9ea4c7 - add a StackTime adapter that uses the new to_xarray functionality
added 1 commit
- 61461043 - add a StackTime adapter that uses the new to_xarray functionality
added 1 commit
- 6dbad5c2 - fix for pylint complains (too many branches)
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)
Toggle commit listadded 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
Toggle commit list
Please register or sign in to reply