Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.8.0 #25

Merged
merged 19 commits into from
Jun 7, 2024
Merged

Release 0.8.0 #25

merged 19 commits into from
Jun 7, 2024

Conversation

Kurorororo
Copy link
Contributor

  • Detect all dominated states in heuristic search solvers.
  • Add functions to dump and load YAML-DyPDL files from a DIDPPy (or Rust) model.
  • Update documentation.
  • Update dependency versions and the GitHub workflows.

Kurorororo and others added 15 commits January 21, 2024 12:28
…l-0.2.10

Bump unsafe-libyaml from 0.2.9 to 0.2.10
Update dependency versions
Detect all dominated information when new information is inserted into `StateRegistry`
* Implementing the expression to yaml string representation translator.

* Implemented the yaml string representation for all expressions

* Added some tests for the yaml string representations of expressions

* Implemented the code that converts tables to Yaml structure

* Implemented the dumper for DIDP model to Yaml file, modified the parser to convert the dumped file back into the model properly. New field 'dictionaries' is added to the domain file and 'dictionary_values' is added to the problem file. They allow user to define dictionary structures directly. The tables with more than 3 dimensions are converted to dictionaries automatically.

* Added some test cases

* Fixed test module

* Added more test cases. Fixed the bug on dumping the ground conditions. Fixed the parser for set constants.

* Fixed test cases to fit new set constant string representation

* Fix the order of tables in the dumped string. Added more unit tests and integration tests.

* Resolved the comments: ToYaml::to_yaml no longer requires StateMetadata and TableRegistry as parameters, and the dumped transition names now include parameter values.

* Implemented model.load_from_files and model.dump_to_files functions for the python interface. Added few tests for the new functions

* Rename the dump and load methods in the python interface and reconstruct the tests for them

* Added a document that explaining usage of dump and load methods in didppy.

* Removed unneeded print messages

* Fixed the example in the document for dump and load
@Kurorororo Kurorororo requested a review from chyr98 June 6, 2024 17:03
@Kurorororo Kurorororo added documentation Improvements or additions to documentation enhancement New feature or request dependencies Pull requests that update a dependency file labels Jun 6, 2024
@chyr98 chyr98 merged commit 55af6f6 into main Jun 7, 2024
40 checks passed
@chyr98 chyr98 deleted the release-0.8.0 branch June 7, 2024 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants