@stdlib/ndarray-base-assert-is-column-major-contiguous 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/NOTICE CHANGED
@@ -1 +1 @@
1
- Copyright (c) 2016-2024 The Stdlib Authors.
1
+ Copyright (c) 2016-2026 The Stdlib Authors.
package/README.md CHANGED
@@ -193,7 +193,7 @@ See [LICENSE][stdlib-license].
193
193
 
194
194
  ## Copyright
195
195
 
196
- Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
196
+ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
197
197
 
198
198
  </section>
199
199
 
@@ -206,8 +206,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
206
206
  [npm-image]: http://img.shields.io/npm/v/@stdlib/ndarray-base-assert-is-column-major-contiguous.svg
207
207
  [npm-url]: https://npmjs.org/package/@stdlib/ndarray-base-assert-is-column-major-contiguous
208
208
 
209
- [test-image]: https://github.com/stdlib-js/ndarray-base-assert-is-column-major-contiguous/actions/workflows/test.yml/badge.svg?branch=v0.2.2
210
- [test-url]: https://github.com/stdlib-js/ndarray-base-assert-is-column-major-contiguous/actions/workflows/test.yml?query=branch:v0.2.2
209
+ [test-image]: https://github.com/stdlib-js/ndarray-base-assert-is-column-major-contiguous/actions/workflows/test.yml/badge.svg?branch=v0.2.3
210
+ [test-url]: https://github.com/stdlib-js/ndarray-base-assert-is-column-major-contiguous/actions/workflows/test.yml?query=branch:v0.2.3
211
211
 
212
212
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-base-assert-is-column-major-contiguous/main.svg
213
213
  [coverage-url]: https://codecov.io/github/stdlib-js/ndarray-base-assert-is-column-major-contiguous?branch=main
@@ -219,8 +219,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
219
219
 
220
220
  -->
221
221
 
222
- [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
223
- [chat-url]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im
222
+ [chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
223
+ [chat-url]: https://stdlib.zulipchat.com
224
224
 
225
225
  [stdlib]: https://github.com/stdlib-js/stdlib
226
226
 
package/manifest.json CHANGED
@@ -1,43 +1,43 @@
1
1
  {
2
- "options": {},
3
- "fields": [
4
- {
5
- "field": "src",
6
- "resolve": true,
7
- "relative": true
8
- },
9
- {
10
- "field": "include",
11
- "resolve": true,
12
- "relative": true
13
- },
14
- {
15
- "field": "libraries",
16
- "resolve": false,
17
- "relative": false
18
- },
19
- {
20
- "field": "libpath",
21
- "resolve": true,
22
- "relative": false
23
- }
24
- ],
25
- "confs": [
26
- {
27
- "src": [
28
- "./src/main.c"
29
- ],
30
- "include": [
31
- "./include"
32
- ],
33
- "libraries": [],
34
- "libpath": [],
35
- "dependencies": [
36
- "@stdlib/ndarray-base-assert-is-column-major",
37
- "@stdlib/ndarray-base-assert-is-single-segment-compatible",
38
- "@stdlib/ndarray-base-iteration-order",
39
- "@stdlib/ndarray-dtypes"
40
- ]
41
- }
42
- ]
2
+ "options": {},
3
+ "fields": [
4
+ {
5
+ "field": "src",
6
+ "resolve": true,
7
+ "relative": true
8
+ },
9
+ {
10
+ "field": "include",
11
+ "resolve": true,
12
+ "relative": true
13
+ },
14
+ {
15
+ "field": "libraries",
16
+ "resolve": false,
17
+ "relative": false
18
+ },
19
+ {
20
+ "field": "libpath",
21
+ "resolve": true,
22
+ "relative": false
23
+ }
24
+ ],
25
+ "confs": [
26
+ {
27
+ "src": [
28
+ "./src/main.c"
29
+ ],
30
+ "include": [
31
+ "./include"
32
+ ],
33
+ "libraries": [],
34
+ "libpath": [],
35
+ "dependencies": [
36
+ "@stdlib/ndarray-base-assert-is-column-major",
37
+ "@stdlib/ndarray-base-assert-is-single-segment-compatible",
38
+ "@stdlib/ndarray-base-iteration-order",
39
+ "@stdlib/ndarray-dtypes"
40
+ ]
41
+ }
42
+ ]
43
43
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/ndarray-base-assert-is-column-major-contiguous",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Determine if an array is column-major contiguous.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -33,9 +33,9 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@stdlib/ndarray-base-assert-is-column-major": "^0.2.2",
36
- "@stdlib/ndarray-base-assert-is-single-segment-compatible": "^0.2.2",
37
- "@stdlib/ndarray-base-iteration-order": "^0.2.2",
38
- "@stdlib/ndarray-dtypes": "^0.3.0"
36
+ "@stdlib/ndarray-base-assert-is-single-segment-compatible": "^0.2.3",
37
+ "@stdlib/ndarray-base-iteration-order": "^0.2.3",
38
+ "@stdlib/ndarray-dtypes": "^0.4.0"
39
39
  },
40
40
  "devDependencies": {},
41
41
  "engines": {
@@ -80,7 +80,6 @@
80
80
  "utils",
81
81
  "util"
82
82
  ],
83
- "__stdlib__": {},
84
83
  "funding": {
85
84
  "type": "opencollective",
86
85
  "url": "https://opencollective.com/stdlib"