Iop4

Latest version: v1.3.0

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

Scan your dependencies

Page 1 of 2

1.3.0

Summary

This release adds several improvements and bug-fixes (see "What's Changed since v1.2.0").

Update Instructions

This release contains a change that requires special care when updating ("Allow multiple other names in AstroSource", PR 123). The field `AstroSource.other_name` was renamed to `AstroSource.other_names`. For this to be correctly taken into account during the database migration step of the update, it must be manually indicated by editing the migrations file. First generate the migrations as usual (`python manage.py makemigrations`). Then, go to the migrations file, remove the lines deleting the field and adding it again, and leave something like:
python
operations = [
migrations.RenameField(
model_name='astrosource',
old_name='other_name',
new_name='other_names',
),
...

That is, make sure it is renaming the field instead of deleting it and creating a new one.

1.2.0

Summary

This release includes several improvements to documentation, handling of configuration files and others.

1.1.2

Summary

Fixes 96.

1.1.1

Summary

Bug-fixing release, partially fixes (96).

1.1.0

Summary

This version enables CAFOS simple photometry in several bands (it was implemented, but not the case was not handled). It implements several other improvement and bug fixes.

1.0.0

Summary

- Several improvements to the documentation, which now includes example notebooks.
- Implement host galaxy correction.
- Add night summary script.
- Several improvements and bug fixes.

Page 1 of 2

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.