-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump version to 0.10a0 * Follow v0.8 -> v0.9 API churn AbsPlainT3Unit -> AbsT4Unit AbsReviewT3Unit -> AbsT3Unit * Follow AlertConsumer API churn * RapidBase: slack -> slack_sdk * ruff: ignore more files * ci: run on py311 PyTorch stable does not support 3.12 yet See: pytorch/pytorch#110436 * T2RiseDeclineBase: inherit from LogicalUnit AmpelBaseModel subclasses can't set extra attributes by default. * test: init parameterized model via dict * conf: follow T3ReviewUnit churn * chore: activate warnings * ligo not our problem * ignore numpy header size warning * fixup! chore: activate warnings * T2RiseDeclineStat: squash numpy scalar conversion warning * SlackSummaryPublisher: fillna in bulk for pandas 3.0 compat * chore(deps): refresh lockfile * Bump version to 0.10.0a0 * HealpixCorrPlotter: conform to matplotlib 3.9 API * Remove vestigial ResourceDependentConsumer * Bump version to 0.10.0a1 * T2RiseDeclineBase: demote to plain class Since this will always be mixed into the inheritance chain of AmpelUnit or BaseModel, both of which harvest annotations from their bases, there's not actually a reason for this to be a BaseModel itself. * PlotTransientLightCurves: require no slack token by default * Convert stellar_outburst example to v0.10 syntax * chore(deps): advance ampel-core to 0.10.1 * chore: explciitly annotate typeddict arg * chore: cast t2 payloads to dict Ideally there would be a declared result type, such that downstream consumers can be type checked * ruff: remove empty comments * ruff: simplify * ruff: % to f-strings * ruff: simplify min calls * T2RunTDE: unnecessary staticmethod * ci: update ruff * T2ElasticcReport: bail if either z is None * ruff: format * ruff: fixup line endings * chore: hide type checking behind facade * Remove remaining casts * Ensure payload is Mapping * fix(deps): advance ampel-interface to v0.10.3a0 * fix(deps): advance ampel-interface to v0.10.3a1 * ruff: cleanup * thou shalt not print() * renovate: baseBranches * fix: use typing_extensions.TypedDict in models for python<3.12 compatibility. typing.TypedDict lacks necessary metadata before python 3.12; see https://docs.pydantic.dev/2.3/usage/types/dicts_mapping/#typeddict * CostCounter: return TypedDict * chore(deps): flip snpy back to mainline now compatible with both PEP517 _and_ scipy 1.14 * DCachePublisher: reimplement in terms of requests * TNSClient: replace aiohttp with requests good riddance, i say * chore(deps): remove ruff * chore: move t4 units to t4 directory * chore: sort unit config * chore: remove more commented-out print() * chore: Update README for 73f2591
- Loading branch information
1 parent
73f2591
commit 1518d01
Showing
76 changed files
with
4,715 additions
and
4,436 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.