Skip to content

Commit 3d719a9

Browse files
committed
Update history
1 parent ffe876a commit 3d719a9

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

HISTORY.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,25 @@
22
History
33
=======
44

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
66
------------------
77

88
* Move tests out of package to take advantage of pytest conftest.py structure and reduce the size of the package
99
* Refactor tests to use pytest fixtures instead of the unittest setup/teardown structure
1010
* 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
1212
* Use lock to prevent parallel compilation for all compiled languages
1313
* Remove 'initial_state' parameter from Transform and Filter schemas as it is unused
1414
* Remove unused yggdrasil.communication.cleanup_comms method
15+
* 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
1524

1625
1.8.1 (2021-10-15) Minor updates to support model submission form development
1726
------------------

0 commit comments

Comments
 (0)