Sapsan

Latest version: v0.6.5

Safety actively analyzes 630217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 7

0.2.6

Not secure
Changes

- GUI fixes - brought up to date with the latest backend
- minor bug fixes

0.2.5

Not secure
Changes

* __Physics Informed CAE method__
- reworked PICAE now adheres Sapsan's interface (sapsan/lib/estimators/picae.py)
- added PICAE example with random data

* Data loaders
- loaders are now consistent between pytorch and sklearn
- `train()` takes in loaders, instead of inputs & targets separately. Those can be either `Pytorch.Dataloader` or a list of inputs & targets (i.e `loaders = [x,y]`). This is done to accommodate Pytorch-based and sklearn-based models, which require the input of different formats.
- data can be loaded as a numpy array by calling `load_numpy()`, instead of load
- loaded numpy data can be converted to torch dataloader via `convert_to_torch([x, y])`
- alternatively, both of the steps can be combined by just calling `load()`
- cleaned up data_functions; added new methods: `flatten, split_by_batch, get_loader_shape`
- corrected split into train and valid datasets + enhanced with train_test_split function from sklearn
- added new params to data_loader: `train_fraction, shuffle`
- support for irregular input data shapes

* Examples
- added PICAE example with random data
- cleaned up examples further

* Estimators
- cleaned up CNN3d estimator, deleted legacy functions
- further generalized Pytorch estimator to be used as a backend for any PyTorch-based models

* Templates
- reflect the changes from above - streamlined

* Tests
- added PICAE related tests on push

* Misc
- further improvement to backend handling of data transformations
- minor bug fixes

0.2.4

Not secure
Changes

- estimator template bug fix pikarpov-LANL (88)

0.2.3

Not secure
Changes

- Docker comments
- Requirements fixed so jupyter notebook is no longer misbehaving
- CLI templates updated pikarpov-LANL (86)

0.2.2

Not secure
Changes

- added a physics model
- power spectrum calculation
- gradient turbulence subgrid model
- added data filters,
- spectral filter [2D, 3D]
- box filter [2D]
- gaussian filter [2D, 3D]
- updated Docker setup

0.2.1

Not secure
Changes

- Minor bugs + GUI fixes pikarpov-LANL (81)
- Cleanup of method parameters pikarpov-LANL

Page 4 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.