File: CHANGES.rst

package info (click to toggle)
helpdev 0.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 608 kB
  • sloc: python: 648; makefile: 14
file content (155 lines) | stat: -rw-r--r-- 2,525 bytes parent folder | download | duplicates (3)
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
Changes
=======


v0.7
----

* Add ``customize`` function, part of #1
* Change _filter to filter_packages and make it public
* Improve filter_package explanation
* Improve docs
* Add check_qt() function
* Add check_numbers() function
* Enhance help from command line parser
* Enhance command line order
* Correct mispelling errors
* Remove importlib_metadata for Pytho 3.8+, incoporated into std lib, MR#2
* Add MANIFEST.in, part of #9
* Improve internal code and linting
* Remove support for Python 2.7 and 3.4, closes #8


v0.6.10
--------

* Fix gitlab-ci, again
* Whole pipeline working on gitlab, even upload to pypi


v0.6.9
------

* Fix gitlab-ci


v0.6.8
------

* Change stage names
* Split test in more envs
* Improve tutorial


v0.6.7
------

* Lint code and docs
* Add more docs
* Add pylint configuration
* Improve tests and linters
* Add docs generate with sphinx
* Add tutorial for personalization - Spyder example
* Add build, test and release on gitlab-ci
* Add release requirements
* Fix tox commands to build, test and release

v0.6.6
------

* Fix Python 2 compatibility of FileNotFoundError
* Lint code
* Add tox and gitlab CI - working, passing


v0.6.5
------

* Make it compatible with Python 2.7, no errors are issued
* Remove shell=True to improve security
* Improve command calls
* Test url to check starts with http
* Add tests using tox for py27, py34, py36, py37
* Add requirement files for develop, doc, stable, test and update envs
* Fix packages-conda adding --no-pip option (seems not working, conda issue)


v0.6.4
------

* Remove print from code


v0.6.3
------

* Fix problems when none binding is installed for abstractions, fixes #5


v0.6.2
------

* Add function to print output


v0.6.1
------

* Fix readme links

v0.6
----

* Add filter to target packages
* Fix conda list not to not list packages installed with pip


v0.5
----

* Enhance internal docs
* Add ``--distributions`` to list Python and Conda distributions
* Remove ``--network`` from minimalist output
* Enhance README including examples from files


v0.4.2
------

* Enhance readme and update changes


v0.4.1
------

* Fix network command


v0.4
----

* Add commands for bindings and abstractions
* Add binding variable and import name


v0.3
----

* Fix readme format


v0.2
----

* Fix ``conda`` command not found error
* Fix memory info and add swap info
* Add thread information
* Add more options and change some options names
* Improve docs
* Classifiers and year update


v0.1
----

* First working version