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

Split into submodules #11

Open
daemontus opened this issue Feb 22, 2023 · 1 comment
Open

Split into submodules #11

daemontus opened this issue Feb 22, 2023 · 1 comment

Comments

@daemontus
Copy link
Member

The single-module architecture is starting to look a bit crowded. Some suggestions for (future) modules: bdd, model, attractors, fixed_points, trap_spaces, control, ...

@daemontus daemontus added this to the 1.0.0 milestone Feb 22, 2023
@daemontus daemontus removed this from the 1.0.0 milestone Sep 16, 2024
@daemontus
Copy link
Member Author

Currently, this is postponed. The reason is that it is very hard to make native submodules work with Python documentation engines correctly.

Plan for v2.0 would be:

  • Include Python bindings directly into native libraries (data transfer between native libraries would have to be through copying).
  • Make AEON.py a pure Python library that calls into the native libraries.

Then, we could use all the normal documentation tools and type annotations without major compatibility problems..

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

No branches or pull requests

1 participant