-
Improvements
- fix packaging tools to use new oniguruma URL (#1045, #1046)
- clustering: add seed option to example config (#1047)
-
Bug fixes
-
nearest_neighbor: fix argument type (#1042, #1049, #1050)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Subject: Release Announcement: Jubatus 0.8.4 | |
| Hi Jubatus guys, | |
| We are happy to announce that Jubatus 0.8.4 is now available. | |
| In this release we mainly focused on improving performance. | |
| You will see performance improvements in Classifier, Nearest Neighbor and Recommender, and algorithms using them. | |
| The full changelogs are as follows: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Hi Jubatus guys, | |
| We are happy to announce that Jubatus 0.8.3 is now available. | |
| In this release we added ignore_kth_same_point configuration option to the Anomaly engine. This option enables to keep LOF scores from becoming inf when k duplicate data points are added. | |
| The full changelogs are as follows: | |
| =============================================== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Hi Jubatus guys, | |
| We are happy to announce that Jubatus 0.8.2 is now available. | |
| This is a maintenance release that includes various improvements and bug fixes. | |
| We also added Dockerfile, which was contributed by @everpeace. | |
| The full changelogs are as follows: | |
| =============================================== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Hi Jubatus guys, | |
| We are happy to announce that Jubatus 0.8.1 is now available. | |
| In this release we officially support Python 3. | |
| You can call Jubatus RPC from Python 3.x applications by upgrading | |
| to Jubatus Python Client version 0.8.1. | |
| Note that Python client 0.8.1 now returns strings as Unicode type. | |
| The full changelogs are as follows: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff -Naru Python-2.6.6/Doc/library/ssl.rst Python-2.6.6-without-SSLv2/Doc/library/ssl.rst | |
| --- Python-2.6.6/Doc/library/ssl.rst 2010-05-16 23:17:51.000000000 +0900 | |
| +++ Python-2.6.6-without-SSLv2/Doc/library/ssl.rst 2015-07-01 15:23:18.502172994 +0900 | |
| @@ -218,14 +218,6 @@ | |
| Note that use of this setting requires a valid certificate validation file | |
| also be passed as a value of the ``ca_certs`` parameter. | |
| -.. data:: PROTOCOL_SSLv2 | |
| - | |
| - Selects SSL version 2 as the channel encryption protocol. |
-
Changes to Supported Systems
- Red Hat Enterprise Linux (RHEL) 7 is now officially supported (#940, #1004)
-
Improvements
- save RPC now returns the path to the saved model file (#562, #971, #1015, #1020)
- Support non-commutative functions in combination feature plug-in (#999)
-
classifier: improve performance by removing giant lock (#968, #976)