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

Commit 64a125e

Browse files
committed
release v0.1.4
1 parent 6a6c5e4 commit 64a125e

31 files changed

+46
-32
lines changed

README.md

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

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

@@ -15,6 +15,14 @@ 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.4
19+
20+
#### New features
21+
* New method: machines availability
22+
23+
#### Fixes
24+
* Minor doc fixes
25+
1826
## Release Notes for v0.1.3
1927

2028
#### New features

docs/index.html

Lines changed: 8 additions & 2 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.3)</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.4)</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,6 +57,12 @@ <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.4</h2><h4>New features</h4><ul>
61+
<li>New method: machines availability</li>
62+
</ul>
63+
<h4>Fixes</h4><ul>
64+
<li>Minor doc fixes</li>
65+
</ul>
6066
<h2>Release Notes for v0.1.3</h2><h4>New features</h4><ul>
6167
<li>New method: machines utilization</li>
6268
</ul>
@@ -132,7 +138,7 @@ <h2>Copyright</h2><p>Copyright :copyright: 2017 Paperspace - All Rights Reserved
132138
<br class="clear">
133139

134140
<footer>
135-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Nov 14 2017 03:23:49 GMT-0500 (EST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
141+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Nov 14 2017 21:14:37 GMT-0500 (EST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
136142
</footer>
137143

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

docs/machines.html

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

40484048
<footer>
4049-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Nov 14 2017 03:23:49 GMT-0500 (EST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
4049+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Nov 14 2017 21:14:37 GMT-0500 (EST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
40504050
</footer>
40514051

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

docs/machines_availability.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h1 class="page-title">machines/availability.js</h1>
105105
<br class="clear">
106106

107107
<footer>
108-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Nov 14 2017 03:23:49 GMT-0500 (EST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
108+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Nov 14 2017 21:14:37 GMT-0500 (EST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
109109
</footer>
110110

111111
<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.4.3</a> on Tue Nov 14 2017 03:23:49 GMT-0500 (EST) 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 Tue Nov 14 2017 21:14:37 GMT-0500 (EST) 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.4.3</a> on Tue Nov 14 2017 03:23:49 GMT-0500 (EST) 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 Tue Nov 14 2017 21:14:37 GMT-0500 (EST) 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
@@ -67,7 +67,7 @@ <h1 class="page-title">machines/index.js</h1>
6767
<br class="clear">
6868

6969
<footer>
70-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Nov 14 2017 03:23:49 GMT-0500 (EST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
70+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Nov 14 2017 21:14:37 GMT-0500 (EST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
7171
</footer>
7272

7373
<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.4.3</a> on Tue Nov 14 2017 03:23:49 GMT-0500 (EST) 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 Tue Nov 14 2017 21:14:37 GMT-0500 (EST) 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.4.3</a> on Tue Nov 14 2017 03:23:49 GMT-0500 (EST) 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 Tue Nov 14 2017 21:14:37 GMT-0500 (EST) 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.4.3</a> on Tue Nov 14 2017 03:23:49 GMT-0500 (EST) 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 Tue Nov 14 2017 21:14:37 GMT-0500 (EST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
131131
</footer>
132132

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

0 commit comments

Comments
 (0)