Skip to content

Commit

Permalink
Merge pull request #33 from JuliaTrustworthyAI/mljflux-compat
Browse files Browse the repository at this point in the history
compat
  • Loading branch information
pat-alt authored Oct 22, 2024
2 parents 8cc46c8 + 1e2807e commit dd9e034
Show file tree
Hide file tree
Showing 6 changed files with 166 additions and 129 deletions.
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

0 comments on commit dd9e034

Please sign in to comment.