-
Notifications
You must be signed in to change notification settings - Fork 14
Bump Gosling.js to v1.0.2
#171
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
Conversation
eae3cf8
to
c062c69
Compare
@manzt, What is the recommended way to test changes locally? Also, could you remind me how to open the doc locally? |
@sehilyi we have tests that run in CI, but you can check out this branch (e.g., with the GitHub CLI). gh pr checkout 171 Make sure you have uv and Deno installed (see README). You then run tests locally with: uv run pytest Open the notebooks in uv run jupyter lab Build and look at the docs: uv run docs/build.py
uv run python -m http.server -d docs/dist |
.. code-block:: bash | ||
|
||
$ pip install -e '.[dev]' | ||
The `gos source repository`_ is available on GitHub. Please read its [README.md](https://github.com/gosling-lang/gos?tab=readme-ov-file#development) for development guidelines. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed that the doc still mentions pip
while we use uv
. I just pointed to the README.md
of the GitHub repo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah great, thanks!
@manzt, if you are okay with the change (mainly, the docs mentioned above), I will merge this and bump the |
Great! |
@manzt Which version should we release? Should we release the first major version, |
For now, I would just make a minor release but it's up to you. I see the value in trying to align the two, but I anticipate we will benefit from versioning independently. In the release notes I would add some prose about what exactly changed. E.g.:
|
Automated PR. Update binding for Gosling.js
v1.0.2
.