Skip to content

Commit 66054f2

Browse files
committed
spring cleaning
1 parent 5a215b4 commit 66054f2

14 files changed

Lines changed: 49 additions & 220 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
python -m pip install ".[dev]"
5555
python -m pip install --upgrade git+https://github.com/rstudio/vetiver-python@${{ github.sha }}
5656
echo {{ github.sha }}
57-
- name: run RStudio Connect
57+
- name: run Connect
5858
run: |
5959
docker-compose up --build -d
6060
pip freeze > requirements.txt

.github/workflows/weekly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python -m pip install '.[all]'
3838
python -m pip install --upgrade git+https://github.com/rstudio/pins-python
3939
40-
- name: run RStudio Connect
40+
- name: run Connect
4141
run: |
4242
docker-compose up --build -d
4343
make dev
@@ -84,7 +84,7 @@ jobs:
8484
python -m pip install .[dev]
8585
python -m pip install --upgrade git+https://github.com/rstudio/pins-python
8686
87-
- name: run RStudio Connect
87+
- name: run Connect
8888
run: |
8989
docker-compose up --build -d
9090
make dev
@@ -131,7 +131,7 @@ jobs:
131131
python -m pip install --upgrade git+https://github.com/rstudio/rsconnect-python
132132
pip freeze > requirements.txt
133133
134-
- name: run RStudio Connect
134+
- name: run Connect
135135
run: |
136136
docker-compose up --build -d
137137
make dev
@@ -166,7 +166,7 @@ jobs:
166166
python -m pip install --upgrade git+https://github.com/rstudio/rsconnect-python
167167
pip freeze > requirements.txt
168168
169-
- name: run RStudio Connect
169+
- name: run Connect
170170
run: |
171171
docker-compose up --build -d
172172
make dev

CODE_OF_CONDUCT.md

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ We as members, contributors, and leaders pledge to make participation in our
66
community a harassment-free experience for everyone, regardless of age, body
77
size, visible or invisible disability, ethnicity, sex characteristics, gender
88
identity and expression, level of experience, education, socio-economic status,
9-
nationality, personal appearance, race, religion, or sexual identity and
10-
orientation.
9+
nationality, personal appearance, race, caste, color, religion, or sexual
10+
identity and orientation.
1111

1212
We pledge to act and interact in ways that contribute to an open, welcoming,
1313
diverse, inclusive, and healthy community.
@@ -21,25 +21,25 @@ community include:
2121
* Being respectful of differing opinions, viewpoints, and experiences
2222
* Giving and gracefully accepting constructive feedback
2323
* Accepting responsibility and apologizing to those affected by our mistakes,
24-
and learning from the experience
24+
and learning from the experience
2525
* Focusing on what is best not just for us as individuals, but for the overall
26-
community
26+
community
2727

2828
Examples of unacceptable behavior include:
2929

30-
* The use of sexualized language or imagery, and sexual attention or
31-
advances of any kind
30+
* The use of sexualized language or imagery, and sexual attention or advances of
31+
any kind
3232
* Trolling, insulting or derogatory comments, and personal or political attacks
3333
* Public or private harassment
34-
* Publishing others' private information, such as a physical or email
35-
address, without their explicit permission
34+
* Publishing others' private information, such as a physical or email address,
35+
without their explicit permission
3636
* Other conduct which could reasonably be considered inappropriate in a
37-
professional setting
37+
professional setting
3838

3939
## Enforcement Responsibilities
4040

41-
Community leaders are responsible for clarifying and enforcing our standards
42-
of acceptable behavior and will take appropriate and fair corrective action in
41+
Community leaders are responsible for clarifying and enforcing our standards of
42+
acceptable behavior and will take appropriate and fair corrective action in
4343
response to any behavior that they deem inappropriate, threatening, offensive,
4444
or harmful.
4545

@@ -50,17 +50,17 @@ decisions when appropriate.
5050

5151
## Scope
5252

53-
This Code of Conduct applies within all community spaces, and also applies
54-
when an individual is officially representing the community in public spaces.
55-
Examples of representing our community include using an official e-mail
56-
address, posting via an official social media account, or acting as an appointed
53+
This Code of Conduct applies within all community spaces, and also applies when
54+
an individual is officially representing the community in public spaces.
55+
Examples of representing our community include using an official e-mail address,
56+
posting via an official social media account, or acting as an appointed
5757
representative at an online or offline event.
5858

