@thi.ng/gp 0.4.27 → 0.4.28

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -12
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-10-28T19:08:39Z
3
+ - **Last updated**: 2022-11-23T22:46:54Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
@@ -47,9 +47,9 @@ and/or version bumps of transitive dependencies.
47
47
 
48
48
  #### ♻️ Refactoring
49
49
 
50
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
51
50
  - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
52
51
  - add .js suffix for all relative imports
52
+ - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
53
53
 
54
54
  ## [0.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/gp@0.3.0) (2021-10-12)
55
55
 
@@ -70,17 +70,17 @@ and/or version bumps of transitive dependencies.
70
70
 
71
71
  #### ♻️ Refactoring
72
72
 
73
- - minor pkg restructure (various) ([47f88d2](https://github.com/thi-ng/umbrella/commit/47f88d2))
73
+ - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
74
+ - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
75
+ - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
76
+ - update imports (transducers) ([d2c6ead](https://github.com/thi-ng/umbrella/commit/d2c6ead))
74
77
  - update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e))
75
78
  - largely related to recent updates/restructuring of these packages:
76
79
  - api
77
80
  - defmulti
78
81
  - errors
79
82
  - logger
80
- - update imports (transducers) ([d2c6ead](https://github.com/thi-ng/umbrella/commit/d2c6ead))
81
- - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
82
- - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
83
- - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
83
+ - minor pkg restructure (various) ([47f88d2](https://github.com/thi-ng/umbrella/commit/47f88d2))
84
84
 
85
85
  ## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/gp@0.2.0) (2020-12-22)
86
86
 
@@ -105,13 +105,13 @@ and/or version bumps of transitive dependencies.
105
105
 
106
106
  #### 🚀 Features
107
107
 
108
- - update MEP.decodeChromosome, tests, add docs ([e339925](https://github.com/thi-ng/umbrella/commit/e339925))
109
- - update crossover/mutation for both AST/MEP, add tests ([9852631](https://github.com/thi-ng/umbrella/commit/9852631))
110
- - add opt min depth filter for MEP.decodeChromosome() ([921fcdd](https://github.com/thi-ng/umbrella/commit/921fcdd))
111
- - add MEP, refactor all as classes, add/update types, tests ([d9061b1](https://github.com/thi-ng/umbrella/commit/d9061b1))
108
+ - import as new package ([dcfee15](https://github.com/thi-ng/umbrella/commit/dcfee15))
112
109
  - add support for arbitrary op arities, simplify ([8e71a88](https://github.com/thi-ng/umbrella/commit/8e71a88))
113
110
  - update ASTOpts
114
- - import as new package ([dcfee15](https://github.com/thi-ng/umbrella/commit/dcfee15))
111
+ - add MEP, refactor all as classes, add/update types, tests ([d9061b1](https://github.com/thi-ng/umbrella/commit/d9061b1))
112
+ - add opt min depth filter for MEP.decodeChromosome() ([921fcdd](https://github.com/thi-ng/umbrella/commit/921fcdd))
113
+ - update crossover/mutation for both AST/MEP, add tests ([9852631](https://github.com/thi-ng/umbrella/commit/9852631))
114
+ - update MEP.decodeChromosome, tests, add docs ([e339925](https://github.com/thi-ng/umbrella/commit/e339925))
115
115
 
116
116
  #### 🩹 Bug fixes
117
117
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/gp",
3
- "version": "0.4.27",
3
+ "version": "0.4.28",
4
4
  "description": "Genetic programming helpers & strategies (tree based & multi-expression programming)",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,19 +34,19 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.4.5",
38
- "@thi.ng/errors": "^2.2.3",
39
- "@thi.ng/math": "^5.3.12",
40
- "@thi.ng/random": "^3.3.14",
41
- "@thi.ng/transducers": "^8.3.22",
42
- "@thi.ng/zipper": "^2.1.23"
37
+ "@thi.ng/api": "^8.4.6",
38
+ "@thi.ng/errors": "^2.2.4",
39
+ "@thi.ng/math": "^5.3.13",
40
+ "@thi.ng/random": "^3.3.15",
41
+ "@thi.ng/transducers": "^8.3.23",
42
+ "@thi.ng/zipper": "^2.1.24"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@microsoft/api-extractor": "^7.33.5",
46
- "@thi.ng/testament": "^0.3.4",
46
+ "@thi.ng/testament": "^0.3.5",
47
47
  "rimraf": "^3.0.2",
48
48
  "tools": "^0.0.1",
49
- "typedoc": "^0.23.18",
49
+ "typedoc": "^0.23.20",
50
50
  "typescript": "^4.8.4"
51
51
  },
52
52
  "keywords": [
@@ -74,8 +74,8 @@
74
74
  "node": ">=12.7"
75
75
  },
76
76
  "files": [
77
- "*.js",
78
- "*.d.ts"
77
+ "./*.js",
78
+ "./*.d.ts"
79
79
  ],
80
80
  "exports": {
81
81
  ".": {
@@ -108,5 +108,5 @@
108
108
  "status": "alpha",
109
109
  "year": 2019
110
110
  },
111
- "gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n"
111
+ "gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n"
112
112
  }