Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compat #33

Merged
merged 4 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
matrix:
version:
- '1.10'
- '1'
os:
- ubuntu-latest
arch:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

*Note*: We try to adhere to these practices as of version [v0.1.4].

## Version [0.1.8] - 2024-10-22

### Changed

- Bumped compat for `MLJFlux`.
- Bumped Julia compat to 1.11.

## Version [0.1.7] - 2024-09-09

### Changed
Expand Down
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ ComputationalResources = "0.3"
Distributions = "0.25"
EnergySamplers = "1.0.0"
Flux = "0.13, 0.14"
MLJFlux = "0.2, 0.3, 0.4, 0.5"
MLJFlux = "0.2, 0.3, 0.4, 0.5, 0.6"
MLJModelInterface = "1.8"
MLUtils = "0.4"
Optimisers = "0.3"
ProgressMeter = "1.7"
Random = "1.10"
Random = "1"
Reexport = "1.2.2"
StatsBase = "0.33, 0.34"
Tables = "1.10"
Tables = "1"
TaijaBase = "1.1.0"
Test = "1.10"
Test = "1"
Zygote = "0.6"
julia = "1.10"

Expand Down
4 changes: 0 additions & 4 deletions src/JointEnergyModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ using TaijaBase
using Reexport
@reexport import EnergySamplers: ConditionalSampler, UnconditionalSampler, JointSampler

include("utils.jl")
export _energy


include("model.jl")
export JointEnergyModel
export class_loss, gen_loss, loss
Expand Down
45 changes: 0 additions & 45 deletions src/utils.jl

This file was deleted.

Loading
Loading