Envd

Latest version: v0.3.45

Safety actively analyzes 638346 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 16 of 22

0.2.0alpha.17

What's Changed
* docs: updated CHANGELOG.md by github-actions in https://github.com/tensorchord/envd/pull/800
* fix: set to latest if git tag is empty by hezhizhen in https://github.com/tensorchord/envd/pull/798
* feat(CLI): envd env describe expose info by kemingy in https://github.com/tensorchord/envd/pull/801
* chore: fix e2e cleanup by introduce new helper function ResetEnvdApp by aseaday in https://github.com/tensorchord/envd/pull/803
* chore: Add OWNERS by gaocegege in https://github.com/tensorchord/envd/pull/805
* docs: add shaonianche as a contributor for design by allcontributors in https://github.com/tensorchord/envd/pull/806
* chore: Add markdown link checks by gaocegege in https://github.com/tensorchord/envd/pull/807
* test: add e2e test for examples in documentations by VoVAllen in https://github.com/tensorchord/envd/pull/804
* feat(lang): support include other git repo for envd functions/variables by kemingy in https://github.com/tensorchord/envd/pull/808
* doc: add include, refine others by kemingy in https://github.com/tensorchord/envd/pull/817


**Full Changelog**: https://github.com/tensorchord/envd/compare/v0.2.0-alpha.16...v0.2.0-alpha.17

0.2.0alpha.16

What's Changed
* docs: updated CHANGELOG.md by github-actions in https://github.com/tensorchord/envd/pull/784
* feat(lang): add daemon function to run daemon process in the container by kemingy in https://github.com/tensorchord/envd/pull/777
* feat(data): Add support for managed dataset and provide shortcut for common framework by VoVAllen in https://github.com/tensorchord/envd/pull/751
* feat(lang): implement expose func by aseaday in https://github.com/tensorchord/envd/pull/780
* chore: Add code owners by gaocegege in https://github.com/tensorchord/envd/pull/785
* doc: daemon and expose by kemingy in https://github.com/tensorchord/envd/pull/786
* feat: add runtime environments by kemingy in https://github.com/tensorchord/envd/pull/787
* fix: panic if daemon command is invalid by kemingy in https://github.com/tensorchord/envd/pull/788
* fix: use cockroachdb errors by kemingy in https://github.com/tensorchord/envd/pull/790
* built: :hammer: use latest tag when not version found for cache by zwpaper in https://github.com/tensorchord/envd/pull/793
* feat(example): Add streamlit hello and remove bash -c in entrypoint by gaocegege in https://github.com/tensorchord/envd/pull/794
* feat(examples): Add a streamlit mnist example by gaocegege in https://github.com/tensorchord/envd/pull/795
* fix: add missing expose func exposed port to oci manifest by aseaday in https://github.com/tensorchord/envd/pull/797


**Full Changelog**: https://github.com/tensorchord/envd/compare/v0.2.0-alpha.15...v0.2.0-alpha.16

0.2.0alpha.15

What's Changed
* docs: updated CHANGELOG.md by github-actions in https://github.com/tensorchord/envd/pull/771
* fix: remove unnecessary if statement by hezhizhen in https://github.com/tensorchord/envd/pull/773
* chore(deps): bump pypa/cibuildwheel from 2.8.1 to 2.9.0 by dependabot in https://github.com/tensorchord/envd/pull/774
* chore(deps): bump github.com/urfave/cli/v2 from 2.11.1 to 2.11.2 by dependabot in https://github.com/tensorchord/envd/pull/775
* fix: Remove empty token arg by gaocegege in https://github.com/tensorchord/envd/pull/772
* doc: update python api doc by kemingy in https://github.com/tensorchord/envd/pull/759
* proposal: daemon process by kemingy in https://github.com/tensorchord/envd/pull/769
* docs: Update doc headers by VoVAllen in https://github.com/tensorchord/envd/pull/779
* built: :hammer: keep v prefix in DOCKER_IMAGE_TAG env by zwpaper in https://github.com/tensorchord/envd/pull/781


**Full Changelog**: https://github.com/tensorchord/envd/compare/v0.2.0-alpha.14...v0.2.0-alpha.15

0.2.0alpha.14

