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

nr/base object #44

Merged
merged 10 commits into from
Jun 19, 2023
Merged

nr/base object #44

merged 10 commits into from
Jun 19, 2023

Conversation

NiklasRosenstein
Copy link
Contributor

  • kraken-core/: breaking change: Remove deprecated Project.children() method and deprecated Project.subproject() overloads.
  • kraken-core/: breaking change: Change Addressable.address into a read-only property
  • fix call to Project.subproject() in Context.get_project()
  • kraken-core/: improvement: Make Project a subclass of the new KrakenObject class
  • kraken-core/: breaking change: Remove Task.capture
  • fix tests
  • kraken-core/: fix: Move Address.Element class definition to the global scope, as otherwise we run into an issue with Dill deserialization where the type of Address.elements items is not actually the Address.Element type that we can access at runtime. (See Dill unpickles into a new type for classes defined inside another class uqfoundation/dill#600).
  • kraken-core/: breaking change: TaskGraph implementation now stores Address keys instead of strings

NiklasRosenstein and others added 10 commits June 19, 2023 19:34
… method and deprecated `Project.subproject()` overloads.
…enObject` class

kraken-core/: deprecation: Deprecate `Project.path` and `Project.resolve_tasks()`
…bal scope, as otherwise we run into an issue with Dill deserialization where the type of `Address.elements` items is not actually the `Address.Element` type that we can access at runtime. (See uqfoundation/dill#600).
@NiklasRosenstein NiklasRosenstein merged commit 70767c9 into develop Jun 19, 2023
10 checks passed
@NiklasRosenstein NiklasRosenstein deleted the nr/base-object branch June 19, 2023 21:58
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.

None yet

1 participant