Skip to content

Releases: dynamicslab/pysensors

Add warning

11 Sep 00:26
Compare
Choose a tag to compare
Add warning Pre-release
Pre-release

This release merely adds a warning when the number of sensors exceeds the number of samples and the CCQR optimizer is used. In this case sensors may be selected from constrained regions. See #14.

Minor bug fix: cross-validation with SSPOC

06 Jan 04:40
Compare
Choose a tag to compare

Minor (one line) bug fix related to #13.

Zenodo DOI

16 Feb 02:24
2e55752
Compare
Choose a tag to compare

This release is the same as the previous one. It was created to be archived by Zenodo to produce a DOI.

Additional JOSS revisions

14 Feb 18:44
Compare
Choose a tag to compare

This release contains minor updates to documentation and the JOSS paper made in response to feedback from JOSS reviewers.

JOSS Revisions

22 Dec 05:55
Compare
Choose a tag to compare
JOSS Revisions Pre-release
Pre-release

This release contains a collection of changes, mostly to documentation and notebooks, made based on journal of open source software (JOSS) feedback: openjournals/joss-reviews#2828.

Refactoring of PySensors

24 Oct 18:29
287c686
Compare
Choose a tag to compare
Pre-release

In addition to fixing minor bugs and adding content to the examples, the primary change in this release is the renaming of the SensorSelector class to SSPOR (Sparse Sensor Placement Optimization for Reconstruction). See #8 for more details.

Test automatic versioning

13 Oct 01:54
Compare
Choose a tag to compare
Pre-release

This release is essentially the same as v0.2.0, but it is designed to test a GitHub action that should automatically deploy it to PyPI.

Automatic versioning

13 Oct 01:27
Compare
Choose a tag to compare
Automatic versioning Pre-release
Pre-release

Incremental improvement on v0.2.0 allowing for automatic versioning via setuptools_scm_git_archive.

Initial version

13 Oct 00:44
Compare
Choose a tag to compare
Initial version Pre-release
Pre-release

PySensors initial version

This is an initial version of PySensors, which will soon by superseded by v1.0.0. It includes most of the basic functionality that will be included in v1.0.0, but is not fully polished.

Features

  • SensorSelector class for sparse sensor selection for reconstruction
  • SSPOC class for sparse sensor selection for classification
  • Basis classes
    • Identity
    • SVD
    • RandomProjection
  • Jupyter notebooks showing how to use various PySensors features