What's Changed
* fix: setup.py build by kemingy in https://github.com/tensorchord/envd/pull/735
* feat(lang): Add a new func runtime.command by gaocegege in https://github.com/tensorchord/envd/pull/736
* docs: updated CHANGELOG.md by github-actions in https://github.com/tensorchord/envd/pull/734
* chore: :art: refactor to use filepath correctly by zwpaper in https://github.com/tensorchord/envd/pull/743
* feat: Enable build for all languages by gaocegege in https://github.com/tensorchord/envd/pull/738
* The workaround to fix the label loss by aseaday in https://github.com/tensorchord/envd/pull/741
* add entrypoint in custom image by kemingy in https://github.com/tensorchord/envd/pull/739
* chore: only support py3 for now by kemingy in https://github.com/tensorchord/envd/pull/744
* docs: add Xiaoaier-Z-L as a contributor for code by allcontributors in https://github.com/tensorchord/envd/pull/746
* docs(README): One obvious way to declare supported python version by Xiaoaier-Z-L in https://github.com/tensorchord/envd/pull/745
* feat(CLI): :sparkles: add --force args for init to overwrite build.envd by zwpaper in https://github.com/tensorchord/envd/pull/748
* feat: Avoid gid in base image cache by gaocegege in https://github.com/tensorchord/envd/pull/749
* bug(CLI): fix short alias confusion by sunby in https://github.com/tensorchord/envd/pull/752
* docs: add sunby as a contributor for code by allcontributors in https://github.com/tensorchord/envd/pull/753
* fix: ParseFromStr, add unittest by kemingy in https://github.com/tensorchord/envd/pull/755
* docs(README): Correct the cmd of get Jupyter Notebook endpoint by Xiaoaier-Z-L in https://github.com/tensorchord/envd/pull/756
* fix: do not expose ports for custom image by kemingy in https://github.com/tensorchord/envd/pull/754
* docs(README): update Documentations link to https://envd.tensorchord.… by Xiaoaier-Z-L in https://github.com/tensorchord/envd/pull/758
* fix: use defined jupyter port by kemingy in https://github.com/tensorchord/envd/pull/757
* fix: modify jupyter's authority from hash password to token string by Xiaoaier-Z-L in https://github.com/tensorchord/envd/pull/762
* fix(docs): :memo: fix contributing and dev links, clean tailing space by zwpaper in https://github.com/tensorchord/envd/pull/764
* docs: add Xiaoaier-Z-L as a contributor for doc by allcontributors in https://github.com/tensorchord/envd/pull/765
* chore: refactor the envd and up cmd by aseaday in https://github.com/tensorchord/envd/pull/747
* fix(CLI): 🔨 use latest version for local build by zwpaper in https://github.com/tensorchord/envd/pull/763
* Fix the color display in wezterm by aseaday in https://github.com/tensorchord/envd/pull/767
* fix(release): :hammer: drop go build dep for homebrew by zwpaper in https://github.com/tensorchord/envd/pull/768
* fix: -path and -file bug by kemingy in https://github.com/tensorchord/envd/pull/766

New Contributors
* Xiaoaier-Z-L made their first contribution in https://github.com/tensorchord/envd/pull/745
* sunby made their first contribution in https://github.com/tensorchord/envd/pull/752

**Full Changelog**: https://github.com/tensorchord/envd/compare/v0.2.0-alpha.13...v0.2.0-alpha.14

0.2.0alpha.13

What's Changed
* docs: add zwpaper as a contributor for code by allcontributors in https://github.com/tensorchord/envd/pull/729
* docs: updated CHANGELOG.md by github-actions in https://github.com/tensorchord/envd/pull/731
* chore: Update release workflow by gaocegege in https://github.com/tensorchord/envd/pull/732


**Full Changelog**: https://github.com/tensorchord/envd/compare/v0.2.0-alpha.12...v0.2.0-alpha.13

0.2.0alpha.12

What's Changed
* docs: updated CHANGELOG.md by github-actions in https://github.com/tensorchord/envd/pull/697
* docs: add xiangtianyu as a contributor for doc by allcontributors in https://github.com/tensorchord/envd/pull/703
* feat(CLI): Support run command by gaocegege in https://github.com/tensorchord/envd/pull/701
* docs: add sepush as a contributor for doc by allcontributors in https://github.com/tensorchord/envd/pull/704
* feat(CLI): Add category and refine help text by gaocegege in https://github.com/tensorchord/envd/pull/707
* feat(lang): Add default conda pkg cache by gaocegege in https://github.com/tensorchord/envd/pull/705
* feat: support io.mount by VoVAllen in https://github.com/tensorchord/envd/pull/708
* feat(lang): Add proposal for expose by aseaday in https://github.com/tensorchord/envd/pull/568
* chore: encourage user to provide envd version in bug report by kemingy in https://github.com/tensorchord/envd/pull/716
* example: add a dgl GAT example by VoVAllen in https://github.com/tensorchord/envd/pull/714
* bug: fix notebook entry when setting conda channel by VoVAllen in https://github.com/tensorchord/envd/pull/719
* bug: allow multiple run command and use bash -c by VoVAllen in https://github.com/tensorchord/envd/pull/720
* ci: Change dependabot PRs to China workday morning time by terrytangyuan in https://github.com/tensorchord/envd/pull/721
* feature: add envd top commands by aseaday in https://github.com/tensorchord/envd/pull/718
* feat(base-image): Move conda to llb and cache it by gaocegege in https://github.com/tensorchord/envd/pull/724
* Bug: fix SIGSEGV of envd top by aseaday in https://github.com/tensorchord/envd/pull/726
* feat(CLI): :recycle: refactor bootstrap command to show what's envd doing by zwpaper in https://github.com/tensorchord/envd/pull/728

New Contributors
* zwpaper made their first contribution in https://github.com/tensorchord/envd/pull/728

**Full Changelog**: https://github.com/tensorchord/envd/compare/v0.2.0-alpha.11...v0.2.0-alpha.12

Page 16 of 22

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.