Skip to content

Commit 991145a

Browse files
committed
Update changelog
1 parent e05298f commit 991145a

File tree

1 file changed

+1
-46
lines changed

1 file changed

+1
-46
lines changed

docs/src/changelog.rst

Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,8 @@
11
Change log
22
==========
33

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.
454

465
v0.0.1
476
------
487

49-
Initial release containing:
50-
51-
- ``Job``, ``Flow``, ``Maker``, and ``JobStore`` API.
52-
- Tools for running Flows locally.
53-
- Fireworks integration.
8+
Initial release.

0 commit comments

Comments
 (0)