Skip to content

Commit 5e14eef

Browse files
authored
Release 1.0.0 (#3744)
* Release 1.0.0 * Fixed markdown underscores in changelog
1 parent d756394 commit 5e14eef

File tree

3 files changed

+69
-3
lines changed

3 files changed

+69
-3
lines changed

CHANGELOG.md

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,64 @@
11
# Changelog
22

3+
## 1.0.0
4+
5+
- Improved exception handling in /swarm/test_db.py (#3738)
6+
- DEVOPS-362 Remove unnecessary install script
7+
- DEVOPS-362 test removing dependency on install script entirely
8+
- DEVOPS-362 update install script
9+
- DEVOPS-362 Add initial version of missing install script
10+
- Added serialization guide to API docs. (#3737)
11+
- Put conditional around capnp for Windows
12+
- Complete new serialization in SpatialPooler
13+
- Catch nupic.core reference
14+
- NUP-2342: consolidate read/write into a single context
15+
- NUP-2342: Update examples to use capnp serialization
16+
- NUP-2341: Use capnp serialization for SDRClassifierDiff
17+
- NUP-2351: Remove TODOs from HTM Prediction Model test and fix bugs exposed by this test
18+
- NUP-2351: Add serialization to KNNAnomalyClassifierRegion
19+
- NUP-2351: Fix KNNClassifier serialization
20+
- NUP-2349 Implemented testCapnpWriteRead test for PreviousValueModel OPF class. Implemented PreviousValueModel.getProtoType. Return instance from PreviousValueModel.read.
21+
- NUP-2349 Implemented capnp serialization of PreviousValueModel
22+
- Put capnp import checks in place for Windows
23+
- Add serialization tests for TMRegion
24+
- NUP-2463 Serialize inferenceArgs, learningEnabled, and inferenceEnabled in opf Model.
25+
- Add support for different TM types in TMRegion serialization
26+
- Added Serializable to API docs, and inheritence links
27+
- Fixed Next ID value in comment in model.capnp
28+
- NUP-2464 Integrated ModelProto support into opf TwoGramModel.
29+
- Fixed input to SP in docs algo example (#3708)
30+
- NUP-2464 Serialize numPredictions and inferenceType via ModelProto member of HTMPredictionModelProto.
31+
- Added Serializable to all classes with a capnp write function (#3710)
32+
- Safe import of capnp for moving average proto
33+
- getSchema returns prototype
34+
- Remove unused \_readArray
35+
- Rely on pycapnp/numpy native conversions in write/read
36+
- Add capnp conditionals for Windows
37+
- NUP-2351: Use dict directly instead of creating capnp message
38+
- Fixed Serializable extensions
39+
- Fix CPP breakages from changes
40+
- NUP-2351: Add capnp serialization to KNNClassifierRegion
41+
- Fix everything up to get serialization tests working with capnp serialization for BacktrackingTM
42+
- Added getSchema to MovingAverage
43+
- Added Serializable to all classes with a capnp write function
44+
- Finished up first pass implementation of BacktrackingTM serialization
45+
- NUP-2350: capnp serialization for TwoGramModel
46+
- NUP-2449 Completed implementation of HTMPredictionModel serialization tests.
47+
- NUP-2463 Implemented test (disabled) to demonstrate the bug "Predicted field and \_\_inferenceEnabled are not serialized by HTMPredictionModel.write"
48+
- OPF Guide cleanup and link fixes (#3700)
49+
- NUP-2355 Add new serialization to TestRegion
50+
- remove SVMClassifierNode (#3697)
51+
- handle scalar values in the sdr classifier region
52+
- NUP-2346: Add serialization to knn\_classifier
53+
- NUP-2458 Fixed and enabled SDRClassifierTest.testWriteReadNoComputeBeforeSerializing
54+
- NUP-2458 Implemented testWriteReadNoComputeBeforeSerializing in sdr\_classifier\_test.py that reproduces the "deque index out of bounds", but disabled the test, since it fails in a different way after the fix, most likely unrelated to the fix, which needs to be debugged
55+
- NUP-2398 Refactor test comparing different configurations
56+
- NUP-2458 Prevent index out of bounds when saving `patternNZHistory` after fewer than \_maxSteps input records have been processed.
57+
- NUP-2458 Moved HTMPredictionModel serialization test to integration/opf
58+
- NUP-2449 Implement simple serialization/deserialzation tests. This exposed a number of problems that need to be fixed before we can make further progress.
59+
- update sdr classifier doc
60+
61+
362
## 0.8.0
463

564
* Document ExperimentDescriptionAPI (#3679)
@@ -677,7 +736,7 @@ https://discourse.numenta.org/t/warning-0-7-0-breaking-changes/2200
677736
* GCE now encodes altitude using a 3D coordinate system.
678737
* Distributing `*.i` files from `nupic.bindings` in binary packages.
679738
* Updates test entry points to pure python. README instructions for running tests were updated.
680-
* Missing configuration files are no longer ignored. A runtime exception is raised immediately when an expected configuration file is not found.
739+
* Missing configuration files are no longer ignored. A runtime exception is raised immediately when an expected configuration file is not found.
681740
* Updated deployment logic to account for both deployment scenarios (iterative and release).
682741
* Configured pypi deployment on all branches with tags.
683742
* Added pypi deployment configuration for binary releases.

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ The Numenta Platform for Intelligent Computing (**NuPIC**) is a machine intellig
66

77
For usage guides, quick starts, and API documentation, see <http://nupic.docs.numenta.org/>.
88

9-
## Installing NuPIC 0.5.5
9+
## This project is in Maintenance Mode
10+
11+
We plan to do minor releases only, and limit changes in NuPIC and NuPIC Core to:
12+
13+
- Fixing critical bugs.
14+
- Features needed to support ongoing research.
15+
16+
## Installing NuPIC
1017

1118
NuPIC binaries are available for:
1219

VERSION

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

0 commit comments

Comments
 (0)