-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog
112 lines (91 loc) · 2.86 KB
/
ChangeLog
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
CHANGES
=======
* Update command vip\_main for handling if only one env variable set added test
* Closes #6 vip\_main can use environmental variables
* Closes #14 error when file not produced
* Added requirements.txt
* Added generated files to repository
* Standardize setup.cfg to start at python 3.8
* Standardize github actions across core repositories
v0.3.3
------
* Correct repo
* Remove cached files just in case
* Fixed workflows with twine
* Fixed load\_config tests
* vctl fixes for - install agent from wheel, dir. - start agent - stop agent - remove agent
* removed poetry based install instructions
* Use pbr to grab the version info from the modules
* Python 3.7+ required Reorganized Pipfile
* Updated setup.py removing cruf
* First use of pipenv for creating a wheel
v0.3.2
------
* bump version
v0.3.1
------
* Bump version for release
* Add missing import
v0.3.0
------
* Add log
* Reformat rename and add pyYaml
* Added load\_config to volttron.utils
* Only test with v1.1.6
v0.2.4
------
* Adding log\_to\_file to the utils
v0.2.3
------
* Fix syntax error
* bump version
* Added argparser
* updated dependencies
* Updated dependencies Added pre-commit to dev dependencies Bumped version
* Fixed warning for missing mark
v0.2.1
------
* Added better test for when wheel is installed for version
v0.2.0
------
* "Fixing build errors"
* Fix build issue
* Added more utility methods to the module Added tests Formated using black
* Could not get .codacy.yml to work so removed it
* Reformatted files
v0.1.3
------
* Added codacy configuration file
* Reordered readme
v0.1.2
------
* Added README, pyproject description, and release to pypi
* Updated pyproject descriptions and classifiers
* testing workflow
* fixed url for test pypi
* updated to using pypy test
* Added github action for building release
* Added gevent and sqlite3 based tests
* Added keystore tests, markers and fixed references
* Bump to version 0.1.1 of volttron-utils
* Removed get\_home (should use ClientContext.get\_volttron\_home()) now
* utils now has context imported
* Fixed network re warnings
* Added networking functions
* Update context
* Transfered more functionality to client context
* Added frozendict testing
* Added tests for network and frame serialization
* Added on push to workflows
* Moved context to the utils module
* Added support for both 18.04 and 20.04 os images
* fixed up time.py module
* Fixed import reported by flake8
* No dev install so we install pytest into the environment after installing pytest and black
* Forgot to put poetry in front of environment
* Updated to include flake8 and pytest install code
* Added new github action to pull requests
* Added black to dev dependency
* Added files to the volttron.utils module for use throughout the project
* Added tests, black precommit
* Initial volttron-client from 4a0e393cf01227ae5917324dc83b313ab7fba4da in main volttron repo