|
1 | | -# Changelog |
2 | | - |
3 | | -## v1.9.14 |
4 | | - |
5 | | -Fixes a cryptic error message when the directory is missing an `__init__.py` file. |
6 | | - |
7 | | -## v1.9.13 |
8 | | - |
9 | | -Keep track with PyPI version. |
10 | | - |
11 | | -## v1.9.10 |
12 | | - |
13 | | -Honor no_show from .pydeps file. |
14 | | - |
15 | | -## v1.9.8 |
16 | | - |
17 | | -See #33. |
18 | | - |
19 | | -## v1.9.7 |
20 | | - |
21 | | -Check ``PYDEPS_DISPLAY`` and ``BROWSER`` for a program to open the graph. |
22 | | - |
23 | | -## v1.9.6 |
24 | | - |
25 | | -``--no-show`` and ``--no-dot`` as aliases for ``--noshow`` |
26 | | -and ``--nodot`` |
27 | | - |
28 | | -## v1.9.5 |
29 | | - |
30 | | -Fix for pre-commit hook. |
31 | | - |
32 | | -## v1.9.4 |
33 | | - |
34 | | -Support for https://pre-commit.com/ |
35 | | - |
36 | | -## v1.9.3 |
37 | | - |
38 | | -Push typo fix to pypi. |
39 | | - |
40 | | -## v1.9.2 |
41 | | - |
42 | | -Documentation updates. |
43 | | - |
44 | | -## v1.9.1 |
45 | | - |
46 | | -Graphs are now stable across runs for Python 3.x as well as for Python 2.7. |
47 | | - |
48 | | -## v1.9.0 |
49 | | - |
50 | | -Version 1.9.0 supports Python 3.8. |
51 | | - |
52 | | -## v1.8.8 |
53 | | - |
54 | | - |
55 | | - |
56 | | -## v1.8.6 |
57 | | - |
58 | | -Bugfix. |
59 | | - |
60 | | -## v1.8.5 |
61 | | - |
62 | | -Add hover-hightlighted paths. |
63 | | - |
64 | | -## v1.8.3 |
65 | | - |
66 | | -Bugfix release. |
67 | | - |
68 | | -## v1.8.2 |
69 | | - |
70 | | -New flag `--only`. |
71 | | - |
72 | | -## v1.8.1 |
73 | | - |
74 | | - |
75 | | - |
76 | | -## v1.8.0 |
77 | | - |
78 | | -Clusters. |
79 | | - |
80 | | -## v1.7.3 |
81 | | - |
82 | | -Version 1.7.3 includes a new flag ``-xx`` or ``--exclude-exact`` which matches the functionality of the ``--exclude`` flag, |
83 | | -except it requires an exact match, i.e. ``-xx foo.bar`` will exclude foo.bar, but not ``foo.bar.blob`` (thanks to |
84 | | -@AvenzaOleg for the PR). |
85 | | - |
86 | | -## v1.7.2 |
87 | | - |
88 | | -Adds support for --no-output flag. |
89 | | - |
90 | | -## v1.7.1 |
91 | | - |
92 | | -Fixes excludes in .pydeps file. |
93 | | - |
94 | | -## v1.7.0 |
95 | | - |
96 | | - |
97 | | - |
98 | | -## v1.6.2 |
99 | | - |
100 | | -Fix for --noshow --show-cycles from PR# 13. |
101 | | - |
102 | | -## v1.6.1 |
103 | | - |
104 | | -Now with images in readme on both github and PyPi (https://stackoverflow.com/questions/51803904/how-do-you-link-to-images-from-your-docs-folder-in-your-readme-rst) |
105 | | - |
106 | | -## v1.6.0 |
107 | | - |
108 | | -This release reworks some of the confusion between file names/paths and module names/paths. |
109 | | - |
110 | | -## v1.5.0 |
111 | | - |
112 | | -Py3 support (thanks @eight04 ) |
113 | | - |
114 | | -## v1.4.0 |
115 | | - |
116 | | - |
117 | | - |
118 | | -## v1.3.9 |
119 | | - |
120 | | - |
121 | | - |
122 | | -## v1.3.7 |
123 | | - |
124 | | - |
125 | | - |
126 | | -## v1.3.6 |
127 | | - |
128 | | - |
129 | | - |
130 | | -## v1.3.5 |
131 | | - |
132 | | - |
133 | | - |
134 | | -## v1.3.4 |
135 | | - |
136 | | - |
137 | | - |
138 | | -## v1.3.1 |
139 | | - |
140 | | - |
141 | | - |
142 | | -## v1.3.0 |
143 | | - |
144 | | - |
145 | | - |
146 | | -## v1.2.9 |
147 | | - |
148 | | - |
| 1 | +# Changelog |
| 2 | + |
| 3 | + |
| 4 | +## v1.9.15 |
| 5 | + |
| 6 | +Improved CI CD pipelines. |
| 7 | + |
| 8 | +## v1.9.14 |
| 9 | + |
| 10 | +Fixes a cryptic error message when the directory is missing an `__init__.py` file. |
| 11 | + |
| 12 | +## v1.9.13 |
| 13 | + |
| 14 | +Keep track with PyPI version. |
| 15 | + |
| 16 | +## v1.9.10 |
| 17 | + |
| 18 | +Honor no_show from .pydeps file. |
| 19 | + |
| 20 | +## v1.9.8 |
| 21 | + |
| 22 | +See #33. |
| 23 | + |
| 24 | +## v1.9.7 |
| 25 | + |
| 26 | +Check ``PYDEPS_DISPLAY`` and ``BROWSER`` for a program to open the graph. |
| 27 | + |
| 28 | +## v1.9.6 |
| 29 | + |
| 30 | +``--no-show`` and ``--no-dot`` as aliases for ``--noshow`` |
| 31 | +and ``--nodot`` |
| 32 | + |
| 33 | +## v1.9.5 |
| 34 | + |
| 35 | +Fix for pre-commit hook. |
| 36 | + |
| 37 | +## v1.9.4 |
| 38 | + |
| 39 | +Support for https://pre-commit.com/ |
| 40 | + |
| 41 | +## v1.9.3 |
| 42 | + |
| 43 | +Push typo fix to pypi. |
| 44 | + |
| 45 | +## v1.9.2 |
| 46 | + |
| 47 | +Documentation updates. |
| 48 | + |
| 49 | +## v1.9.1 |
| 50 | + |
| 51 | +Graphs are now stable across runs for Python 3.x as well as for Python 2.7. |
| 52 | + |
| 53 | +## v1.9.0 |
| 54 | + |
| 55 | +Version 1.9.0 supports Python 3.8. |
| 56 | + |
| 57 | +## v1.8.8 |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | +## v1.8.6 |
| 62 | + |
| 63 | +Bugfix. |
| 64 | + |
| 65 | +## v1.8.5 |
| 66 | + |
| 67 | +Add hover-hightlighted paths. |
| 68 | + |
| 69 | +## v1.8.3 |
| 70 | + |
| 71 | +Bugfix release. |
| 72 | + |
| 73 | +## v1.8.2 |
| 74 | + |
| 75 | +New flag `--only`. |
| 76 | + |
| 77 | +## v1.8.1 |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | +## v1.8.0 |
| 82 | + |
| 83 | +Clusters. |
| 84 | + |
| 85 | +## v1.7.3 |
| 86 | + |
| 87 | +Version 1.7.3 includes a new flag ``-xx`` or ``--exclude-exact`` which matches the functionality of the ``--exclude`` flag, |
| 88 | +except it requires an exact match, i.e. ``-xx foo.bar`` will exclude foo.bar, but not ``foo.bar.blob`` (thanks to |
| 89 | +@AvenzaOleg for the PR). |
| 90 | + |
| 91 | +## v1.7.2 |
| 92 | + |
| 93 | +Adds support for --no-output flag. |
| 94 | + |
| 95 | +## v1.7.1 |
| 96 | + |
| 97 | +Fixes excludes in .pydeps file. |
| 98 | + |
| 99 | +## v1.7.0 |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | +## v1.6.2 |
| 104 | + |
| 105 | +Fix for --noshow --show-cycles from PR# 13. |
| 106 | + |
| 107 | +## v1.6.1 |
| 108 | + |
| 109 | +Now with images in readme on both github and PyPi (https://stackoverflow.com/questions/51803904/how-do-you-link-to-images-from-your-docs-folder-in-your-readme-rst) |
| 110 | + |
| 111 | +## v1.6.0 |
| 112 | + |
| 113 | +This release reworks some of the confusion between file names/paths and module names/paths. |
| 114 | + |
| 115 | +## v1.5.0 |
| 116 | + |
| 117 | +Py3 support (thanks @eight04 ) |
| 118 | + |
| 119 | +## v1.4.0 |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | +## v1.3.9 |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | +## v1.3.7 |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | +## v1.3.6 |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | +## v1.3.5 |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | +## v1.3.4 |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | +## v1.3.1 |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | +## v1.3.0 |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | +## v1.2.9 |
| 152 | + |
| 153 | + |
0 commit comments