-
Notifications
You must be signed in to change notification settings - Fork 39
Conversation
I am sorry Steve, this needs to be broken down. Please, think about the order in which these things depend on each other and send the PRs in that order. Also, we need to decide about the versioning. I don't think next version should be 0.2.1. I think we should keep the vYYYY_MM_DD if that is possible in pypi. Then when it is more stable we can for another versioning |
I tried a few times and versioning in the format of
An alternative solution is to use the regular versioning numbers, e.g. 0.2.1, for now. (It's not like we can use any alternative versioning format tbh.) When we are more stable, we can delete the package and re-upload it. Thoughts? |
I think v0.YYYY_MM_DD would be better so in the future we can switch. Perhaps we can do v0.1.YYYYMMDD for now and use the same for the branches. Are you aware of the Tran PR on this? |
I think we can do 0.1.20230828 for now. Unfortunately I already published 0.2.0 and 0.2.1 but let's not worry about those ;) |
We can delete the published versions I think. Also I think we need to add two additional 00 at the end in case there is more than one version in the same day |
kk this works. |
Tutorial PR ready for review at #115 I will break up the rest later. |
Now ready for review. I apologize for a complicated PR as they should be broken up further in retrospect. Changes include:
Tutorials
Changes Related to Fixed Gen
fixed_gen
lambda, but is replaced withfixed_assignments
New (Incomplete) Python Example: Mimc7