Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit 9089a91

Browse files
committed
release v0.1.3
1 parent e193f4f commit 9089a91

30 files changed

+55
-37
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Paperspace API (v0.1.2)
1+
# Paperspace API (v0.1.3)
22

33
![image](https://user-images.githubusercontent.com/585865/27562775-26b8acc6-5a9c-11e7-8270-2b80ca895bc5.png)
44

@@ -15,20 +15,30 @@ The **Paperspace API** is the official devkit for automating your [Paperspace](h
1515
* [API documentation](https://paperspace.github.io/paperspace-node)
1616
* [Script Guide](scripts.md) for creating and using startup scripts
1717

18+
## Release Notes for v0.1.3
19+
20+
#### New features
21+
* New method: machines utilization
22+
23+
#### Fixes
24+
* Minor doc fixes
25+
* List method exact date searches now work
26+
* List method null value searches now work
27+
1828
## Release Notes for v0.1.2
1929

20-
### New features
30+
#### New features
2131
* Support for [startup scripts](scripts.md)
2232
* scripts namespace and methods
2333
* Assign a new public ip address on machines create method
2434
* Query filters on list methods
2535
* Support for [paperspace terraform provider](https://github.com/Paperspace/paperspace-terraform)
2636

27-
### Fixes
37+
#### Fixes
2838
* fix for cli false input values being converted to strings
2939
* minor doc fixes
3040

31-
### Issues
41+
#### Issues
3242
* List method exact date searches don't find matches
3343
* List method null value searches don't find matches
3444

docs/index.html

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="machin
4646

4747

4848
<section class="readme">
49-
<article><h1>Paperspace API (v0.1.2)</h1><p><img src="https://user-images.githubusercontent.com/585865/27562775-26b8acc6-5a9c-11e7-8270-2b80ca895bc5.png" alt="image"></p>
49+
<article><h1>Paperspace API (v0.1.3)</h1><p><img src="https://user-images.githubusercontent.com/585865/27562775-26b8acc6-5a9c-11e7-8270-2b80ca895bc5.png" alt="image"></p>
5050
<hr>
5151
<p><strong>Heads up! This project is under construction!</strong> We're offering this early, unstable, pre-alpha release to get early feedback and to see how it might get used in the wild. Use caution: Until we ship a release &gt;= v1.0, expect to encounter bugs, and expect our documentation to be missing or inaccurate in places. We welcome your bug reports and suggestions via GitHub Issues!</p>
5252
<hr>
@@ -57,18 +57,26 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="machin
5757
<li><a href="https://paperspace.github.io/paperspace-node">API documentation</a></li>
5858
<li><a href="scripts.md">Script Guide</a> for creating and using startup scripts</li>
5959
</ul>
60-
<h2>Release Notes for v0.1.2</h2><h3>New features</h3><ul>
60+
<h2>Release Notes for v0.1.3</h2><h4>New features</h4><ul>
61+
<li>New method: machines utilization</li>
62+
</ul>
63+
<h4>Fixes</h4><ul>
64+
<li>Minor doc fixes</li>
65+
<li>List method exact date searches now work</li>
66+
<li>List method null value searches now work</li>
67+
</ul>
68+
<h2>Release Notes for v0.1.2</h2><h4>New features</h4><ul>
6169
<li>Support for <a href="scripts.md">startup scripts</a></li>
6270
<li>scripts namespace and methods</li>
6371
<li>Assign a new public ip address on machines create method</li>
6472
<li>Query filters on list methods</li>
6573
<li>Support for <a href="https://github.com/Paperspace/paperspace-terraform">paperspace terraform provider</a></li>
6674
</ul>
67-
<h3>Fixes</h3><ul>
75+
<h4>Fixes</h4><ul>
6876
<li>fix for cli false input values being converted to strings</li>
6977
<li>minor doc fixes</li>
7078
</ul>
71-
<h3>Issues</h3><ul>
79+
<h4>Issues</h4><ul>
7280
<li>List method exact date searches don't find matches</li>
7381
<li>List method null value searches don't find matches</li>
7482
</ul>
@@ -124,7 +132,7 @@ <h2>Copyright</h2><p>Copyright :copyright: 2017 Paperspace - All Rights Reserved
124132
<br class="clear">
125133

126134
<footer>
127-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.4</a> on Mon Aug 07 2017 17:19:51 GMT-0400 (EDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
135+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed Aug 09 2017 10:49:52 GMT-0400 (EDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
128136
</footer>
129137

130138
<script>prettyPrint();</script>

docs/machines.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3723,7 +3723,7 @@ <h5>Returns:</h5>
37233723
<br class="clear">
37243724

37253725
<footer>
3726-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.4</a> on Mon Aug 07 2017 17:19:51 GMT-0400 (EDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
3726+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed Aug 09 2017 10:49:52 GMT-0400 (EDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
37273727
</footer>
37283728

37293729
<script>prettyPrint();</script>

docs/machines_create.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ <h1 class="page-title">machines/create.js</h1>
183183
<br class="clear">
184184

185185
<footer>
186-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.4</a> on Mon Aug 07 2017 17:19:51 GMT-0400 (EDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
186+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed Aug 09 2017 10:49:52 GMT-0400 (EDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
187187
</footer>
188188

189189
<script>prettyPrint();</script>

docs/machines_destroy.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h1 class="page-title">machines/destroy.js</h1>
9999
<br class="clear">
100100

101101
<footer>
102-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.4</a> on Mon Aug 07 2017 17:19:51 GMT-0400 (EDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
102+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed Aug 09 2017 10:49:52 GMT-0400 (EDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
103103
</footer>
104104

105105
<script>prettyPrint();</script>

docs/machines_index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h1 class="page-title">machines/index.js</h1>
6666
<br class="clear">
6767

6868
<footer>
69-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.4</a> on Mon Aug 07 2017 17:19:51 GMT-0400 (EDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
69+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed Aug 09 2017 10:49:52 GMT-0400 (EDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
7070
</footer>
7171

7272
<script>prettyPrint();</script>

docs/machines_list.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ <h1 class="page-title">machines/list.js</h1>
147147
<br class="clear">
148148

149149
<footer>
150-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.4</a> on Mon Aug 07 2017 17:19:51 GMT-0400 (EDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
150+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed Aug 09 2017 10:49:52 GMT-0400 (EDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
151151
</footer>
152152

153153
<script>prettyPrint();</script>

docs/machines_restart.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h1 class="page-title">machines/restart.js</h1>
9696
<br class="clear">
9797

9898
<footer>
99-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.4</a> on Mon Aug 07 2017 17:19:51 GMT-0400 (EDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
99+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed Aug 09 2017 10:49:52 GMT-0400 (EDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
100100
</footer>
101101

102102
<script>prettyPrint();</script>

docs/machines_show.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ <h1 class="page-title">machines/show.js</h1>
127127
<br class="clear">
128128

129129
<footer>
130-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.4</a> on Mon Aug 07 2017 17:19:51 GMT-0400 (EDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
130+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed Aug 09 2017 10:49:52 GMT-0400 (EDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
131131
</footer>
132132

133133
<script>prettyPrint();</script>

docs/machines_start.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h1 class="page-title">machines/start.js</h1>
9696
<br class="clear">
9797

9898
<footer>
99-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.4</a> on Mon Aug 07 2017 17:19:51 GMT-0400 (EDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
99+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed Aug 09 2017 10:49:52 GMT-0400 (EDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
100100
</footer>
101101

102102
<script>prettyPrint();</script>

0 commit comments

Comments
 (0)