• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Project-OSmOSE / OSEkit
99%
main: 99%

Build:
Build:
LAST BUILD BRANCH: fix/project-write-json
DEFAULT BRANCH: main
Repo Added 15 Sep 2025 02:52PM UTC
Files 65
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH v1.1.0
branch: v1.1.0
CHANGE BRANCH
x
Reset
  • v1.1.0
  • Gautzilla-patch-1
  • analysis-warning-fs-mismatch
  • annotation
  • assign-ensured-logs-dir
  • audiodata-plot
  • audiofile-from-dict
  • beta-bump
  • boolean-argument-test
  • build-test-setups
  • butterworth
  • contributing-doc
  • data-fill-rate
  • data-overlap
  • dependabot-config
  • dependabot-config-bis
  • dependabot-config-ter
  • dependabot-yaml
  • dependabot/github_actions/everything-9b54165d27
  • dependabot/github_actions/gh-actions-696b649f44
  • dependabot/uv/bleach-6.4.0
  • dependabot/uv/cryptography-46.0.7
  • dependabot/uv/cryptography-48.0.1
  • dependabot/uv/dev-deps-115f28dbc3
  • dependabot/uv/dev-deps-5b347bb5d0
  • dependabot/uv/dev-deps-c0ee1b0c56
  • dependabot/uv/dev-deps-e1da09443b
  • dependabot/uv/dev-deps-e6dd7e0e8e
  • dependabot/uv/dev-deps-f4f52c089d
  • dependabot/uv/jupyter-server-2.18.0
  • dependabot/uv/jupyter-server-2.20.0
  • dependabot/uv/jupyterlab-4.5.7
  • dependabot/uv/jupyterlab-4.5.9
  • dependabot/uv/jupyterlab-4.6.2
  • dependabot/uv/lxml-6.1.0
  • dependabot/uv/mistune-3.2.1
  • dependabot/uv/mistune-3.3.0
  • dependabot/uv/nbconvert-7.17.1
  • dependabot/uv/notebook-7.5.6
  • dependabot/uv/pillow-12.2.0
  • dependabot/uv/pillow-12.3.0
  • dependabot/uv/prod-deps-398e822ecd
  • dependabot/uv/prod-deps-3cf5860c9e
  • dependabot/uv/prod-deps-62c815e99f
  • dependabot/uv/prod-deps-719ff8e978
  • dependabot/uv/prod-deps-aee34b3134
  • dependabot/uv/prod-deps-dac8929f99
  • dependabot/uv/pytest-9.0.3
  • dependabot/uv/setuptools-83.0.0
  • dependabot/uv/tornado-6.5.7
  • dependabot/uv/urllib3-2.7.0
  • dependabot/uv/uv-45fe2861ba
  • dependabot/uv/uv-668a9a5397
  • dependabot/uv/uv-d665ee01e3
  • doc-favicon
  • doc-import-rename
  • doc-typo
  • doi
  • empty-dataclass-util
  • ensure-paths
  • error-msg-rename
  • event-repr
  • feature/job-config-gpu-param
  • feature/job_boolean_flag
  • feature/job_dependency
  • fix-SpectroData-from-file-split
  • fix-absolute-to-relative-resolve
  • fix-bool-args
  • fix-export-ltas
  • fix-job-status
  • fix-joobconfig-walltime
  • fix-resampler-flush
  • fix-sonarqube-issues
  • fix/project-write-json
  • fix/public-sds-link
  • fix/public-spectro-link
  • fix/ram-leak
  • fix/rename-transform-spectrum-files
  • fix/sd-split-instrument
  • fix/spectrum-edited-name
  • frequency-scale-doc-typo
  • hotfix/month_parser
  • hotfix/multi-line-print
  • hotfix/spectro_data_plot_tz
  • instant-audio-filee-reject
  • instant-event
  • job-rework
  • lazy-normalization-values
  • logo-fix
  • ltas-sft-serialization
  • main
  • mocked-audio-data-fixture
  • moving_formatting_utils
  • mseed-files
  • multichannel-files
  • new-osekit-text-logo
  • no-strptime-format
  • normalization-zerodivision
  • optional-normalization-passing
  • packages-update
  • plot-backend
  • public-scale
  • public-sds-welch
  • read-dataset-metadata
  • relative-paths
  • relative-paths-in-jsons
  • remove-unused-utils
  • rename-output-name-fix
  • rename-transform-fromÃ-non-deserialized-output
  • renaming
  • replace-readme-link
  • reset-with-added-files-raise
  • revert-356-error-msg-rename
  • same_data_name_error
  • scalepart-value-checking
  • security-upgrades
  • soxr-resample-stream
  • specific-build-files
  • spectro-dataset-test
  • spectrodata-db-values
  • spectrodataset-link
  • spectrogram-jointure
  • store-normalization-values
  • strptime-format-lists
  • template-methods
  • unexisting-output-deletion-warning
  • update-actions
  • update-dev-status
  • v0.3.1
  • v0.4.0
  • v0.4.1
  • v0.4.2b1
  • v0.4.3
  • v1.0.0
  • v1.0.1
  • v1.0.2
  • v1.0.3
  • v1.1.1
  • version-bump
  • zoom-analysis

