Releases: scipp/sciline
Releases · scipp/sciline
24.10.0
What's Changed
- feat: add method to list leaf nodes by @jokasimr in #188
- Add
mode
argument tovisualize
for more compact data or task graph display by @SimonHeybrock in #187
Full Changelog: 24.06.3...24.10.0
24.06.3
v24.06.2
What's Changed
- Remove wrong TODO and add comment about kwargs by @SimonHeybrock in #171
- Expose and rename properties for accessing underlying graphs and indices by @SimonHeybrock in #172
- Fix exception in compute_mapped for partially reducing pipelines by @SimonHeybrock in #173
Full Changelog: 24.06.1...24.06.2
v24.06.1
v24.06.0
Overview
This version introduces major breaking changes around the handling of Optional
and Union
types (now there is no special handling), as well as how parameter-tables work (replaced by use of Cyclebane, see updated documentation).
What's Changed
- Propose ADR 0001: Remove isinstance checks when setting parameters by @SimonHeybrock in #153
- Propose ADR 0002: Remove special handling of Optional and Union by @SimonHeybrock in #154
- Drop Python 3.9 support by @SimonHeybrock in #159
- Implement ADR 0001: Remove isinstance checks when setting params by @SimonHeybrock in #160
- Implement ADR 0002 (remove special handling of Optional and Union) by @SimonHeybrock in #158
- MAINT: Error out gracefully with an unsupported scheduler by @MridulS in #162
- Rewrite of Sciline's Pipeline by @SimonHeybrock in #165
- Update to fixed and improved Cyclebane version by @SimonHeybrock in #168
New Contributors
Full Changelog: 24.04.1...24.06.0
v24.04.1
What's Changed
Full Changelog: 24.04.0...24.04.1
v24.04.0
What's Changed
- Support most callables by @jl-wynen in #133
- JSON serializer for task graphs by @jl-wynen in #124
- Fix recursion error when using multiple Pipeline.set_param_series by @SimonHeybrock in #150
Full Changelog: 24.02.1...24.02.2
v24.02.1
v24.02.0
What's Changed
- feat: task graph html repr by @jokasimr in #99
- docs: add examples of replacing providers by @jokasimr in #101
- Add kwargs to
.compute()
by @nvaytet in #103 - Support param tables with only index and no columns by @SimonHeybrock in #106
- Docs: Add links to examples, mention dask by @SimonHeybrock in #109
- Add domain_types sphinx extension by @jl-wynen in #110
- fix: separate series subgraphs by index name by @jokasimr in #112
- Support keyword-only arguments by @jl-wynen in #116
- Detect missing typehint early by @jl-wynen in #120
- feat: check constraints on typevars by @jokasimr in #118
Full Changelog: 24.01.1...24.02.0
v24.01.1
What's Changed
- Add DOI link by @SimonHeybrock in #96
- Add pipeline copy method by @nvaytet in #91
- Html repr for pipeline by @jokasimr in #78
Full Changelog: 24.01.0...24.01.1