File tree Expand file tree Collapse file tree 1 file changed +1
-46
lines changed Expand file tree Collapse file tree 1 file changed +1
-46
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
==========
3
3
4
- v0.1.2
5
- ------
6
-
7
- New features:
8
-
9
- - ``ensure_success `` option added to ``run_locally ``.
10
- - Better graph visualisation.
11
- - Updating the name of a job from a maker now propogates the name change to the maker.
12
- - ``Job.update_maker_kwargs `` with ``nested=True `` now applies the updates to makers
13
- in the kwargs or args of the job.
14
-
15
- v0.1.1
16
- ------
17
-
18
- Docs updates.
19
-
20
- v0.1.0
21
- ------
22
-
23
- Major changes:
24
-
25
- - ``Schema `` class removed. Any pydantic model can now be an output schema.
26
-
27
- Enhancements:
28
-
29
- - ``JobStore.get_output `` now resolves references in the output of other jobs.
30
- - ``JobStore.get_output ``: ``which `` now supports specifying a specific job index.
31
- - Better support for circular and missing references in ``JobStore.get_output `` and
32
- ``OutputReference.resolve ``.
33
- - Update dependencies to use latest jsanitize features.
34
-
35
- Bug fixes:
36
-
37
- - Fixed issue with references in flow of flows (@davidwaroquiers, #18).
38
- - Makes now allows non-default parameters (fixes: #13).
39
- - Fix reference cache with multiple indexes.
40
-
41
- v0.0.2
42
- ------
43
-
44
- Testing automated releases.
45
4
46
5
v0.0.1
47
6
------
48
7
49
- Initial release containing:
50
-
51
- - ``Job ``, ``Flow ``, ``Maker ``, and ``JobStore `` API.
52
- - Tools for running Flows locally.
53
- - Fireworks integration.
8
+ Initial release.
You can’t perform that action at this time.
0 commit comments