Tomtoolkit

Latest version: v2.18.4

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

Scan your dependencies

Page 7 of 25

2.11.2alpha

What's Changed
- Support TOM->HERMES->TOM data sharing
- Ingest data from HERMES alert stream
- Create HERMES Message from TOM Data
- Record data source

**Full Changelog**: https://github.com/TOMToolkit/tom_base/compare/2.11.1...2.11.2-alpha

2.11.1

Not secure
This release addresses several Issues and Pull Requests.
The most complex changes address the changes to the LASAIR broker API and allow for LASAIR queries. These changes are NOT backwards compatible, so old LASAIR queries stored in a TOM will no longer function and need to be remade. Additionally, LASAIR now requires a user token which will need to be provided by a TOM administrator (see [LASAIR API Documentation](https://lasair-ztf.lsst.ac.uk/api) for instructions on obtaining an authentication token).

Other updates include:

2.11.0

Not secure
This release addresses a host of Issues and Pull Requests by users.
The most complex changes address the changes to the **LASAIR broker API** and allow for LASAIR queries. These changes are **NOT** backwards compatible, so old LASAIR queries stored in a TOM will no longer function and need to be remade. Additionally, LASAIR now requires a user token which will need to be provided by a TOM administrator.

Other updates include:

- Updated for django 4.1
- Proper citations required for [Astrophysics Source Code Library](https://ascl.net/) ([TOM Toolkit](https://ascl.net/2208.004))
- Graphical and display fixes

Thanks to griffin-h, brendanrmills, and rachel3834 for their contributions to this release.

What's Changed
* Bump markdown from 3.3.4 to 3.3.6 by dependabot in https://github.com/TOMToolkit/tom_base/pull/521
* Bump astropy from 4.2.1 to 5.0 by dependabot in https://github.com/TOMToolkit/tom_base/pull/522
* Bump fits2image from 0.4.4 to 0.4.6 by dependabot in https://github.com/TOMToolkit/tom_base/pull/534
* Bump specutils from 1.5.0 to 1.7.0 by dependabot in https://github.com/TOMToolkit/tom_base/pull/537
* Update django-bootstrap4 requirement from <22,>=3 to >=3,<23 by dependabot in https://github.com/TOMToolkit/tom_base/pull/538
* Bump pillow from 9.0.0 to 9.0.1 by dependabot in https://github.com/TOMToolkit/tom_base/pull/539
* alerce: Implement process_reduced_data. by Fingel in https://github.com/TOMToolkit/tom_base/pull/542
* Fix/test fails by jchate6 in https://github.com/TOMToolkit/tom_base/pull/563
* Add citation by rachel3834 in https://github.com/TOMToolkit/tom_base/pull/560
* fix thumbnail display on observation detail page by griffin-h in https://github.com/TOMToolkit/tom_base/pull/558
* fix sexagesimal coordinate formatting by griffin-h in https://github.com/TOMToolkit/tom_base/pull/556
* display only relevant visibility on observation form by griffin-h in https://github.com/TOMToolkit/tom_base/pull/555
* remove SOARFacility.get_facility_status inheritance by griffin-h in https://github.com/TOMToolkit/tom_base/pull/554
* fix width of moon distance plot by griffin-h in https://github.com/TOMToolkit/tom_base/pull/557
* Update django-filter requirement from ~=21.0 to >=21,<23 by dependabot in https://github.com/TOMToolkit/tom_base/pull/549
* Update sphinx requirement from ~=4.0 to >=4,<6 by dependabot in https://github.com/TOMToolkit/tom_base/pull/545
* Bump pillow from 9.0.1 to 9.2.0 by dependabot in https://github.com/TOMToolkit/tom_base/pull/552
* Bump markdown from 3.3.6 to 3.4.1 by dependabot in https://github.com/TOMToolkit/tom_base/pull/553
* Bump specutils from 1.7.0 to 1.8.1 by dependabot in https://github.com/TOMToolkit/tom_base/pull/562
* protect against none extra by brendanrmills in https://github.com/TOMToolkit/tom_base/pull/551
* Fix/lasair broker query by jchate6 in https://github.com/TOMToolkit/tom_base/pull/566
* Dev by jchate6 in https://github.com/TOMToolkit/tom_base/pull/567

New Contributors
* brendanrmills made their first contribution in https://github.com/TOMToolkit/tom_base/pull/551

**Full Changelog**: https://github.com/TOMToolkit/tom_base/compare/2.10.3...2.11.0

2.10.3

Not secure
This release allows Broker contributors to describe their use of Generic Alert Score and
corrects some documentation formatting.

Additional updates resolve dependency issues:
- Django updated to 4.0.3
- astropy updated to 5.0.3
- other updates: specutils, fits2image, Pillow, etc

Thanks to nicwolf and nvolgenau for their contributions to this release.

What's Changed
* Bump pillow from 9.0.0 to 9.0.1 by dependabot in https://github.com/TOMToolkit/tom_base/pull/532
* Allow Brokers to Describe Use of `GenericAlert.score` by nicwolf in https://github.com/TOMToolkit/tom_base/pull/535
* Fix documentation formatting by nvolgenau in https://github.com/TOMToolkit/tom_base/pull/513

New Contributors
* nicwolf made their first contribution in https://github.com/TOMToolkit/tom_base/pull/535
* nvolgenau made their first contribution in https://github.com/TOMToolkit/tom_base/pull/513

**Full Changelog**: https://github.com/TOMToolkit/tom_base/compare/2.10.0...2.10.3

2.10.0

Not secure
TOM Toolkit 2.10.0 release
Changes include:
* Dependency updates (specutil, astropy, etc, etc)
* Cone search function refactored for re-use
* Configuration options for Moon and Plan plots
* Sparkline template tag for reduced datum(s)
* Support for Fractional Ephemeris Rate in LCO Facility

Many thanks to dmcollom and Fingel for their contributions to this release!

What's Changed
* Bump specutils from 1.4.0 to 1.4.1 by dependabot in https://github.com/TOMToolkit/tom_base/pull/501
* Factors out cone search function by Fingel in https://github.com/TOMToolkit/tom_base/pull/507
* Add configuration options for moon and plan plot by Fingel in https://github.com/TOMToolkit/tom_base/pull/512
* Hides large TAGS header on target detail by Fingel in https://github.com/TOMToolkit/tom_base/pull/515
* Fix/customized observations documentation by dmcollom in https://github.com/TOMToolkit/tom_base/pull/514
* Fixed simbad canary test, added exception handling to catalog search by dmcollom in https://github.com/TOMToolkit/tom_base/pull/519
* Update django-bootstrap4 requirement from ~=3.0 to >=3,<22 by dependabot in https://github.com/TOMToolkit/tom_base/pull/518
* Bump factory-boy from 3.2.0 to 3.2.1 by dependabot in https://github.com/TOMToolkit/tom_base/pull/516
* Update django-filter requirement from ~=2.4 to >=2.4,<22.0 by dependabot in https://github.com/TOMToolkit/tom_base/pull/504
* Updated django-filter version for new CalVer by dmcollom in https://github.com/TOMToolkit/tom_base/pull/517
* Bump pillow from 8.3.2 to 8.4.0 by dependabot in https://github.com/TOMToolkit/tom_base/pull/508
* Bump specutils from 1.4.1 to 1.5.0 by dependabot in https://github.com/TOMToolkit/tom_base/pull/523
* Update django requirement from ~=3.1 to >=3.1,<5.0 by dependabot in https://github.com/TOMToolkit/tom_base/pull/525
* Prevent command from crashing due to bad sql select by Fingel in https://github.com/TOMToolkit/tom_base/pull/524
* Adds reduceddatum_sparkline template tag by Fingel in https://github.com/TOMToolkit/tom_base/pull/526
* Bump pillow from 8.4.0 to 9.0.0 by dependabot in https://github.com/TOMToolkit/tom_base/pull/527
* Feature/more docs by dmcollom in https://github.com/TOMToolkit/tom_base/pull/273
* Feature/zero jitter by jchate6 in https://github.com/TOMToolkit/tom_base/pull/529
* TOM Toolkit 2.10.0 release by phycodurus in https://github.com/TOMToolkit/tom_base/pull/530

New Contributors
* jchate6 made their first contribution in https://github.com/TOMToolkit/tom_base/pull/529

**Full Changelog**: https://github.com/TOMToolkit/tom_base/compare/2.9.2...2.10.0

2.9.2

Not secure
This is a documentation release that adds the [ANTARES TOM](https://tom.antares.noirlab.edu/) to the [Example TOMs](https://tom-toolkit.readthedocs.io/en/stable/examples.html) page in the [documentation](https://tom-toolkit.readthedocs.io/en/stable/).

Page 7 of 25

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.