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: HISTORY.rst
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,25 @@
2
2
History
3
3
=======
4
4
5
-
1.8.2 (2021-XX-XX) Migrate tests out of package & into pytest fixtures
5
+
1.8.2 (2021-03-16) Migrate tests out of package into pytest fixtures & various bug fixes
6
6
------------------
7
7
8
8
* Move tests out of package to take advantage of pytest conftest.py structure and reduce the size of the package
9
9
* Refactor tests to use pytest fixtures instead of the unittest setup/teardown structure
10
10
* Remove the yggtest CLI and migrate options into pytest CLI options
11
-
* Update the GHA workflow to use the new pytest based CLI
11
+
* Updated the GHA workflow to use the new pytest based CLI and test parameters so that changing the image used won't change the name of the test required to merge pull requests
12
12
* Use lock to prevent parallel compilation for all compiled languages
13
13
* Remove 'initial_state' parameter from Transform and Filter schemas as it is unused
* Updated requirements (pinned libroadrunner to < 2.0.7 and unpinned pytest)
16
+
* Updated tests to allow comparison of class objects imported in different ways
17
+
* Updated the connection and comm schemas to allow for inputs & vars to include datatypes, fixing a bug where turning on debugging caused the validation of connection parameters to fail
18
+
* Updated the connections to allow the input and output patterns to be passed directly
19
+
* Added a method for displaying information about serializers and added that information to comm info displays
20
+
* Fixed a bug in updating the serializer from messages for ForkComms with a scatter communication pattern
21
+
* Added the split_and_merge example of using communication patterns to split and merge messages between multiple inputs/outputs
22
+
* Fixed a bug in pandas serializer where strings are now stored as objects by default
23
+
* Fixed a bug in table serializer where table parameters were not being passed to the header discovery function, resulting in them being ignored in some cases
15
24
16
25
1.8.1 (2021-10-15) Minor updates to support model submission form development
0 commit comments