You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/release_notes/release_notes_1.7.rst
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,40 @@
1
1
.. SPDX-FileCopyrightText: 2017 Fermi Research Alliance, LLC
2
2
.. SPDX-License-Identifier: Apache-2.0
3
3
4
+
Release 1.7.5
5
+
-------------
6
+
7
+
Fixed source logging. Pinned some dependencies to maintain Python 3.6 compatibility.
8
+
9
+
Issues fixed in this release
10
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
11
+
12
+
Bugs fixed
13
+
14
+
- `DE 522 <https://github.com/HEPCloud/decisionengine/issues/522>`_: Decision engine log files get split between several different processes with several different versions open: (`fd1e99ce <https://github.com/HEPCloud/decisionengine/commit/fd1e99ce77a82dbe478c2c7d15f4b100300b2e5d>`_)
15
+
16
+
Full list of commits since version 1.7.1
17
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18
+
19
+
`0c90cdfb6 <https://github.com/HEPCloud/decisionengine/commit/0c90cdfb632a213537cdd12f4ff4bfc0ad56c05b>`_: fix source logging by defining logger in Sources after PR670 plus missing adjustments
20
+
21
+
`670a618f2 <https://github.com/HEPCloud/decisionengine/commit/670a618f260b721acd4d4a1daa985171fef5563a>`_: Updated release notes for 1.7.5
22
+
23
+
`ea6ef79d <https://github.com/HEPCloud/decisionengine/commit/ea6ef79d7a6ce5f5ebe0b65efc121702a0211fe0>`_: pin ubuntu version to 20.04 to get python versions we use to run DE 1.7 tests and set upper limit for python modules to be used by tests
24
+
25
+
`a1af36f5 <https://github.com/HEPCloud/decisionengine/commit/a1af36f5e91f42da018169388e9b61b0f1b68d8c>`_: For branch 1.7 pin pytest version to 6.2.5
26
+
27
+
`352eab54 <https://github.com/HEPCloud/decisionengine/commit/352eab540e9260969542ffc669b5499738b3b1bc>`_: For branch 1.7 pin jsonnet version to 0.17.0
28
+
29
+
`bfcfef2f <https://github.com/HEPCloud/decisionengine/commit/bfcfef2f013a41f8e0e87bfdfcfb7a659ba232b2>`_: Updated release notes for 1.7.4
30
+
31
+
`4ff9db91 <https://github.com/HEPCloud/decisionengine/commit/4ff9db9104a3226f1ff83a77abcbf9d07739d984>`_: Updated release notes for 1.7.3
32
+
33
+
`53aba118 <https://github.com/HEPCloud/decisionengine/commit/53aba118683ccb5106365c66ecd9b319d97c48c6>`_: Updated release notes, ready for 1.7.2
34
+
35
+
`a461a8f9 <https://github.com/HEPCloud/decisionengine/commit/a461a8f979a2e46d169f8a7fa52e690e87311bb4>`_: Updated documentation for 1.7.1 release
0 commit comments