5959
## Enforcement
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
62-
reported to the community leaders responsible for enforcement at [INSERT CONTACT
63-
METHOD]. All complaints will be reviewed and investigated promptly and fairly.
62+
reported to the community leaders responsible for enforcement at codeofconduct@posit.co.
63+
All complaints will be reviewed and investigated promptly and fairly.
6464

6565
All community leaders are obligated to respect the privacy and security of the
6666
reporter of any incident.
@@ -114,15 +114,13 @@ community.
114114
## Attribution
115115

116116
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
117-
version 2.0,
118-
available at https://www.contributor-covenant.org/version/2/0/
119-
code_of_conduct.html.
117+
version 2.1, available at
118+
<https://www.contributor-covenant.org/version/2/1/code_of_conduct.html>.
120119

121-
Community Impact Guidelines were inspired by [Mozilla's code of conduct
122-
enforcement ladder](https://github.com/mozilla/diversity).
123-
124-
[homepage]: https://www.contributor-covenant.org
120+
Community Impact Guidelines were inspired by
121+
[Mozilla's code of conduct enforcement ladder][https://github.com/mozilla/inclusion].
125122

126123
For answers to common questions about this code of conduct, see the FAQ at
127-
https://www.contributor-covenant.org/faq. Translations are available at https://
128-
www.contributor-covenant.org/translations.
124+
<https://www.contributor-covenant.org/faq>. Translations are available at <https://www.contributor-covenant.org/translations>.
125+
126+
[homepage]: https://www.contributor-covenant.org

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2021 Isabel Zimmerman
3+
Copyright (c) 2021 vetiver authors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

MAINTAINERS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Who maintains Vetiver
2+
3+
Vetiver was created by and is currently maintained by Isabel Zimmerman <isabel.zimmerman@posit.co>.
4+
5+
Several individuals in the community have taken an active role in helping to maintain vetiver and submit fixes. Those individuals are shown in the git changelog.

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ help:
2222
@echo "release - package and upload a release"
2323
@echo "dist - package"
2424
@echo "install - install the package to the active Python's site-packages"
25-
@echo "dev - generate RStudio Connect API keys"
26-
@echo "dev-start - start up development RStudio Connect in Docker"
27-
@echo "dev-stop - stop RStudio Connect dev container"
25+
@echo "dev - generate Connect API keys"
26+
@echo "dev-start - start up development Connect in Docker"
27+
@echo "dev-stop - stop Connect dev container"
2828

2929
clean: clean-build clean-pyc clean-test
3030

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# vetiver <a href='https://rstudio.github.io/vetiver-python/'><img src='docs/figures/logo.png' align="right" height="139" /></a>
1+
# vetiver <a href='https://rstudio.github.io/vetiver-python/'><img src='docs/figures/logo.png' align="right" height="138" /></a>
22

33
<!-- badges: start -->
44

@@ -49,7 +49,7 @@ model = mock.get_mock_model().fit(X, y)
4949
v = VetiverModel(model, model_name='mock_model', prototype_data=X)
5050
```
5151

52-
You can **version** and **share** your `VetiverModel()` by choosing a [pins](https://rstudio.github.io/pins-python/) "board" for it, including a local folder, RStudio Connect, Amazon S3, and more.
52+
You can **version** and **share** your `VetiverModel()` by choosing a [pins](https://rstudio.github.io/pins-python/) "board" for it, including a local folder, [Connect](https://posit.co/products/enterprise/connect/), Amazon S3, and more.
5353

5454
```python
5555
from pins import board_temp
@@ -72,6 +72,6 @@ To start a server using this object, use `app.run(port = 8080)` or your port of
7272

7373
This project is released with a [Contributor Code of Conduct](https://www.contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
7474

75-
- For questions and discussions about deploying models, statistical modeling, and machine learning, please [post on RStudio Community](https://community.rstudio.com/new-topic?category_id=15&tags=vetiver,question).
75+
- For questions and discussions about deploying models, statistical modeling, and machine learning, please [post on Posit Community](https://community.rstudio.com/new-topic?category_id=15&tags=vetiver,question).
7676

7777
- If you think you have encountered a bug, please [submit an issue](https://github.com/rstudio/vetiver-python/issues).

docs/figures/logo.png

-302 KB
Loading

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ testpaths = ["vetiver"]
1111
addopts = "--doctest-modules"
1212
doctest_optionflags = "NORMALIZE_WHITESPACE"
1313
markers = [
14-
"rsc_test: tests for rstudio connect",
14+
"rsc_test: tests for connect",
1515
"docker: tests for docker deployments"
1616
]
1717

requirements/dev.txt

Lines changed: 0 additions & 170 deletions
This file was deleted.

0 commit comments

Comments
 (0)