Skip to content

Commit

Permalink
bump to 3.0.0.dev11
Browse files Browse the repository at this point in the history
  • Loading branch information
adfaure committed Nov 28, 2023
1 parent edf1459 commit 15f5591
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 8 deletions.
53 changes: 47 additions & 6 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,50 @@
Changelog
=========

Version 3.0.0.dev11
-------------------

Unreleased
----------
Released on November 28, 2023

- Add taktuk to the package list in the doc
- Add oarstat and oarnodes have `yaml` output
- Remove SQLAlchemy2 warning in oarnodesetting
- Remove call unwanted call to `strace`
- Change oarporperty check from `isalpha` to `isascii`
- Change Hulot renamed Greta
- Fix oarnodesetting wrong error code
- Fix Almighty check_Greta always return true
- Fix oarsub -T displays unnecessary log
- Cosmetic, message `a failed admission rule prevented submitting the job` before custom message of the rule, and including the `# Admission rule` tag.


Version 3.0.0.dev10
-------------------

Released on November 8, 2023

Version 3.0.0.dev9
------------------

Released on November 7, 2023

- Rework SlotSets
- Fixing numerous bug
- New programming interface for using SlotSets
- Upgrade to SQLAlchemy2
- Rework quotas to match the definition of OAR2

Version 3.0.0.dev8
------------------

Released on June 7, 2023

- (Huge) Database refactoring
- Remove the global database definition
- Remove the custom lazy loading module
- New cli output with rich
- Fix bug with resource hierarchy
- Numerous fixes and improvements

Version 3.0.0.dev7
------------------
Expand Down Expand Up @@ -60,29 +101,29 @@ Released on Nov 12, 2018
- Add admission rules
- Bataar (Batsim's adaptor)
- Various bug fixes
- Add many unitary tests
- Add many unitary tests
- Add accounting
- Rest API (incomplete version)
- Makefiles
- Installation without need of OAR2 installation
- Manpages (from OAR2)
- Remove use of judas_notify_user.pl
- Add pingchecker
- Remove ruby version of DrawGantt
- Remove ruby version of DrawGantt

Version 3.0.0.dev2
------------------

Released on Apr 2, 2018

- Minor progresses of previous dev version
- Minor progresses of previous dev version

Version 3.0.0.dev1
------------------

Released on Mar 29th 2018

- Pre-alpha (or Demo) version
- Pre-alpha (or Demo) version
- All core features are written
- Scheduling (core part is completed)
- Need OAR2 installation procedure to function
Expand Down
2 changes: 1 addition & 1 deletion oar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
__version__ = "3.0.0.dev10"
__version__ = "3.0.0.dev11"
VERSION = __version__
2 changes: 1 addition & 1 deletion oar/api/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
API_VERSION = "3.0.0.dev10"
API_VERSION = "3.0.0.dev11"

0 comments on commit 15f5591

Please sign in to comment.