Commit Graph

8 Commits

Author SHA1 Message Date
Witek Bedyk aea6e4858d Remove project content
This is step 2 of the project retirement process as described in [1].
Project retirement has been anounced here [2].

[1] https://docs.opendev.org/opendev/infra-manual/latest/drivers.html#step-2-remove-project-content
[2] http://lists.openstack.org/pipermail/openstack-discuss/2020-August/016830.html

Depends-On: https://review.opendev.org/751987
Change-Id: Id4c4f95fee1787e23a3156933c40c491f298128e
2020-10-22 15:11:34 +02:00
Daisuke Fujita 3542d404c5 Update requirements
This patch includes the following updates.

- Remove "findspark" and "libpgm" packages.
    There are no longer in use.

- Rename "sklearn" to "scikit-learn".
    "global-reqirements" needs "scikit-learn" instead of "sklearn" which is old package name.

- Pin scipy version less than 1.2.0.
    Currently, according to upper-constraints.txt of openstack/requirements, scipy version is '1.2.0'.
    However, this scipy version seems to be unable to import and use some scikit-learn libraries.

- Remove "docopt" and re-wite code wihtout "docopt".
    "docopt" is not used in OpenStack.

- Remove requirements-check job.
    Currently, "tornado" is a required package, but requirements-check job has a error.
    However, to remove that error, adding "tornado" package to openstack/requirements was refused.

Change-Id: I3bb98ef733ff16558d241968b06c31fa7508d047
2019-01-06 21:14:48 -08:00
Marco Lotz ba3d5e5dcf DO NOT MERGE: fixed path and environment variables references for monanas
Change-Id: I772756a0eb052bea7ff790e7f13f932dc40a32c6
2016-09-19 17:17:17 +01:00
Hisashi Osanai 9bce2e15af Fix Apache license and PYTHONPATH for the gate
This patch fixes followings:
*two lines of Apache license in order to pass H103
*using homedir in PYTHONPATH

Co-Authored-By: Daisuke Fujita <fuzita.daisuke@jp.fujitsu.com>
Change-Id: I8fbe26ae8547879fdda0f840bfc5d582e0395588
2016-06-28 15:03:27 +09:00
Suksant Sae Lor (Hui) f2cc7124d1 Rename main package to monasca_analytics.
Change-Id: I100a1c9d61ce5d2855e276651201aedcbbc07355
2016-06-02 13:03:56 +01:00
Joan Varvenne 652f0f29ec Add proper legacy type hinting.
This will be used by the CI when running the `inspect` from pycharm in
CLI mode. It also helps developers using IDE such as eclipse or pycharm.

Change-Id: I998224b087a2824bf5537cd8af5043e8c293c0f6
2016-05-26 16:57:42 +01:00
David Subiros Perez 8a05e78227 Added long Copyright and licence note at the top of each source file
Change-Id: I4c1a993b6b36b55b3d4407b83e0a717d0cfd27b0
2016-05-24 20:19:20 +01:00
Joan Varvenne, Suksant Sae Lor and David Subiros Perez 93f184b4bf Monanas initial code release.
Co-Authored-By: Joan Varvenne <joan.varvenne@hpe.com>
Co-Authored-By: David Subiros Perez <david.perez5@hpe.com>
Co-Authored-By: Suksant Sae Lor <suksant.sae-lor@hpe.com>

Change-Id: Ib63c590d768648a46ecd007207fe8693b610af9a
2016-05-17 01:48:24 +01:00