-
Notifications
You must be signed in to change notification settings - Fork 4
/
CHANGELOG.txt
86 lines (58 loc) · 2.14 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Changelog for the ``swiftpipeline`` repository.
Version 0.3.0
-------------
Image pipeline update!
+ Adds ability to create images with ``swift-image``
+ Adds new configuration functionality for ``swift-image``
Version 0.2.0
-------------
Titles update!
+ Adds ability to overwrite run names in output, to enable easier comparisons.
+ Adds by default a redshift tag to each simulation name when comparing different
snapshots that have different redshifts.
+ Adds ability to disable scripts for comparisons (`use_for_comparison: false` in
yaml file).
Version 0.1.8
-------------
Zooming update!
+ Adds ability to zoom in on plots on the web-page (just click on them!).
May not work with really old browsers.
Version 0.1.7
-------------
Styling bug-fixes:
+ Ensured that the navigation bar always appears above the MathJax rendered
text on all browsers by setting it's z-order explicitly.
+ Allowed for mixing between `auto_plotter` and those generated by scripts
within a single section.
Version 0.1.6
-------------
Additional arguments update:
+ Scripts can now have additional arguments. See the example configuration
for an example.
Version 0.1.5
-------------
Minor styling updates:
+ Added new functions, `get_if_present_{float,int}` for getting items from
dictionaries and formatting them with(out) units that may not exist.
+ Used a stable sort for the sections to enable easier comparisons between
webpages.
Version 0.1.4
-------------
Minor updates including:
+ Added styling for tables included in webpages through the `description.html`
+ Added ability to use custom CSS for styling webpages.
+ Checks if paths to data `yml` files exist before creating comparisons.
+ Checks if more than one figure is created with a given filename.
Version 0.1.3
-------------
Includes v0.1.2 too; minor bugfixes in the python packaging.
Version 0.1.1
-------------
Minor bugfixes, and:
+ Ensured that pipeline figures are shown in the order of most recently
edited config file to least recently edited,
+ Added ability to _not_ plot some figures in the resultant webpage,
+ Changed navbar to a button style.
Version 0.1.0
-------------
Initial release!