You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
once we have an initial version that is ready for people to use (which isn't far away), we should publish to both crates.io and PyPI.
We should hold off on this until we are certain that the project design is stabilized. Right now, we have the ability to make major breaking design decisions, such as whether to keep the existing functions or switch to a rust builder pattern(to support optional named arguments in functions, and reduce the amount of work per call). User should be able to safely assume we aren't going to make any breaking changes though
The text was updated successfully, but these errors were encountered:
once we have an initial version that is ready for people to use (which isn't far away), we should publish to both crates.io and PyPI.
We should hold off on this until we are certain that the project design is stabilized. Right now, we have the ability to make major breaking design decisions, such as whether to keep the existing functions or switch to a rust builder pattern(to support optional named arguments in functions, and reduce the amount of work per call). User should be able to safely assume we aren't going to make any breaking changes though
The text was updated successfully, but these errors were encountered: