Skip to content

Commit 44f93d1

Browse files
authored
Release 0.7.0 (#3661)
1 parent b1f35fe commit 44f93d1

File tree

2 files changed

+80
-1
lines changed

2 files changed

+80
-1
lines changed

CHANGELOG.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,84 @@
11
# Changelog
22

3+
## 0.7.0
4+
5+
**WARNING**: This release contains breaking changes described in
6+
https://discourse.numenta.org/t/warning-0-7-0-breaking-changes/2200
7+
8+
* Stop calling the backtracking_tm tests "tm tests" (#3650)
9+
* Update hierarchy demo to fix regression
10+
* Clean up BacktrackingTM's public API (#3645)
11+
* Make region file names snake_case (part 7) (#3640)
12+
* Removed references to obsolete tm_py_fast shim (#3639)
13+
* Updated OPF Metric API docs (#3638)
14+
* updated __init__.py to include missing encoders (#3487)
15+
* Fixed anomaly likelihood doc problems. (#3629)
16+
* Updates swarming, some region code to snake_case (part 6) (#3627)
17+
* Fixed OPF util helpers module names. (#3625)
18+
* Complete RST docs for nupic.support (#3624)
19+
* Deleted nupic.support.features* (unused) (#3622)
20+
* Removed nupic.support.exceptions (unused) (#3620)
21+
* Proper snake_case for nupic.support (part 5) (#3618)
22+
* Snake case nupic.encoders (part 4) (#3614)
23+
* Moved opf_helpers module to helpers (#3610)
24+
* Removes unused code from nupic.support (#3616)
25+
* Applying snake_case module name standards (PART 3) (#3611)
26+
* Fixed support initLogging docstring params
27+
* Finished OPF utils and env docs
28+
* Documented OPF Basic Env
29+
* Documented OPF ENv
30+
* Documenting OPF Task Driver
31+
* Documenting OPF experiment runner
32+
* Removed OPF utils PredictionElement (#3604)
33+
* Partial doc of experiment description api
34+
* NUP-2429 Add .gitignore with first_order_0.csv to prevent accedental commits of this generated file.
35+
* Documented cluster_params canned model config
36+
* Documented OPF model exceptions
37+
* Finished doccing opf_utils
38+
* Documenting OPF utils
39+
* Removed predictedField from HTMPredictionModel constructor (#3600)
40+
* NUP-2420 Renamed tm_shim.py to BacktrackingTM_shim.py
41+
* Removes inputRef / bookmark params from appendRecord (#3597)
42+
* Documented nupic.data (#3593)
43+
* OPF Model docstrings (#3589)
44+
* Remove obsolete nupic.research.bindings check
45+
* Removed unimplemented abstract methods (#3596)
46+
* Removed WeatherJoiner code from old example (#3595)
47+
* Updated snakecase opf_utils in RST docs (#3585)
48+
* Renamed tm_ccp test so it runs
49+
* Moved research tm_cpp_test.py back into nupic.research
50+
* Removed base.Encoder.formatBits() (#3582)
51+
* Replace dump() with define __str__ in Encoders. Issue #1518 (#3559)
52+
* Complete encoder docstrings (#3579)
53+
* Removed nupic.research, moved contents to nupic.algorithms
54+
* move zip logic into 'build_script'
55+
* Add support for artifacts deployed to S3 named according to sha
56+
* Snake case module names PART 2 (#3561)
57+
* Remove old examples Part 2 (#3562)
58+
* NUP-2401: Check for prediction results discrepancies (#3558)
59+
* NUP-2397: rename TP* to TM* (#3555)
60+
* NUP-2405: quick-start guide for the Network API (#3557)
61+
* Snake case module names PART 1 (#3550)
62+
* NUP-2394: network API code example (#3520)
63+
* Remove old examples Part 1 (#3551)
64+
* Docs: InferenceShifter,ModelResult,SensorInput,InferenceType (#3549)
65+
* CLAModel name changed to HTMPredictionModel (#3516)
66+
* Updating FileRecordStream docstrings (#3545)
67+
* Fieldmeta docstrings (#3541)
68+
* Update KNNClassifier docstrings (#3535)
69+
* SDRClassifier docs, default config docs
70+
* Updates anomaly docstrings (#3537)
71+
* [NUP-2399] Added style guides to new guide (#3528)
72+
* NUP-2396 Allow SensorRegion to pass actValue and bucketIdx to SDRClassifierRegion
73+
* Added anomaly detection guide (#3521)
74+
* NUP-2389 Upgrade nupic.bindings dependency to 0.6.1 which has the requisite changes.
75+
* name change tpParams/tmEnable => tmParams/tmEnable (#3514)
76+
* NUP-2391: packages to document & progress tracking (#3517)
77+
* Quick Start Algorithms Section (#3512)
78+
* Quick Start
79+
* NUP-2389 Remove calls to Region::purgeInputLinkBufferHeads. Since we only support delay=0 in CLA models, we no longer need `purgeInputLinkBufferHeads`, because the new Link::compute logic in nupic.core now performs direct copy from src to dest for links with delay of 0.
80+
* Disable flatline hack in anomaly likelihood
81+
382
## 0.6.0
483

584
* Touch init even if model params dir exists

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0.dev0
1+
0.7.0

0 commit comments

Comments
 (0)