Skip to content

Commit

Permalink
Merge branch 'main' into dev/release
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed Jun 28, 2023
2 parents 9cea13b + ae9bd57 commit 7987243
Show file tree
Hide file tree
Showing 68 changed files with 1,857 additions and 596 deletions.
12 changes: 12 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
History
=======

1.10.1 (2023-06-27) New map transformation, composite function wrapping example, and various refactoring of internal methods
-------------------

* Added map transformation for converting arrays into map types
* Added support for automatted wrapping of C++ model functions that have arguments with types of std::string, std::vector, or std::map.
* Added composite_function example of wrapping multiple inputs of different types to a function as separate channels and composite_function2 example of wrapping multiple inputs & outputs to a function as single channels
* Added 'count' FileComm parameter to specify the number of times a file should be read
* Refactor geometry serialization classes to use rapidjson methods
* Refactor how additional variables created during function wrapping are handled
* Updated C++ interface to use updated rapidjson that requires allocators for yggdrasil types
* Allow use of with_asan with CMake/Make models

1.10.0 (2023-05-31) Added support for PyTorch models, sequence files, image files, and Excel files
-------------------

Expand Down
16 changes: 16 additions & 0 deletions _vendor/python_rapidjson/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Changes
-------

1.10 (2023-03-15)
~~~~~~~~~~~~~~~~~

* Use `current master`__ version of rapidjson

__ https://github.com/Tencent/rapidjson/commit/083f359f5c36198accc2b9360ce1e32a333231d9

* Produce ppc64le wheels, thanks to mgiessing (`PR #170`__)

__ https://github.com/python-rapidjson/python-rapidjson/pull/170

* Use cibuildwheel `2.21.1`__

__ https://cibuildwheel.readthedocs.io/en/stable/changelog/#v2121


1.9 (2022-10-17)
~~~~~~~~~~~~~~~~

Expand Down
Loading

0 comments on commit 7987243

Please sign in to comment.