Antares-study-version

Latest version: v1.0.10

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

Scan your dependencies

Page 2 of 2

1.0.4

-------------------

- Add missing operators inside TripletVersion class
- Explicitly export StudyVersion and SolverVersion to avoid mypy issues
- Implement upgrade for StudyVersion 9.0

1.0.3

-------------------

- Minor code improvements
- Allow upgrade with empty fields inside `study.antares` file.
- Add `py.typed` file to avoid mypy issue in projects importing the code

1.0.0

-------------------

Features

This version allows to manage the versions of Antares raw studies (studies on disk).

It contains a command line application to create a new raw study in the version of your choice,
and to update an existing raw study to a newer version.

The new CLI also allows to display the details of a raw study and to list the available versions.
Run the following command to get more information:

bash
antares-study-version --help

0.1.1

-------------------

Fixes

* **model:** avoid deprecation warning about usage of `NotImplemented` in boolean context

Tests

* replace [pytest-freezegun](https://pypi.org/project/pytest-freezegun/) lib
by [pytest-freezer](https://pypi.org/project/pytest-freezer/)

Docs

* `README.md`: update doc, fix typo, add a link to the change log

Build

* create [CHANGELOG.md](CHANGELOG.md) and update the release date
* add `scripts/update_version.py` script to create or update the changelog

CI

* add missing dependency [pytest-freezer](https://pypi.org/project/pytest-freezer/) required for type checking
* create the `.github/workflows/python-package.yml` GitHub workflow for code style and typing check

0.1.0

-------------------

Features

* First release of the project.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.