Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,3 @@ venv/
docs/preconvert
site/
out

# Sphinx
_static
13 changes: 13 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2

build:
os: "ubuntu-24.04"
tools:
python: "mambaforge-22.9"

conda:
environment: conda/environment.yml

sphinx:
# Path to your Sphinx configuration file.
configuration: doc/conf.py
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ endif()
# Options
option(WITH_EFENCE "Build with efence library" OFF)
option(WITH_TEST "Build tests" OFF)
message(STATUS "WITH_EFENCE = ${WITH_EFENCE}")
message(STATUS "WITH_TEST = ${WITH_TEST}")

##################################################
# Add a library for sequence_analysis and its Python wrappers
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ _________________

_________________

**sequence analysis** Basic Statistical tools used by different Structure Analysis libraries.
**sequence_analysis** is a python module for the analysis of time series (discrete time). It is mainly dedicated to the analysis of botanical sequences but can be used for general purposes. The module contains procedures for estimating semi-Markov, hidden semi-Markov, variable-order Markov and hidden variable-order Markov models. It also has procedure to estimate renewal processes and offers diverse tools to edit sets of sequences (filter, merge sets merge variables, select, etc.)

sequence_analysis is relies on [OpenAlea](https://github.com/openalea/) and particularly the [stat_tool module](https://github.com/openalea/stat_tool)

### Contributors

Thanks to all that ontribute making this package what it is !
Thanks to everone who ontribute making this package what it is!

</a>
<a href="https://github.com/openalea/sequence_analysis/graphs/contributors">
Expand Down
34 changes: 0 additions & 34 deletions README.txt

This file was deleted.

2 changes: 2 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[ ] Remove plots from pytests
[ ] Make a list from tests to be updated
4 changes: 3 additions & 1 deletion conda/environment.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: sequence_analysis_dev
channels:
- conda-forge
- openalea3/label/dev
- openalea3
dependencies:
- python
- pip
- boost
- matplotlib-base
- openalea.stat_tool
- compilers
- doxygen
- pip:
- -e '..[test,dev,doc]'

10 changes: 7 additions & 3 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ requirements:
{% for dep in build_deps %}
- {{ dep }}
{% endfor %}
- cmake
- make # [not win]
- openalea.stat_tool
- boost

build:
- {{ compiler("cxx") }}
- cmake
- make # [not win]

run:
- python
Expand All @@ -62,7 +62,9 @@ test:
source_files:
- test/
commands:
- pytest
- cd test
- pytest -v --ignore=aml # [not win]



about:
Expand All @@ -74,3 +76,5 @@ about:
extra:
recipe-maintainers:
- Jean-Baptiste Durand
- Thomas Arsouze
- Christophe Pradal
108 changes: 108 additions & 0 deletions doc/_static/openalea_web.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading
Loading