27 Jul 2026 07:42AM UTC coverage: 99.016% (+0.04%) from 98.974%
30273512331

push

github

web-flow
APLOSE detections (#400)

* add the osekit.core.annotation.Annotation class

* add Annotation deserialization from csv

* move comments and phase to the AnnotationMetadata class

* filter na in annotation read_csv()

* add FrequencyBounds post_init validity check

* add FrequencyBounds tests

* parse missing cell values as None

* remove analysis column from result csv

* fix docstring parameter name

* add AnnotatorInfo hash() method

* add AnnotatorInfo hash test

* add default None value for SignalParameters parameters

* add ConfidenceIndicator level parsing in post_init()

* clarify ConfidenceIndicator parameters

* add ConfidenceIndicator post_init() tests

* add ConfidenceIndicator.from_relative_level_string() test

* reverse index to the correct row name

* add annotation from csv integration test

* fix relative path to sample csv file in tests

* add Annotation.to_rectangle() method

* add None parameter in localize_timestamp

* add Event.localize() method

* pass kwargs through Annotation.to_rectangle()

* make SpetroData.plot() return the Axes on which the spetro has been plotted

* add Annotation.__repr__() test

* add sample Annotation fixture

* add Annotation.to_rectangle() test

* rename AnnotatorInfo fields

* add aplose resutlts entry in doc

* complete annotation results file

* add APLOSE results notebook

* add aplose notebook in toctree

* fix cell order

* rename annotation as detection

* add aplose doc entry

* make confidence indicator optionnal

* rename test_annotation as test_detection

* make most detection fields optional

* set unspecified parameters from csv to None

* add minimal detector result csv file

* fix optional and required columns in detections results csv files

* set detection.to_rectangle() Ãfill parameter to False by default

* allow list of csv files as Detection.from_csv() parameter

* add APLOSE_COLORS dict and cycle helper function

* add default Detection __repr__() if no metadata.detection_id prop... (continued)

232 of 232 new or added lines in 9 files covered. (100.0%)

5535 of 5590 relevant lines covered (99.02%)

0.99 hits per line

Relevant lines Covered
Build:
Build:
5590 RELEVANT LINES 5535 COVERED LINES
0.99 HITS PER LINE
Source Files on v1.1.0
  • Tree
  • List 65
  • Changed 7
  • Source Changed 7
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
30273512331 v1.1.0 APLOSE detections (#400) * add the osekit.core.annotation.Annotation class * add Annotation deserialization from csv * move comments and phase to the AnnotationMetadata class * filter na in annotation read_csv() * add FrequencyBounds post_ini... push 27 Jul 2026 02:07PM UTC web-flow github
99.02
29822189552 v1.1.0 bump osekit to v1.0.3 (#444) push 21 Jul 2026 10:26AM UTC web-flow github
98.97
See All Builds (559)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc