Releases: astrolabsoftware/fink-broker
Releases · astrolabsoftware/fink-broker
2.0
What's Changed
- Fix broken dependencies to install package from source (git protocol on port 9418 is no longer supported) by @JulienPeloton in #525
- Data partitioning by @JulienPeloton in #528
- Remove unecessary re-computation of roid by @JulienPeloton in #534
- Remove mention of knscore by @JulienPeloton in #533
- Add tracklet computation when re-computing science data by @JulienPeloton in #535
- [Stats] Do not cache df_raw by @JulienPeloton in #538
- Use direct filtering for quality cuts instead of Pandas UDF by @JulienPeloton in #540
- Force partitioning when doing bulk processing by @JulienPeloton in #544
- Allow prefixing the Kafka substreams by @JulienPeloton in #550
- Deploy microlensing and slope-based KN substreams. by @JulienPeloton in #552
- Add installation for astronet (private dependency) by @JulienPeloton in #558
- Fix typos when pushing candidates to TNS by @JulienPeloton in #562
- Allow deps cache for the test suite by @JulienPeloton in #561
- Test tracklet ingestion in the database by @JulienPeloton in #563
- Clean unused code & files by @JulienPeloton in #566
- Upgrade to Spark 3 by @JulienPeloton in #564
Full Changelog: 1.4...2.0
1.4
What's Changed
- Bump to version 1.1 by @JulienPeloton in #429
- Add knscore in HBase by @JulienPeloton in #431
- Enable kilonova filter! by @JulienPeloton in #433
- Update final classification with KN candidates by @JulienPeloton in #435
- Fix namespace problem by @JulienPeloton in #437
- Update index table with new classification by @JulienPeloton in #439
- push TNS confirmed data by @JulienPeloton in #440
- Update classification for SSO and microlensing by @JulienPeloton in #442
- Add c column before distribution by @JulienPeloton in #445
- Update the script to push candidates to TNS with the new header by @JulienPeloton in #449
- Remove incoming duplicate based on candid by @JulienPeloton in #450
- Built map at nside=4096 for the xmatch by @JulienPeloton in #452
- Reduce the time frame to classify alerts as SN by @JulienPeloton in #456
- Update HBase version to 2.2.7 by @JulienPeloton in #469
- Remove unused folder for deprecated web interface by @JulienPeloton in #467
- Test the new pixels table by @JulienPeloton in #466
- Create individual index tables for conesearch and xmatch by @JulienPeloton in #473
- Add tracklet identification by @JulienPeloton in #478
- Bump to 1.2 by @JulienPeloton in #492
- Release the magdiff cut by @JulienPeloton in #493
- Bump to 1.3 by @JulienPeloton in #495
- New binary to produce statistics by @JulienPeloton in #498
- Update Fink configuration by @JulienPeloton in #508
- Conf files for the cloud by @JulienPeloton in #512
- Replace classification by new location by @JulienPeloton in #513
- Update path for daily stats, and increase test coverage by @JulienPeloton in #515
- Renaming fields for Active Learning and kilonova modules by @JulienPeloton in #517
- Update the science module with recent updates from fink-science by @JulienPeloton in #520
- [Science module] Update with new mulens module by @JulienPeloton in #523
Full Changelog: 1.1...1.4
1.1
1.0
0.7.0 to 1.0
- [Dependencies] Install torch only with CPU support (#398)
- [HBase] Scan along both time and objectId axes (#402)
- [TNS] Push Early SN candidates to TNS nightly (#404)
- [Schema] Add Fink distribution schema 0.3 (#406)
- [Distribution] Add new script to automatically save schema (#407)
- [Schedule] Towards a new Broker scheduler: nightly jobs (#410)
- [CI] Switch to GH Actions (#415)
0.7.0
0.6.0
0.5.0 -> 0.6.0
Database
- New partitioning strategy (#363)
- [Minor] Add night date in the merge job name. (#371)
- [Merge] Use a fix basepath and add YYYY in the partition tree (#373)
- Remove topic column, and rename ts_jd into timestamp (#377)
- [Parquet] Add library versions to the data (#382)
Stream2raw
Science module & filters
- [Science module] Microlensing (#358)
- Update raw2science with new fink-science release (#375)
- Add the asteroid catcher module (#379)
Science portal
- [Science Portal] Push a schema row while updating the science portal (#356)
- Remove ra_dec from the rowkey, and add new added values from the broker (#384)
Misc
0.5.0
0.4.0 -> 0.5.0
General
- Add Dockerfile (#315 )
Science module & filters
- Add SN classification based on Random Forest (#319)
- Add new filter snialike (#324)
- Register new topic snialike on the CI (#330)
Science portal
- [Science portal] Ingest science data to HBase (#351)
Schema
- Update alert schemas: ZTF 3.3 and Fink 0.1 (#317)
- Push new Fink schema version in the documentation (#321)
- Note on live vs simulation mode for distribution schema (#338)
Misc
0.4.0
0.3.0
0.2.1 -> 0.3.0
General
- New Fink command to stop all services (#238)
- Add python logger (#243)
- Push CI notification to the Fink slack channel (#257)
- pyarrow incompatibility (#285)
- Replace HBase by Parquet before redistribution (#298)
- Integrate fink-science and fink-filters and remove science modules from fink-broker (#301)
Alert redistribution
- Enable Authentication and Authorization in Alert Redistribution (#231)
- slack integration (#249 )
- kafka authorization: allow use of wildcard resource '*' (#255 )
- select all columns by default (#269)
- add option to view acl in fink_kafka (#282)
- Allow using custom configuration file in fink_kafka (#283)
Other minor fixes
- several typo and bug fixes:
Thanks @cAbhi15, @marcol480, @tallamjr for all your contributions!
0.2.1
0.2.0 -> 0.2.1
General
Raw database to science database
- Add capability to manipulate the data (level one) from generic modules (#209)
- Make optional the use of cross-match in raw2science (#222 )
- Add the path to the HBase configuration file when running raw2science (#195 )
Alert redistribution
- Add timestamp-based streaming to Alert distribution service (#201 )
- Filtering alerts before distribution (#206 )
- Add level two generic filter (#216 )
Other minor fixes
- several typo and bug fixes:
Thanks @cAbhi15 for many contributions!