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

Improve error messages + update pydantic to v2 #103

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

nicolas-kuechler
Copy link
Owner

@nicolas-kuechler nicolas-kuechler commented Jul 22, 2024

  • bumping dependencies

  • In the makefile throw an error if DOES_PROJECT_DIR is not defined.

  • In doe-suite-results folder name parsing (extraction of suite and suite_id), throw an error if it parses to an empty suite.

  • Could make doe-suite-results folder potentially more robust with a regex?

  • updating pydantic to v2 is a breaking change, because developers could use v1 specific features in their etl steps:
    https://docs.pydantic.dev/latest/migration/#install-pydantic-v2

  • bug fix in tsp status parsing

  • fix a numpy version for doespy because pandas doesn't fix their version and runs into problems

  • fix aws region bugs (running doe-suite without default aws region)

  • [/] cross plot loader improvements: The subplot_grid config is now also part of the cum_plot_config instead of a top level entity. This allows the variation of the grid per plot.

  • document project specific makefile (add to cookiecutter template)

  • talk about euler timeout as experiment variable

  • talk about run id available as experiment variable

nicolas-kuechler and others added 6 commits July 22, 2024 16:14
Bumps the pip group with 4 updates in the /demo_project/doe-suite-config directory: [certifi](https://github.com/certifi/python-certifi), [requests](https://github.com/psf/requests), [urllib3](https://github.com/urllib3/urllib3) and [zipp](https://github.com/jaraco/zipp).
Bumps the pip group with 4 updates in the /doespy directory: [certifi](https://github.com/certifi/python-certifi), [requests](https://github.com/psf/requests), [urllib3](https://github.com/urllib3/urllib3) and [zipp](https://github.com/jaraco/zipp).


Updates `certifi` from 2024.2.2 to 2024.7.4
- [Commits](certifi/python-certifi@2024.02.02...2024.07.04)

Updates `requests` from 2.31.0 to 2.32.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.2)

Updates `urllib3` from 1.26.18 to 1.26.19
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.18...1.26.19)

Updates `zipp` from 3.18.1 to 3.19.1
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](jaraco/zipp@v3.18.1...v3.19.1)

Updates `certifi` from 2024.2.2 to 2024.7.4
- [Commits](certifi/python-certifi@2024.02.02...2024.07.04)

Updates `requests` from 2.31.0 to 2.32.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.2)

Updates `urllib3` from 1.26.18 to 1.26.19
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.18...1.26.19)

Updates `zipp` from 3.18.1 to 3.19.1
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](jaraco/zipp@v3.18.1...v3.19.1)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
  dependency-group: pip
- dependency-name: requests
  dependency-type: indirect
  dependency-group: pip
- dependency-name: urllib3
  dependency-type: indirect
  dependency-group: pip
- dependency-name: zipp
  dependency-type: indirect
  dependency-group: pip
- dependency-name: certifi
  dependency-type: indirect
  dependency-group: pip
- dependency-name: requests
  dependency-type: indirect
  dependency-group: pip
- dependency-name: urllib3
  dependency-type: indirect
  dependency-group: pip
- dependency-name: zipp
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@nicolas-kuechler nicolas-kuechler changed the title Improve error messages Improve error messages + update pydantic to v2 Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant